![]() |
TLx493D 3D Hall Sensor Generic Library
1.3
Generic library for the TLx493D 3D Hall sensor family
|
UART Driver for XMC1100 USIC Module. More...
#include <stdint.h>
#include <stdbool.h>
Go to the source code of this file.
Functions | |
void | UART_init (void) |
Initialize the UART peripheral. | |
uint8_t | UART_available (void) |
Return number of bytes available for reading. | |
void | UART_read (uint8_t *data, uint32_t count) |
Read count bytes to the data array. If not enough bytes available, will block until available. | |
uint8_t | UART_read_byte (void) |
Read last received data byte. Not blocking. | |
void | UART_clear_rx_fifo (void) |
Discard all data from the receive FIFO buffer. | |
void | UART_write (void *data, uint32_t count) |
Write count bytes from the data array to UART. | |
UART Driver for XMC1100 USIC Module.