|
GPS Device
|
Data types used by the IO module. More...

Classes | |
| struct | IO_CFG_ts |
| Configuration structure for initializing an IO handle. More... | |
Typedefs | |
| typedef struct io_handle_s | IO_HANDLE_ts |
| Opaque handle representing an IO instance. | |
Data types used by the IO module.
| typedef struct io_handle_s IO_HANDLE_ts |
Opaque handle representing an IO instance.
Returned by io_init_handle and used for all subsequent read and write operations on that pin. The internal structure is hidden and must not be accessed directly.