CC23x0R5DriverLibrary
uart.c File Reference
#include "uart.h"
Include dependency graph for uart.c:

Functions

void UARTConfigSetExpClk (uint32_t base, uint32_t UARTClkFreq, uint32_t baudFreq, uint32_t config)
 Sets the configuration of a UART. More...
 
void UARTDisable (uint32_t base)
 Disables transmitting and receiving. More...
 
uint8_t UARTGetChar (uint32_t base)
 Waits for a character from the specified port. More...
 
void UARTPutChar (uint32_t base, uint8_t data)
 Waits to send a character to the specified port. More...