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

Function uart_transmit_loopback

core/uart.c:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53static void uart_transmit_loopback(const uart_transfer_t* transfer) {
54 loopback_transfer = *transfer;
55 loopback_available = true;
56}
57
58static bool uart_receive_loopback(uart_transfer_t* transfer) {
59 if (!loopback_available) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected