Module nrf51_hal::pac::gpio::pin_cnf

source ·
Expand description

Configuration of GPIO pins.

Structs§

  • Configuration of GPIO pins.
  • Register PIN_CNF[%s] reader
  • Register PIN_CNF[%s] writer

Enums§

Type Aliases§

  • Field DIR reader - Pin direction.
  • Field DIR writer - Pin direction.
  • Field DRIVE reader - Drive configuration.
  • Field DRIVE writer - Drive configuration.
  • Field INPUT reader - Connect or disconnect input path.
  • Field INPUT writer - Connect or disconnect input path.
  • Field PULL reader - Pull-up or -down configuration.
  • Field PULL writer - Pull-up or -down configuration.
  • Field SENSE reader - Pin sensing mechanism.
  • Field SENSE writer - Pin sensing mechanism.