Searched refs:USART_ReadByte (Results 1 – 4 of 4) sorted by relevance
602 static inline uint8_t USART_ReadByte(USART_Type *base) in USART_ReadByte() function
723 static inline uint8_t USART_ReadByte(USART_Type *base) in USART_ReadByte() function
174 …uartHandle->rx.buffer[uartHandle->rx.bufferSofar++] = USART_ReadByte(s_UsartAdapterBase[instance]); in HAL_UartInterruptHandle()
229 …uartHandle->rx.buffer[uartHandle->rx.bufferSofar++] = USART_ReadByte(s_UsartAdapterBase[instance]); in HAL_UartInterruptHandle()