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

Function Output_setup

Output/UARTOut/output_com.c:49–56  ·  view source on GitHub ↗

Output Module Setup

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

OutputGen_setupFunction · 0.85
UART_setupFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…