Module nrf51_hal::pac::gpio

source ·
Expand description

General purpose input and output.

Modules§

  • Direction of GPIO pins.
  • DIR clear register.
  • DIR set register.
  • Read GPIO port.
  • Write GPIO port.
  • Clear individual bits in GPIO port.
  • Set individual bits in GPIO port.
  • Configuration of GPIO pins.

Structs§

Type Aliases§

  • 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>
  • 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>