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

Function uart_fifo_enabled

core/uart.c:94–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94static bool uart_fifo_enabled(void) {
95 return uart.fcr >> 0 & 1;
96}
97
98static uint32_t uart_char_ticks(void) {
99 uint32_t divisor = (uint16_t)(uart.divisor - 1) + 1;

Callers 5

uart_reset_rx_timeoutFunction · 0.85
uart_receive_charFunction · 0.85
uart_readFunction · 0.85
uart_writeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected