23.6.4.2 Enum system_pinmux_pin_pull
Enum for the possible pin pull settings of the port pin configuration structure, to indicate the type of logic level pull the pin should use.
Enum value | Description |
---|---|
SYSTEM_PINMUX_PIN_PULL_NONE |
No logical pull should be applied to the pin |
SYSTEM_PINMUX_PIN_PULL_UP |
Pin should be pulled up when idle |
SYSTEM_PINMUX_PIN_PULL_DOWN |
Pin should be pulled down when idle |