ChibiOS/HAL 9.0.0
hal_serial_config Struct Reference

PLATFORM Serial Driver configuration structure. More...

#include <hal_serial_lld.h>

Collaboration diagram for hal_serial_config:
Collaboration graph

Data Fields

uint32_t speed
 Bit rate.

Detailed Description

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.

Note
This structure content is architecture dependent, each driver implementation defines its own version and the custom static initializers.

Definition at line 68 of file hal_serial_lld.h.

Field Documentation

◆ speed

uint32_t hal_serial_config::speed

Bit rate.

Definition at line 72 of file hal_serial_lld.h.