Home
last modified time | relevance | path

Searched refs:PIXEL_MASK (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/samples/boards/nordic/nrf_led_matrix/src/
Dmain.c13 #define PIXEL_MASK(...) (FOR_EACH_IDX(PIXEL_BIT, (|), __VA_ARGS__)) macro
28 { PIXEL_MASK(0, 1, 0) | in update_block_3x3()
29 PIXEL_MASK(0, 1, 0) << 4, in update_block_3x3()
30 PIXEL_MASK(0, 1, 0) }, in update_block_3x3()
31 { PIXEL_MASK(0, 0, 1) | in update_block_3x3()
32 PIXEL_MASK(0, 1, 0) << 4, in update_block_3x3()
33 PIXEL_MASK(1, 0, 0) }, in update_block_3x3()
34 { PIXEL_MASK(0, 0, 0) | in update_block_3x3()
35 PIXEL_MASK(1, 1, 1) << 4, in update_block_3x3()
36 PIXEL_MASK(0, 0, 0) }, in update_block_3x3()
[all …]