|
void | sio2host_deinit (void) |
| DeInitializes the Serial IO Module. More...
|
|
void | sio2host_disable (void) |
| Disables the Serial IO Module. More...
|
|
void | sio2host_enable (void) |
| Enables the Serial IO Module. More...
|
|
uint8_t | sio2host_getchar (void) |
| This function performs a blocking character receive functionality. More...
|
|
int | sio2host_getchar_nowait (void) |
| This function performs a non-blocking character receive functionality. More...
|
|
void | sio2host_init (void) |
| Initializes the Serial IO Module. More...
|
|
void | sio2host_putchar (uint8_t) |
| This function prints the character to the host. More...
|
|
uint8_t | sio2host_rx (uint8_t *data, uint8_t max_length) |
| Receives data from UART. More...
|
|
uint8_t | sio2host_tx (uint8_t *data, uint8_t length) |
| Transmits data via UART. More...
|
|