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

Function uart_receive_null

core/uart.c:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72static bool uart_receive_null(uart_transfer_t* transfer) {
73 (void)transfer;
74 return false;
75}
76
77static void uart_set_device_funcs(void) {
78 if (uart.mcr >> 4 & 1) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected