ChibiOS/HAL
7.0.3
|
PLATFORM SIO subsystem low level driver source. More...
#include "hal.h"
Go to the source code of this file.
Functions | |
void | sio_lld_init (void) |
Low level SIO driver initialization. More... | |
void | sio_lld_start (SIODriver *siop) |
Configures and activates the SIO peripheral. More... | |
void | sio_lld_stop (SIODriver *siop) |
Deactivates the SIO peripheral. More... | |
msg_t | sio_lld_control (SIODriver *siop, unsigned int operation, void *arg) |
Control operation on a serial port. More... | |
Variables | |
SIODriver | SIOD1 |
SIO1 driver identifier. More... | |
PLATFORM SIO subsystem low level driver source.
Definition in file hal_sio_lld.c.