Struct nrf5340_net_pac::ctrlap_ns::MAILBOX[][src]

#[repr(C)]
pub struct MAILBOX { pub rxdata: Reg<RXDATA_SPEC>, pub rxstatus: Reg<RXSTATUS_SPEC>, pub txdata: Reg<TXDATA_SPEC>, pub txstatus: Reg<TXSTATUS_SPEC>, // some fields omitted }
Expand description

Register block

Fields

rxdata: Reg<RXDATA_SPEC>

0x00 - Data sent from the debugger to the CPU.

rxstatus: Reg<RXSTATUS_SPEC>

0x04 - This register shows a status that indicates if data sent from the debugger to the CPU has been read.

txdata: Reg<TXDATA_SPEC>

0x80 - Data sent from the CPU to the debugger.

txstatus: Reg<TXSTATUS_SPEC>

0x84 - This register shows a status that indicates if the data sent from the CPU to the debugger has been read.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.