[][src]Struct nrf5340_net_pac::ipc_ns::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub tasks_send: [TASKS_SEND; 16],
    pub subscribe_send: [SUBSCRIBE_SEND; 16],
    pub events_receive: [EVENTS_RECEIVE; 16],
    pub publish_receive: [PUBLISH_RECEIVE; 16],
    pub inten: INTEN,
    pub intenset: INTENSET,
    pub intenclr: INTENCLR,
    pub intpend: INTPEND,
    pub send_cnf: [SEND_CNF; 16],
    pub receive_cnf: [RECEIVE_CNF; 16],
    pub gpmem: [GPMEM; 2],
    // some fields omitted
}

Register block

Fields

tasks_send: [TASKS_SEND; 16]

0x00 - Description collection: Trigger events on IPC channel enabled in SEND_CNF[n]

subscribe_send: [SUBSCRIBE_SEND; 16]

0x80 - Description collection: Subscribe configuration for task SEND[n]

events_receive: [EVENTS_RECEIVE; 16]

0x100 - Description collection: Event received on one or more of the enabled IPC channels in RECEIVE_CNF[n]

publish_receive: [PUBLISH_RECEIVE; 16]

0x180 - Description collection: Publish configuration for event RECEIVE[n]

inten: INTEN

0x300 - Enable or disable interrupt

intenset: INTENSET

0x304 - Enable interrupt

intenclr: INTENCLR

0x308 - Disable interrupt

intpend: INTPEND

0x30c - Pending interrupts

send_cnf: [SEND_CNF; 16]

0x510 - Description collection: Send event configuration for TASKS_SEND[n]

receive_cnf: [RECEIVE_CNF; 16]

0x590 - Description collection: Receive event configuration for EVENTS_RECEIVE[n]

gpmem: [GPMEM; 2]

0x610 - Description collection: General purpose memory

Auto Trait Implementations

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