13.6.4.4 Enum port_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 |
---|---|
PORT_PIN_PULL_NONE |
No logical pull should be applied to the pin |
PORT_PIN_PULL_UP |
Pin should be pulled up when idle |
PORT_PIN_PULL_DOWN |
Pin should be pulled down when idle |