Searched refs:UART_WriteByte (Results 1 – 6 of 6) sorted by relevance
536 static inline void UART_WriteByte(UART_Type *base, uint8_t data) in UART_WriteByte() function
705 UART_WriteByte(base, *(data++)); in UART_WriteBlocking()
653 static inline void UART_WriteByte(UART_Type *base, uint8_t data) in UART_WriteByte() function
547 UART_WriteByte(base, address); in UART_SendAddress()
200 … UART_WriteByte(s_UartAdapterBase[instance], uartHandle->tx.buffer[uartHandle->tx.bufferSofar++]); in HAL_UartInterruptHandle()
198 … UART_WriteByte(s_UartAdapterBase[instance], uartHandle->tx.buffer[uartHandle->tx.bufferSofar++]); in HAL_UartInterruptHandle()