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

Function lcd_next_word

core/lcd.c:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29static inline uint32_t lcd_next_word(uint32_t **dat) {
30 uint32_t word = from_le32(**dat);
31 (*dat)++;
32 return word;
33}
34
35static inline uint32_t lcd_bgr565swap(uint32_t bgr565, uint32_t mask) {
36 uint32_t diff = (bgr565 ^ (bgr565 >> 11)) & mask;

Callers 2

emu_lcd_drawmemFunction · 0.85
lcd_wordsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected