Struct nrf5340_app_pac::egu0_ns::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub tasks_trigger: [Reg<TASKS_TRIGGER_SPEC>; 16], pub subscribe_trigger: [Reg<SUBSCRIBE_TRIGGER_SPEC>; 16], pub events_triggered: [Reg<EVENTS_TRIGGERED_SPEC>; 16], pub publish_triggered: [Reg<PUBLISH_TRIGGERED_SPEC>; 16], pub inten: Reg<INTEN_SPEC>, pub intenset: Reg<INTENSET_SPEC>, pub intenclr: Reg<INTENCLR_SPEC>, // some fields omitted }
Expand description

Register block

Fields

tasks_trigger: [Reg<TASKS_TRIGGER_SPEC>; 16]

0x00..0x40 - Description collection: Trigger n for triggering the corresponding TRIGGERED[n] event

subscribe_trigger: [Reg<SUBSCRIBE_TRIGGER_SPEC>; 16]

0x80..0xc0 - Description collection: Subscribe configuration for task TRIGGER[n]

events_triggered: [Reg<EVENTS_TRIGGERED_SPEC>; 16]

0x100..0x140 - Description collection: Event number n generated by triggering the corresponding TRIGGER[n] task

publish_triggered: [Reg<PUBLISH_TRIGGERED_SPEC>; 16]

0x180..0x1c0 - Description collection: Publish configuration for event TRIGGERED[n]

inten: Reg<INTEN_SPEC>

0x300 - Enable or disable interrupt

intenset: Reg<INTENSET_SPEC>

0x304 - Enable interrupt

intenclr: Reg<INTENCLR_SPEC>

0x308 - Disable interrupt

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.