Module nrf51_hal::pac::gpiote

source ·
Expand description

GPIO tasks and events.

Modules§

  • Channel configuration registers.
  • Tasks asssociated with GPIOTE channels.
  • Event generated from multiple pins.
  • Interrupt enable clear register.
  • Interrupt enable set register.
  • Peripheral power control.
  • Tasks asssociated with GPIOTE channels.

Structs§

Type Aliases§

  • CONFIG (rw) register accessor: an alias for Reg<CONFIG_SPEC>
  • EVENTS_IN (rw) register accessor: an alias for Reg<EVENTS_IN_SPEC>
  • EVENTS_PORT (rw) register accessor: an alias for Reg<EVENTS_PORT_SPEC>
  • INTENCLR (rw) register accessor: an alias for Reg<INTENCLR_SPEC>
  • INTENSET (rw) register accessor: an alias for Reg<INTENSET_SPEC>
  • POWER (rw) register accessor: an alias for Reg<POWER_SPEC>
  • TASKS_OUT (w) register accessor: an alias for Reg<TASKS_OUT_SPEC>