Go to the documentation of this file.
27 #if (HAL_USE_SIO == TRUE) || defined(__DOXYGEN__)
40 #if (PLATFORM_SIO_USE_SIO1 == TRUE) || defined(__DOXYGEN__)
67 #if PLATFORM_SIO_USE_SIO1 == TRUE
84 #if PLATFORM_SIO_USE_SIO1 == TRUE
107 #if PLATFORM_SIO_USE_SIO1 == TRUE
108 if (&
SIOD1 == siop) {
void sio_lld_init(void)
Low level SIO driver initialization.
int32_t msg_t
Type of a message.
msg_t sio_lld_control(SIODriver *siop, unsigned int operation, void *arg)
Control operation on a serial port.
void sio_lld_start(SIODriver *siop)
Configures and activates the SIO peripheral.
void sioObjectInit(SIODriver *siop)
Initializes the standard part of a SIODriver structure.
void sio_lld_stop(SIODriver *siop)
Deactivates the SIO peripheral.
siostate_t state
Driver state.
Structure representing a SIO driver.
SIODriver SIOD1
SIO1 driver identifier.