Searched defs:HAL_IS_BIT_SET (Results 1 – 6 of 6) sorted by relevance
62 #define HAL_IS_BIT_SET(REG, BIT) (((REG) & (BIT)) == (BIT)) macro