|
GPS Device
|
Internal structure representing a single IO instance. More...

Public Attributes | |
| GPIO_CFG_ts | gpio_cfg |
| char | name [CONFIG_IO_MAX_NAME_LEN] |
| bool | in_use |
Internal structure representing a single IO instance.
Holds the GPIO configuration copied from IO_CFG_ts, the human-readable name, and a flag indicating whether this pool slot is occupied.
| GPIO_CFG_ts io_handle_s::gpio_cfg |
| char io_handle_s::name[CONFIG_IO_MAX_NAME_LEN] |
| bool io_handle_s::in_use |