ChibiOS/HAL
6.1.0
|
PLATFORM UART subsystem low level driver source. More...
#include "hal.h"
Go to the source code of this file.
Functions | |
void | uart_lld_init (void) |
Low level UART driver initialization. More... | |
void | uart_lld_start (UARTDriver *uartp) |
Configures and activates the UART peripheral. More... | |
void | uart_lld_stop (UARTDriver *uartp) |
Deactivates the UART peripheral. More... | |
void | uart_lld_start_send (UARTDriver *uartp, size_t n, const void *txbuf) |
Starts a transmission on the UART peripheral. More... | |
size_t | uart_lld_stop_send (UARTDriver *uartp) |
Stops any ongoing transmission. More... | |
void | uart_lld_start_receive (UARTDriver *uartp, size_t n, void *rxbuf) |
Starts a receive operation on the UART peripheral. More... | |
size_t | uart_lld_stop_receive (UARTDriver *uartp) |
Stops any ongoing receive operation. More... | |
Variables | |
UARTDriver | UARTD1 |
UART1 driver identifier. More... | |
PLATFORM UART subsystem low level driver source.
Definition in file hal_uart_lld.c.