A bit field that defines the pin configuration and consists of 16 bits. Each of the bits 0-6, 8-9 corresponds to a specific parameter, that defines the pin configuration. The bits 7, 10-15 are reserved.
Bit | Value | Description | Constant |
| |
The pin is not configured as a GPIO.
| |
| |
The pin is configured as a GPIO.
| |
| | | |
| | | |
| | | |
| | | |
| |
The output is open drain.
|
DLN_GPIO_OPEN_DRAIN_DISABLED
|
| | |
DLN_GPIO_OPEN_DRAIN_ENABLED
|
| |
The pull-up resistor is not active.
| |
| |
The pull-up resistor is active.
| |
| |
The debounce filter is not active.
|
DLN_GPIO_DEBOUNCE_DISABLED
|
| |
The debounce filter is active.
|
DLN_GPIO_DEBOUNCE_ENABLED
|
| |
The pull-down resistor is not active.
|
DLN_GPIO_PULLDOWN_DISABLED
|
| |
The pull-down resistor is active.
|
DLN_GPIO_PULLDOWN_ENABLED
|
| | | |
| | | |
| | | |
| |
Single events are generated.
| |
| |
Periodical events are generated.
| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |