Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
94
static bool uart_fifo_enabled(void) {
95
return uart.fcr >> 0 & 1;
96
}
97
98
static uint32_t uart_char_ticks(void) {
99
uint32_t divisor = (uint16_t)(uart.divisor - 1) + 1;
Callers
5
uart_reset_rx_timeout
Function · 0.85
uart_receive_char
Function · 0.85
uart_update_rxfifo_trigger
Function · 0.85
uart_read
Function · 0.85
uart_write
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected