ChibiOS/HAL  6.1.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. More...
 
void sd_lld_start (SerialDriver *sdp, const SerialConfig *config)
 Low level serial driver configuration and (re)start. More...
 
void sd_lld_stop (SerialDriver *sdp)
 Low level serial driver stop. More...
 

Variables

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

Detailed Description

PLATFORM serial subsystem low level driver source.

Definition in file hal_serial_lld.c.