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

Function Pixel_pixelToggle

Macro/PixelMap/pixel.c:2244–2251  ·  view source on GitHub ↗

Toggle given pixel element Debug function, used by cli only XXX

Source from the content-addressed store, hash-verified

2242// Toggle given pixel element
2243// Debug function, used by cli only XXX
2244void Pixel_pixelToggle( PixelElement *elem )
2245{
2246 // Toggle each of the channels of the pixel
2247 for ( uint8_t ch = 0; ch < elem->channels; ch++ )
2248 {
2249 Pixel_channelToggle( elem->indices[ch] );
2250 }
2251}
2252
2253
2254

Callers 2

Pixel_processFunction · 0.85
cliFunc_pixelXYTestFunction · 0.85

Calls 1

Pixel_channelToggleFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…