Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CE-Programming/CEmu
/ init_panel
Function
init_panel
core/panel.c:1335–1337 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1333
}
1334
1335
void init_panel(void) {
1336
panel.clockRate = 9800000;
1337
}
1338
1339
static void panel_init_events(void) {
1340
sched_init_event(SCHED_PANEL, CLOCK_PANEL, panel_event);
Callers
1
plug_devices
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected