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.
void sioObjectInit(SIODriver *siop)
Initializes the standard part of a SIODriver structure.
Structure representing a SIO driver.
int32_t msg_t
Type of a message.
SIODriver SIOD1
SIO1 driver identifier.
siostate_t state
Driver state.
void sio_lld_stop(SIODriver *siop)
Deactivates the SIO peripheral.
void sio_lld_start(SIODriver *siop)
Configures and activates the SIO peripheral.
msg_t sio_lld_control(SIODriver *siop, unsigned int operation, void *arg)
Control operation on a serial port.