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)
TXZ_Result uart_enable_loopback(uart_t *p_obj)
TXZ_Result
Definition: txz_driver_def.h:43
TXZ_Result uart_disable_half_clock(uart_t *p_obj)
TXZ_Result uart_stop_break(uart_t *p_obj)
UART handle structure definition.
Definition: txz_uart.h:745
TXZ_Result uart_disable_loopback(uart_t *p_obj)
TXZ_Result uart_disable_wakeup(uart_t *p_obj)
TXZ_Result uart_enable_half_clock(uart_t *p_obj, uint32_t start, uint32_t output)
All common macro and definition for TXZ peripheral drivers.
TXZ_Result uart_send_break(uart_t *p_obj)
This file provides all the functions prototypes for UART driver.