STM32H735xx HAL User Manual
|
Defines | |
#define | RCC_IT_LSIRDY (0x00000001U) |
#define | RCC_IT_LSERDY (0x00000002U) |
#define | RCC_IT_HSIRDY (0x00000004U) |
#define | RCC_IT_HSERDY (0x00000008U) |
#define | RCC_IT_CSIRDY (0x00000010U) |
#define | RCC_IT_HSI48RDY (0x00000020U) |
#define | RCC_IT_PLLRDY (0x00000040U) |
#define | RCC_IT_PLL2RDY (0x00000080U) |
#define | RCC_IT_PLL3RDY (0x00000100U) |
#define | RCC_IT_LSECSS (0x00000200U) |
#define | RCC_IT_CSS (0x00000400U) |
#define RCC_IT_CSIRDY (0x00000010U) |
Definition at line 627 of file stm32h7xx_hal_rcc.h.
#define RCC_IT_CSS (0x00000400U) |
Definition at line 633 of file stm32h7xx_hal_rcc.h.
Referenced by HAL_RCC_NMI_IRQHandler().
#define RCC_IT_HSERDY (0x00000008U) |
Definition at line 626 of file stm32h7xx_hal_rcc.h.
#define RCC_IT_HSI48RDY (0x00000020U) |
Definition at line 628 of file stm32h7xx_hal_rcc.h.
#define RCC_IT_HSIRDY (0x00000004U) |
Definition at line 625 of file stm32h7xx_hal_rcc.h.
#define RCC_IT_LSECSS (0x00000200U) |
Definition at line 632 of file stm32h7xx_hal_rcc.h.
Referenced by HAL_RCCEx_DisableLSECSS(), HAL_RCCEx_EnableLSECSS_IT(), and HAL_RCCEx_LSECSS_IRQHandler().
#define RCC_IT_LSERDY (0x00000002U) |
Definition at line 624 of file stm32h7xx_hal_rcc.h.
#define RCC_IT_LSIRDY (0x00000001U) |
Definition at line 623 of file stm32h7xx_hal_rcc.h.
#define RCC_IT_PLL2RDY (0x00000080U) |
Definition at line 630 of file stm32h7xx_hal_rcc.h.
#define RCC_IT_PLL3RDY (0x00000100U) |
Definition at line 631 of file stm32h7xx_hal_rcc.h.
#define RCC_IT_PLLRDY (0x00000040U) |
Definition at line 629 of file stm32h7xx_hal_rcc.h.