Searched refs:BLOCK_RES_MASK (Results 1 – 1 of 1) sorted by relevance
546 #define BLOCK_RES_MASK 0xF macro549 uint8_t y = (x & (~x + 1)) & BLOCK_RES_MASK; in hal_find_one_bit()560 uint8_t y = (~x & (x+1)) & BLOCK_RES_MASK; in hal_find_zero_bit()