Module nrf52840_pac::p0
source · Expand description
GPIO Port 1
Modules§
- Select between default DETECT signal behaviour and LDETECT mode
- Direction of GPIO pins
- DIR clear register
- DIR set register
- Read GPIO port
- Latch register indicating what GPIO pins that have met the criteria set in the PIN_CNF[n].SENSE registers
- Write GPIO port
- Clear individual bits in GPIO port
- Set individual bits in GPIO port
- Description collection[n]: Configuration of GPIO pins
Structs§
- Register block
Type Aliases§
- DETECTMODE (rw) register accessor: an alias for
Reg<DETECTMODE_SPEC>
- DIR (rw) register accessor: an alias for
Reg<DIR_SPEC>
- DIRCLR (rw) register accessor: an alias for
Reg<DIRCLR_SPEC>
- DIRSET (rw) register accessor: an alias for
Reg<DIRSET_SPEC>
- IN (r) register accessor: an alias for
Reg<IN_SPEC>
- LATCH (rw) register accessor: an alias for
Reg<LATCH_SPEC>
- OUT (rw) register accessor: an alias for
Reg<OUT_SPEC>
- OUTCLR (rw) register accessor: an alias for
Reg<OUTCLR_SPEC>
- OUTSET (rw) register accessor: an alias for
Reg<OUTSET_SPEC>
- PIN_CNF (rw) register accessor: an alias for
Reg<PIN_CNF_SPEC>