Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CE-Programming/CEmu
/ uart_init_events
Function
uart_init_events
core/uart.c:464–466 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
462
}
463
464
static void uart_init_events(void) {
465
sched_init_event(SCHED_UART, CLOCK_3M, uart_event);
466
}
467
468
void uart_reset(void) {
469
memset(&uart, 0, sizeof(uart));
Callers
2
uart_reset
Function · 0.85
uart_restore
Function · 0.85
Calls
1
sched_init_event
Function · 0.85
Tested by
no test coverage detected