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

Function init_uart

core/uart.c:459–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

457};
458
459eZ80portrange_t init_uart(void) {
460 gui_console_printf("[CEmu] Initialized UART...\n");
461 return puart;
462}
463
464static void uart_init_events(void) {
465 sched_init_event(SCHED_UART, CLOCK_3M, uart_event);

Callers 1

plug_devicesFunction · 0.85

Calls 1

gui_console_printfFunction · 0.50

Tested by

no test coverage detected