Searched refs:uart_receive_byte (Results 1 – 5 of 5) sorted by relevance
37 while (status_success != uart_receive_byte(g_console_uart, &c)) { in console_receive_byte()95 while (status_success != uart_receive_byte(g_console_uart, (uint8_t *)s)) { in __SEGGER_RTL_X_file_read()155 while (status_success != uart_receive_byte(g_console_uart, (uint8_t *)s)) { in _read()
256 hpm_stat_t uart_receive_byte(UART_Type *ptr, uint8_t *byte) in uart_receive_byte() function297 if (status_success != uart_receive_byte(ptr, source + i)) { in uart_receive_data()
423 uart_receive_byte(uart->uart_base, (uint8_t*)&result); in hpm_uart_getc()
1018 uart_receive_byte(uart->uart_base, (uint8_t*)&result); in hpm_uart_getc()
636 hpm_stat_t uart_receive_byte(UART_Type *ptr, uint8_t *c);
Completed in 10 milliseconds