Searched refs:RCC_IT_CSS (Results 1 – 8 of 8) sorted by relevance
345 #define RCC_IT_CSS ((uint8_t)0x80) macro351 ((IT) == RCC_IT_PLLRDY) || ((IT) == RCC_IT_CSS))359 ((IT) == RCC_IT_PLLRDY) || ((IT) == RCC_IT_CSS) || \
150 #define RCC_IT_CSS ((uint8_t)0x80) macro154 ((IT) == RCC_IT_PLLRDY) || ((IT) == RCC_IT_CSS) || \
1294 if(__HAL_RCC_GET_IT(RCC_IT_CSS)) in HAL_RCC_NMI_IRQHandler()1300 __HAL_RCC_CLEAR_IT(RCC_IT_CSS); in HAL_RCC_NMI_IRQHandler()
1025 if (__HAL_RCC_GET_IT(RCC_IT_CSS)) { in HAL_RCC_NMI_IRQHandler()1030 __HAL_RCC_CLEAR_IT(RCC_IT_CSS); in HAL_RCC_NMI_IRQHandler()
211 #define RCC_IT_CSS ((uint8_t)0x80) macro216 ((IT) == RCC_IT_PLLRDY) || ((IT) == RCC_IT_CSS) || \
377 #define RCC_IT_CSS ((uint8_t)0x80) macro
579 #define RCC_IT_CSS ((uint8_t)RCC_CIR_CSSF) /*!< Clock Security System In… macro
2964 #define RCC_IT_CSSHSE RCC_IT_CSS
Completed in 54 milliseconds