MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / uart_reset_rx_timeout

Function uart_reset_rx_timeout

core/uart.c:119–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119static void uart_reset_rx_timeout(void) {
120 uart.rxTimeout = false;
121 uart.rxTimeoutChars = uart.rfve && uart_fifo_enabled() ? UART_RX_TIMEOUT_DELAY : 0;
122 uart_set_timer(false);
123}
124
125static bool uart_receive_char() {
126 uart_transfer_t transfer;

Callers 2

uart_readFunction · 0.85
uart_writeFunction · 0.85

Calls 2

uart_fifo_enabledFunction · 0.85
uart_set_timerFunction · 0.85

Tested by

no test coverage detected