Module nrf52832_hal::pac::gpiote::config

source ·
Expand description

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

Structs§

  • Description collection[0]: Configuration for OUT[n], SET[n] and CLR[n] tasks and IN[n] event
  • Register CONFIG[%s] reader
  • Register CONFIG[%s] writer

Enums§

  • Mode
  • When in task mode: Initial value of the output when the GPIOTE channel is configured. When in event mode: No effect.
  • When In task mode: Operation to be performed on output when OUT[n] task is triggered. When In event mode: Operation on input that shall trigger IN[n] event.

Type Aliases§

  • Field MODE reader - Mode
  • Field MODE writer - Mode
  • Field OUTINIT reader - When in task mode: Initial value of the output when the GPIOTE channel is configured. When in event mode: No effect.
  • Field OUTINIT writer - When in task mode: Initial value of the output when the GPIOTE channel is configured. When in event mode: No effect.
  • Field POLARITY reader - When In task mode: Operation to be performed on output when OUT[n] task is triggered. When In event mode: Operation on input that shall trigger IN[n] event.
  • Field POLARITY writer - When In task mode: Operation to be performed on output when OUT[n] task is triggered. When In event mode: Operation on input that shall trigger IN[n] event.
  • Field PSEL reader - GPIO number associated with SET[n], CLR[n] and OUT[n] tasks and IN[n] event
  • Field PSEL writer - GPIO number associated with SET[n], CLR[n] and OUT[n] tasks and IN[n] event