ChibiOS/HAL
7.0.3
|
SIO Driver code. More...
#include "hal.h"
Go to the source code of this file.
Functions | |
void | sioInit (void) |
SIO Driver initialization. More... | |
void | sioObjectInit (SIODriver *siop) |
Initializes the standard part of a SIODriver structure. More... | |
void | sioStart (SIODriver *siop, const SIOConfig *config) |
Configures and activates the SIO peripheral. More... | |
void | sioStop (SIODriver *siop) |
Deactivates the SIO peripheral. More... | |
SIO Driver code.
Definition in file hal_sio.c.