Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/grovecircularled/
Dgrovecircularled.cxx62 uint32_t state = (block_idx == position) ? BIT_HIGH : BIT_LOW; in setSpinner()
78 uint32_t state = (block_idx <= level) ? BIT_HIGH : BIT_LOW; in setLevel()
86 uint32_t state = (block_idx <= level - 1) ? BIT_HIGH : BIT_LOW; in setLevel()
99 send16bitBlock (status[block_idx] ? BIT_HIGH : BIT_LOW); in setStatus()
Dgrovecircularled.h38 #define BIT_LOW 0x0000 macro
/hardware/bsp/intel/peripheral/libupm/src/my9221/
Dmy9221.cxx62 uint32_t state = (block_idx < level) ? BIT_HIGH : BIT_LOW; in setBarLevel()
67 uint32_t state = (block_idx < level) ? BIT_HIGH : BIT_LOW; in setBarLevel()
Dmy9221.h35 #define BIT_LOW 0x0000 macro