Searched refs:Uart_ReceiveData (Results 1 – 6 of 6) sorted by relevance
347 ch = Uart_ReceiveData(uart->config->idx); in hc32_getc()356 ch = Uart_ReceiveData(uart->config->idx); in hc32_getc()368 ch = Uart_ReceiveData(uart->config->idx); in hc32_getc()377 ch = Uart_ReceiveData(uart->config->idx); in hc32_getc()
237 uint8_t Uart_ReceiveData(M0P_UART_TypeDef* UARTx);
284 int Uart_ReceiveData(uint8_t u8Idx);
337 uint8_t Uart_ReceiveData(M0P_UART_TypeDef* UARTx) in Uart_ReceiveData() function
181 ch = Uart_ReceiveData(cfg->uart); in _uart_getc()
750 int Uart_ReceiveData(uint8_t u8Idx) in Uart_ReceiveData() function
Completed in 27 milliseconds