Struct nrf52832_hal::pac::gpiote::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { 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 events_in: [Reg<EVENTS_IN_SPEC>; 8], pub events_port: Reg<EVENTS_PORT_SPEC>, pub intenset: Reg<INTENSET_SPEC>, pub intenclr: Reg<INTENCLR_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[0]: Task for writing to pin specified in CONFIG[0].PSEL. Action on pin is configured in CONFIG[0].POLARITY.

tasks_set: [Reg<TASKS_SET_SPEC>; 8]

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

tasks_clr: [Reg<TASKS_CLR_SPEC>; 8]

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

events_in: [Reg<EVENTS_IN_SPEC>; 8]

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

events_port: Reg<EVENTS_PORT_SPEC>

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

intenset: Reg<INTENSET_SPEC>

0x304 - Enable interrupt

intenclr: Reg<INTENCLR_SPEC>

0x308 - Disable interrupt

config: [Reg<CONFIG_SPEC>; 8]

0x510..0x530 - Description collection[0]: 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

Casts the value.

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Casts the value.

Casts the value.

Casts the value.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Casts the value.

OverflowingCasts the value.

Should always be Self

Casts the value.

Casts the value.

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.

Casts the value.

UnwrappedCasts the value.

Casts the value.

WrappingCasts the value.