|
GPS Device
|
Functions | |
| ERR_te | io_init_subsys (void) |
| Initializes the IO subsystem. | |
| ERR_te | io_deinit_subsys (void) |
| Deinitializes the IO subsystem. | |
| ERR_te | io_start_subsys (void) |
| Starts the IO subsystem. | |
| ERR_te | io_stop_subsys (void) |
| Stops the IO subsystem. | |
| ERR_te | io_init_handle (IO_CFG_ts *io_cfg, IO_HANDLE_ts **io_handle_o) |
| Initializes and registers an IO handle. | |
| ERR_te | io_deinit_handle (IO_HANDLE_ts const *io_handle) |
| Deinitializes an IO handle. | |
| ERR_te | io_write (IO_HANDLE_ts *io_handle, PIN_STATUS_te pin_status) |
| Writes a logic level to an IO pin. | |
| ERR_te | io_read (IO_HANDLE_ts const *io_handle, PIN_STATUS_te *pin_status_o) |
| Reads the current logic level of an IO pin. | |
| ERR_te io_init_subsys | ( | void | ) |
Initializes the IO subsystem.
Definition at line 120 of file io.c.


| ERR_te io_deinit_subsys | ( | void | ) |
Deinitializes the IO subsystem.
Definition at line 156 of file io.c.

| ERR_te io_start_subsys | ( | void | ) |
Starts the IO subsystem.
Definition at line 181 of file io.c.

| ERR_te io_stop_subsys | ( | void | ) |
Stops the IO subsystem.
Definition at line 205 of file io.c.
| ERR_te io_init_handle | ( | IO_CFG_ts * | io_cfg, |
| IO_HANDLE_ts ** | io_handle_o ) |
Initializes and registers an IO handle.
Definition at line 229 of file io.c.


| ERR_te io_deinit_handle | ( | IO_HANDLE_ts const * | io_handle | ) |
Deinitializes an IO handle.
Definition at line 270 of file io.c.

| ERR_te io_write | ( | IO_HANDLE_ts * | io_handle, |
| PIN_STATUS_te | pin_status ) |
Writes a logic level to an IO pin.
Definition at line 323 of file io.c.


| ERR_te io_read | ( | IO_HANDLE_ts const * | io_handle, |
| PIN_STATUS_te * | pin_status_o ) |
Reads the current logic level of an IO pin.
Definition at line 345 of file io.c.

