Data Structures |
| struct | io_state_s |
Enumerations |
| enum | io_storage_type { io_storage_type = STATE_STATIC
} |
| enum | io_init_type { io_initialisation_type = ZERO_INITABLE
} |
Functions |
|
void | io_initor (void) |
|
void | io_finitor (void) |
Variables |
|
static io_state_t | io_state |
|
io_state_t * | io_h = & io_state |
|
io_public_state_t * | io_public_h = ( io_public_state_t *)& io_state |
|
static const io_state_t *const | io_static_initialiser_h |
|
void(* | io_init_h )(io_state_t *) |
|
void(* | io_finis_h )(io_state_t *) |
| typedef struct io_state_s | io_state_t |
Detailed Description
This code is generated by the macros in state_utils.h
Typedef Documentation
* The global state of the I/O component.