9.6.5.3 Enum extint_pull
Enum for the possible pin internal pull configurations.
Note: Disabling the internal pull resistor is not recommended if the driver is used in interrupt (callback) mode, due the possibility of floating inputs generating continuous interrupts.
Enum value | Description |
---|---|
EXTINT_PULL_UP |
Internal pull-up resistor is enabled on the pin |
EXTINT_PULL_DOWN |
Internal pull-down resistor is enabled on the pin |
EXTINT_PULL_NONE |
Internal pull resistor is disconnected from the pin |