Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
105
static bool uart_timer_should_run(void) {
106
return uart.txActive || uart.rxTimeoutChars;
107
}
108
109
static void uart_set_timer(bool force) {
110
if (uart_timer_should_run()) {
Callers
2
uart_set_timer
Function · 0.85
uart_event
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected