Searched refs:IS_RCC_CLEAR_IT (Results 1 – 6 of 6) 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
1794 assert_param(IS_RCC_CLEAR_IT(RCC_IT)); in RCC_ClearITPendingBit()
1450 assert_param(IS_RCC_CLEAR_IT(RCC_IT)); in RCC_ClearITPendingBit()
218 #define IS_RCC_CLEAR_IT(IT)((IT) != 0x00) macro
2721 assert_param(IS_RCC_CLEAR_IT(RCC_IT)); in RCC_ClearITPendingBit()
Completed in 19 milliseconds