ChibiOS/HAL 9.0.0
hal_serial_lld.c File Reference

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

#include "hal.h"

Go to the source code of this file.

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.

Variables

SerialDriver SD1
 USART1 serial driver identifier.
static const SerialConfig default_config
 Driver default configuration.

Detailed Description

PLATFORM serial subsystem low level driver source.

Definition in file hal_serial_lld.c.