![]() |
ChibiOS/RT Architecture - Reference Manual - Guides |
Serial Driver subsystem low level driver header template. More...
Go to the source code of this file.
Data Structures | |
| struct | SerialConfig |
| Generic Serial Driver configuration structure. More... | |
Defines | |
| #define | _serial_driver_data |
SerialDriver specific data. | |
Typedefs | |
| typedef uint8_t | sdflags_t |
| Serial Driver condition flags type. | |
Functions | |
| void | sd_lld_init (void) |
| Low level serial driver initialization. | |
| void | sd_lld_start (SerialDriver *sdp, const SerialConfig *config) |
| Low level serial driver configuration and (re)start. | |
| void | sd_lld_stop (SerialDriver *sdp) |
| Low level serial driver stop. | |
Serial Driver subsystem low level driver header template.
Definition in file templates/serial_lld.h.
1.7.1