![]() |
no-OS
|
Structure holding the GPIO descriptor. More...
#include <no_os_gpio.h>
Public Attributes | |
| int32_t | port |
| int32_t | number |
| enum no_os_gpio_pull_up | pull |
| const struct no_os_gpio_platform_ops * | platform_ops |
| void * | extra |
Structure holding the GPIO descriptor.
| void* no_os_gpio_desc::extra |
GPIO extra parameters (device specific)
| int32_t no_os_gpio_desc::number |
GPIO number
| const struct no_os_gpio_platform_ops* no_os_gpio_desc::platform_ops |
GPIO platform specific functions
| int32_t no_os_gpio_desc::port |
Port number
| enum no_os_gpio_pull_up no_os_gpio_desc::pull |
Pull up/down resistor configuration