Home
last modified time | relevance | path

Searched refs:RCC_RTCCLKSOURCE_DISABLE (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rcc_ex.c125 …if ((tmpreg != RCC_RTCCLKSOURCE_DISABLE) && (tmpreg != (PeriphClkInit->RTCClockSelection & RCC_BDC… in HAL_RCCEx_PeriphCLKConfig()
2158 case RCC_RTCCLKSOURCE_DISABLE: in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_rcc.h360 #define RCC_RTCCLKSOURCE_DISABLE 0x00000000U /*!< RTC clock is disabled */ macro
2396 #define IS_RCC_RTCCLKSOURCE(__SOURCE__) (((__SOURCE__) == RCC_RTCCLKSOURCE_DISABLE) || \
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_rcc_ex.c355 if (tmpreg2 != RCC_RTCCLKSOURCE_DISABLE) in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_rcc.h441 #define RCC_RTCCLKSOURCE_DISABLE 0U /*!< RTC clock is disabl… macro
4752 ((__SOURCE__) == RCC_RTCCLKSOURCE_DISABLE))
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc.h458 #define RCC_RTCCLKSOURCE_DISABLE 0U /*!<… macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc_ex.c159 …if ((tmpreg != RCC_RTCCLKSOURCE_DISABLE) && (tmpreg != (PeriphClkInit->RTCClockSelection & RCC_CCI… in HAL_RCCEx_PeriphCLKConfig()