MCPcopy 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
464static void uart_init_events(void) {
465 sched_init_event(SCHED_UART, CLOCK_3M, uart_event);
466}
467
468void uart_reset(void) {
469 memset(&uart, 0, sizeof(uart));

Callers 2

uart_resetFunction · 0.85
uart_restoreFunction · 0.85

Calls 1

sched_init_eventFunction · 0.85

Tested by

no test coverage detected