![]() |
ChibiOS/RT Architecture - Reference Manual - Guides |
Serial Driver subsystem low level driver source template. More...
#include "ch.h"#include "hal.h"Go to the source code of this file.
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 source template.
Definition in file templates/serial_lld.c.
1.7.1