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

Function uart_timer_should_run

core/uart.c:105–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105static bool uart_timer_should_run(void) {
106 return uart.txActive || uart.rxTimeoutChars;
107}
108
109static void uart_set_timer(bool force) {
110 if (uart_timer_should_run()) {

Callers 2

uart_set_timerFunction · 0.85
uart_eventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected