MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / backlight_state

Class backlight_state

core/backlight.h:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9#include <stdio.h>
10
11typedef struct backlight_state {
12 uint8_t ports[0x100];
13 uint8_t brightness;
14 float factor;
15} backlight_state_t;
16
17extern backlight_state_t backlight;
18

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected