Struct nrf5340_net_pac::gpiote_ns::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock {
Show 14 fields pub tasks_out: [Reg<TASKS_OUT_SPEC>; 8], pub tasks_set: [Reg<TASKS_SET_SPEC>; 8], pub tasks_clr: [Reg<TASKS_CLR_SPEC>; 8], pub subscribe_out: [Reg<SUBSCRIBE_OUT_SPEC>; 8], pub subscribe_set: [Reg<SUBSCRIBE_SET_SPEC>; 8], pub subscribe_clr: [Reg<SUBSCRIBE_CLR_SPEC>; 8], pub events_in: [Reg<EVENTS_IN_SPEC>; 8], pub events_port: Reg<EVENTS_PORT_SPEC>, pub publish_in: [Reg<PUBLISH_IN_SPEC>; 8], pub publish_port: Reg<PUBLISH_PORT_SPEC>, pub intenset: Reg<INTENSET_SPEC>, pub intenclr: Reg<INTENCLR_SPEC>, pub latency: Reg<LATENCY_SPEC>, pub config: [Reg<CONFIG_SPEC>; 8], // some fields omitted
}
Expand description

Register block

Fields

tasks_out: [Reg<TASKS_OUT_SPEC>; 8]

0x00..0x20 - Description collection: Task for writing to pin specified in CONFIG[n].PSEL. Action on pin is configured in CONFIG[n].POLARITY.

tasks_set: [Reg<TASKS_SET_SPEC>; 8]

0x30..0x50 - Description collection: Task for writing to pin specified in CONFIG[n].PSEL. Action on pin is to set it high.

tasks_clr: [Reg<TASKS_CLR_SPEC>; 8]

0x60..0x80 - Description collection: Task for writing to pin specified in CONFIG[n].PSEL. Action on pin is to set it low.

subscribe_out: [Reg<SUBSCRIBE_OUT_SPEC>; 8]

0x80..0xa0 - Description collection: Subscribe configuration for task OUT[n]

subscribe_set: [Reg<SUBSCRIBE_SET_SPEC>; 8]

0xb0..0xd0 - Description collection: Subscribe configuration for task SET[n]

subscribe_clr: [Reg<SUBSCRIBE_CLR_SPEC>; 8]

0xe0..0x100 - Description collection: Subscribe configuration for task CLR[n]

events_in: [Reg<EVENTS_IN_SPEC>; 8]

0x100..0x120 - Description collection: Event generated from pin specified in CONFIG[n].PSEL

events_port: Reg<EVENTS_PORT_SPEC>

0x17c - Event generated from multiple input GPIO pins with SENSE mechanism enabled

publish_in: [Reg<PUBLISH_IN_SPEC>; 8]

0x180..0x1a0 - Description collection: Publish configuration for event IN[n]

publish_port: Reg<PUBLISH_PORT_SPEC>

0x1fc - Publish configuration for event PORT

intenset: Reg<INTENSET_SPEC>

0x304 - Enable interrupt

intenclr: Reg<INTENCLR_SPEC>

0x308 - Disable interrupt

latency: Reg<LATENCY_SPEC>

0x504 - Latency selection for Event mode (MODE=Event) with rising or falling edge detection on the pin.

config: [Reg<CONFIG_SPEC>; 8]

0x510..0x530 - Description collection: Configuration for OUT[n], SET[n], and CLR[n] tasks and IN[n] event

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.