Searched refs:BIT_LOW (Results 1 – 4 of 4) sorted by relevance
62 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()
38 #define BIT_LOW 0x0000 macro
62 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()
35 #define BIT_LOW 0x0000 macro