GPS Device
Loading...
Searching...
No Matches
IO_CFG_ts Struct Reference

Configuration structure for initializing an IO handle. More...

#include <io.h>

Collaboration diagram for IO_CFG_ts:

Public Attributes

GPIO_CFG_tsgpio_handle
char name [CONFIG_IO_MAX_NAME_LEN]

Detailed Description

Configuration structure for initializing an IO handle.

Passed to io_init_handle to configure a new IO instance. The GPIO pin is initialized internally using gpio_handle.

Definition at line 53 of file io.h.

Member Data Documentation

◆ gpio_handle

GPIO_CFG_ts* IO_CFG_ts::gpio_handle

Pointer to the GPIO configuration for this IO pin.

Definition at line 55 of file io.h.

◆ name

char IO_CFG_ts::name[CONFIG_IO_MAX_NAME_LEN]

Human-readable name of this IO instance (null-terminated).

Definition at line 58 of file io.h.


The documentation for this struct was generated from the following file: