ChibiOS/HAL 9.0.0
hal_serial_lld.h File Reference

PLATFORM serial subsystem low level driver header. More...

Go to the source code of this file.

Data Structures

struct  hal_serial_config
 PLATFORM Serial Driver configuration structure. More...

Macros

#define _serial_driver_data
 SerialDriver specific data.
PLATFORM configuration options
#define PLATFORM_SERIAL_USE_USART1   FALSE
 USART1 driver enable switch.

Typedefs

typedef struct hal_serial_config SerialConfig
 PLATFORM Serial Driver configuration structure.

Functions

void sd_lld_init (void)
 Low level serial driver initialization.
void sd_lld_start (SerialDriver *sdp, const SerialConfig *config)
 Low level serial driver configuration and (re)start.
void sd_lld_stop (SerialDriver *sdp)
 Low level serial driver stop.

Detailed Description

PLATFORM serial subsystem low level driver header.

Definition in file hal_serial_lld.h.