Searched defs:IS_RCC_CLEAR_IT (Results 1 – 3 of 3) sorted by relevance
352 #define IS_RCC_CLEAR_IT(IT) ((((IT) & (uint8_t)0x60) == 0x00) && ((IT) != 0x00)) macro361 #define IS_RCC_CLEAR_IT(IT) ((IT) != 0x00) macro
156 #define IS_RCC_CLEAR_IT(IT) ((((IT) & (uint8_t)0x40) == 0x00) && ((IT) != 0x00)) macro
218 #define IS_RCC_CLEAR_IT(IT)((IT) != 0x00) macro
Completed in 9 milliseconds