GPS Device
Loading...
Searching...
No Matches
IO Types

Data types used by the IO module. More...

Collaboration diagram for IO Types:

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.

Detailed Description

Data types used by the IO module.

Typedef Documentation

◆ IO_HANDLE_ts

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.

Definition at line 69 of file io.h.