MCPcopy Create free account
hub / github.com/kiibohd/controller / Output_setup

Function Output_setup

Output/USBxUART/output_com.c:48–58  ·  view source on GitHub ↗

USB Module Setup

Source from the content-addressed store, hash-verified

46
47// USB Module Setup
48inline void Output_setup()
49{
50 // Initialize Interface module
51 OutputGen_setup();
52
53 // Setup UART
54 UART_setup();
55
56 // Setup USB
57 USB_setup();
58}
59
60
61// USB Data Poll

Callers

nothing calls this directly

Calls 3

OutputGen_setupFunction · 0.85
UART_setupFunction · 0.85
USB_setupFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…