Struct nrf52::gpiote::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub tasks_out: [TASKS_OUT; 8], pub tasks_set: [TASKS_SET; 8], pub tasks_clr: [TASKS_CLR; 8], pub events_in: [EVENTS_IN; 8], pub events_port: EVENTS_PORT, pub intenset: INTENSET, pub intenclr: INTENCLR, pub config: [CONFIG; 8], // some fields omitted }

Register block

Fields

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

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

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

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

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

0x304 - Enable interrupt

0x308 - Disable interrupt

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