|
ChibiOS/HAL 9.0.0
|
PLATFORM Serial Driver configuration structure. More...
#include <hal_serial_lld.h>

Data Fields | |
| uint32_t | speed |
| Bit rate. | |
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 hal_serial_config::speed |
Bit rate.
Definition at line 72 of file hal_serial_lld.h.