ChibiOS/HAL
6.1.0
|
PLATFORM Serial Driver configuration structure. More...
#include <hal_serial_lld.h>
Data Fields | |
uint32_t | speed |
Bit rate. More... | |
PLATFORM Serial Driver configuration structure.
An instance of this structure must be passed to sdStart()
in order to configure and start a serial driver operations.
Definition at line 68 of file hal_serial_lld.h.
uint32_t SerialConfig::speed |
Bit rate.
Definition at line 72 of file hal_serial_lld.h.