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

Function init_errorLED

Debug/led/led.c:44–48  ·  view source on GitHub ↗

Error LED Setup

Source from the content-addressed store, hash-verified

42
43// Error LED Setup
44inline void init_errorLED()
45{
46 // Enable output
47 GPIO_Ctrl( led_pin, GPIO_Type_DriveSetup, GPIO_Config_None );
48}
49
50// Error LED Control
51inline void errorLED( uint8_t on )

Callers 3

ResetHandlerFunction · 0.85
ResetHandlerFunction · 0.85
CLI_initFunction · 0.85

Calls 1

GPIO_CtrlFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…