52 #define UART_HALF_CLOCK_START_TXDA ((uint32_t)0x00000000) 53 #define UART_HALF_CLOCK_START_TXDB ((uint32_t)0x00040000) 63 #define UART_HALF_CLOCK_OUTPUT_1 ((uint32_t)0x00000000) 64 #define UART_HALF_CLOCK_OUTPUT_2 ((uint32_t)0x00020000) TXZ_Result uart_enable_wakeup(uart_t *p_obj)
Enable Wakeup.
Definition: txz_uart_ex.c:413
TXZ_Result uart_enable_loopback(uart_t *p_obj)
Enable Loopback.
Definition: txz_uart_ex.c:338
TXZ_Result uart_disable_half_clock(uart_t *p_obj)
Disable Half Clock Mode.
Definition: txz_uart_ex.c:301
TXZ_Result uart_stop_break(uart_t *p_obj)
Stop Break.
Definition: txz_uart_ex.c:221
UART handle structure definenition.
Definition: txz_uart.h:745
TXZ_Result uart_disable_loopback(uart_t *p_obj)
Disable Loopback.
Definition: txz_uart_ex.c:375
TXZ_Result uart_disable_wakeup(uart_t *p_obj)
Disable Wakeup.
Definition: txz_uart_ex.c:450
TXZ_Result uart_enable_half_clock(uart_t *p_obj, uint32_t start, uint32_t output)
Enable Half Clock Mode.
Definition: txz_uart_ex.c:260
All common macro and definition for TXZ peripheral drivers.
TXZ_Result uart_send_break(uart_t *p_obj)
Send Break.
Definition: txz_uart_ex.c:185
This file provides all the functions prototypes for UART driver.