Configuration structure for GPIO. More...
#include <npmx_gpio.h>
Data Fields | |
npmx_gpio_mode_t | mode |
Configuration for GPIO mode selection. | |
npmx_gpio_drive_t | drive |
GPIO drive current. | |
npmx_gpio_pull_t | pull |
GPIO pull mode. | |
bool | open_drain |
Enable GPIO open drain. | |
bool | debounce |
Enable GPIO debounce. | |
Configuration structure for GPIO.