Searched refs:USART_WriteByte (Results 1 – 4 of 4) sorted by relevance
588 static inline void USART_WriteByte(USART_Type *base, uint8_t data) in USART_WriteByte() function
709 static inline void USART_WriteByte(USART_Type *base, uint8_t data) in USART_WriteByte() function
194 …USART_WriteByte(s_UsartAdapterBase[instance], uartHandle->tx.buffer[uartHandle->tx.bufferSofar++]); in HAL_UartInterruptHandle()
249 …USART_WriteByte(s_UsartAdapterBase[instance], uartHandle->tx.buffer[uartHandle->tx.bufferSofar++]); in HAL_UartInterruptHandle()