Searched refs:TRACE_UART_DEV (Results 1 – 2 of 2) sorted by relevance
64 reg_iir = UART_IntStatus(TRACE_UART_DEV); in traceuart_irq()79 reg_val = (UART_LineStatusGet(TRACE_UART_DEV)); in traceuart_irq()118 UART_Init(TRACE_UART_DEV, pUARTStruct); in trace_uart_init()119 UART_SetBaud(TRACE_UART_DEV, TRACE_UART_BAUDRATE); in trace_uart_init()120 UART_RxCmd(TRACE_UART_DEV, DISABLE); in trace_uart_init()148 UART_DeInit(TRACE_UART_DEV); in trace_uart_deinit()180 UART_TXDMACmd(TRACE_UART_DEV, DISABLE); in traceuart_dma_tx_complete()181 UART_RXDMACmd(TRACE_UART_DEV, DISABLE); in traceuart_dma_tx_complete()200 UART_SendData(TRACE_UART_DEV, pstr, len); in trace_uart_tx()219 UART_TXDMAConfig(TRACE_UART_DEV, 8); in trace_uart_tx()[all …]
32 #define TRACE_UART_DEV UART0_DEV macro43 #define TRACE_UART_DEV UART3_DEV
Completed in 3 milliseconds