STM32H735xx HAL User Manual
|
Extended Peripheral Control functions. More...
Functions | |
void | HAL_RCCEx_EnableLSECSS (void) |
Enables the LSE Clock Security System. | |
void | HAL_RCCEx_DisableLSECSS (void) |
Disables the LSE Clock Security System. | |
void | HAL_RCCEx_EnableLSECSS_IT (void) |
Enable the LSE Clock Security System Interrupt & corresponding EXTI line. | |
void | HAL_RCCEx_WakeUpStopCLKConfig (uint32_t WakeUpClk) |
Configure the oscillator clock source for wakeup from Stop and CSS backup clock. | |
void | HAL_RCCEx_KerWakeUpStopCLKConfig (uint32_t WakeUpClk) |
Configure the oscillator Kernel clock source for wakeup from Stop. | |
void | HAL_RCCEx_WWDGxSysResetConfig (uint32_t RCC_WWDGx) |
Configure WWDG1 to generate a system reset not only CPU reset(default) when a time-out occurs. | |
void | HAL_RCCEx_LSECSS_IRQHandler (void) |
Handle the RCC LSE Clock Security System interrupt request. | |
void | HAL_RCCEx_LSECSS_Callback (void) |
RCCEx LSE Clock Security System interrupt callback. |
Extended Peripheral Control functions.
void HAL_RCCEx_DisableLSECSS | ( | void | ) |
Disables the LSE Clock Security System.
None |
Definition at line 3016 of file stm32h7xx_hal_rcc_ex.c.
References __HAL_RCC_DISABLE_IT, and RCC_IT_LSECSS.
void HAL_RCCEx_EnableLSECSS | ( | void | ) |
Enables the LSE Clock Security System.
None |
Definition at line 3006 of file stm32h7xx_hal_rcc_ex.c.
void HAL_RCCEx_EnableLSECSS_IT | ( | void | ) |
Enable the LSE Clock Security System Interrupt & corresponding EXTI line.
None |
Definition at line 3028 of file stm32h7xx_hal_rcc_ex.c.
References __HAL_RCC_ENABLE_IT, __HAL_RCC_LSECSS_EXTI_ENABLE_IT, __HAL_RCC_LSECSS_EXTI_ENABLE_RISING_EDGE, and RCC_IT_LSECSS.
void HAL_RCCEx_KerWakeUpStopCLKConfig | ( | uint32_t | WakeUpClk | ) |
Configure the oscillator Kernel clock source for wakeup from Stop.
WakeUpClk,: | Kernel Wakeup clock This parameter can be one of the following values:
|
None |
Definition at line 3070 of file stm32h7xx_hal_rcc_ex.c.
References __HAL_RCC_KERWAKEUPSTOP_CLK_CONFIG, assert_param, and IS_RCC_STOP_KERWAKEUPCLOCK.
void HAL_RCCEx_LSECSS_Callback | ( | void | ) |
RCCEx LSE Clock Security System interrupt callback.
none |
Definition at line 3736 of file stm32h7xx_hal_rcc_ex.c.
Referenced by HAL_RCCEx_LSECSS_IRQHandler().
void HAL_RCCEx_LSECSS_IRQHandler | ( | void | ) |
Handle the RCC LSE Clock Security System interrupt request.
None |
Definition at line 3717 of file stm32h7xx_hal_rcc_ex.c.
References __HAL_RCC_CLEAR_IT, __HAL_RCC_GET_IT, HAL_RCCEx_LSECSS_Callback(), and RCC_IT_LSECSS.
void HAL_RCCEx_WakeUpStopCLKConfig | ( | uint32_t | WakeUpClk | ) |
Configure the oscillator clock source for wakeup from Stop and CSS backup clock.
WakeUpClk,: | Wakeup clock This parameter can be one of the following values:
|
None |
Definition at line 3055 of file stm32h7xx_hal_rcc_ex.c.
References __HAL_RCC_WAKEUPSTOP_CLK_CONFIG, assert_param, and IS_RCC_STOP_WAKEUPCLOCK.
void HAL_RCCEx_WWDGxSysResetConfig | ( | uint32_t | RCC_WWDGx | ) |
Configure WWDG1 to generate a system reset not only CPU reset(default) when a time-out occurs.
RCC_WWDGx,: | WWDGx to be configured This parameter can be one of the following values:
|
None |
Definition at line 3124 of file stm32h7xx_hal_rcc_ex.c.
References assert_param, and IS_RCC_SCOPE_WWDG.