Searched refs:IS_RCC_IT (Results 1 – 6 of 6) sorted by relevance
348 #define IS_RCC_IT(IT) ((((IT) & (uint8_t)0xE0) == 0x00) && ((IT) != 0x00)) macro356 #define IS_RCC_IT(IT) ((((IT) & (uint8_t)0x80) == 0x00) && ((IT) != 0x00)) macro
151 #define IS_RCC_IT(IT) ((((IT) & (uint8_t)0xC0) == 0x00) && ((IT) != 0x00)) macro
1661 assert_param(IS_RCC_IT(RCC_IT)); in RCC_ITConfig()
702 assert_param(IS_RCC_IT(RCC_IT)); in RCC_ITConfig()
213 #define IS_RCC_IT(IT) ((((IT) & (uint8_t)0x80) == 0x00) && ((IT) != 0x00)) macro
2585 assert_param(IS_RCC_IT(RCC_IT)); in RCC_ITConfig()
Completed in 18 milliseconds