[][src]Struct nrf5340_app_pac::ctrlap_ns::MAILBOX

#[repr(C)]
pub struct MAILBOX {
    pub rxdata: RXDATA,
    pub rxstatus: RXSTATUS,
    pub txdata: TXDATA,
    pub txstatus: TXSTATUS,
    // some fields omitted
}

Register block

Fields

rxdata: RXDATA

0x00 - Data sent from the debugger to the CPU

rxstatus: RXSTATUS

0x04 - Status to indicate if data sent from the debugger to the CPU has been read

txdata: TXDATA

0x80 - Data sent from the CPU to the debugger

txstatus: TXSTATUS

0x84 - Status to indicate if data sent from the CPU to the debugger has been read

Auto Trait Implementations

impl Unpin for MAILBOX

impl Send for MAILBOX

impl !Sync for MAILBOX

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self