ChibiOS/HAL  7.0.3
hal_sio.c File Reference

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...
 

Detailed Description

SIO Driver code.

Definition in file hal_sio.c.