Home
last modified time | relevance | path

Searched refs:RCC_IT_CSS (Results 1 – 8 of 8) sorted by relevance

/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/inc/
A Dstm32f10x_rcc.h345 #define RCC_IT_CSS ((uint8_t)0x80) macro
351 ((IT) == RCC_IT_PLLRDY) || ((IT) == RCC_IT_CSS))
359 ((IT) == RCC_IT_PLLRDY) || ((IT) == RCC_IT_CSS) || \
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/
A Dstm32f2xx_rcc.h150 #define RCC_IT_CSS ((uint8_t)0x80) macro
154 ((IT) == RCC_IT_PLLRDY) || ((IT) == RCC_IT_CSS) || \
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_rcc.c1294 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()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_rcc.c1025 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()
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_rcc.h211 #define RCC_IT_CSS ((uint8_t)0x80) macro
216 ((IT) == RCC_IT_PLLRDY) || ((IT) == RCC_IT_CSS) || \
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_rcc.h377 #define RCC_IT_CSS ((uint8_t)0x80) macro
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_rcc.h579 #define RCC_IT_CSS ((uint8_t)RCC_CIR_CSSF) /*!< Clock Security System In… macro
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/Legacy/
A Dstm32_hal_legacy.h2964 #define RCC_IT_CSSHSE RCC_IT_CSS

Completed in 54 milliseconds