Home
last modified time | relevance | path

Searched refs:RCC_PLL2CFGR_PLL2FRACEN (Results 1 – 24 of 24) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_rcc.h4828 SET_BIT(RCC->PLL2CFGR, RCC_PLL2CFGR_PLL2FRACEN); in LL_RCC_PLL2FRACN_Enable()
4838 …return ((READ_BIT(RCC->PLL2CFGR, RCC_PLL2CFGR_PLL2FRACEN) == RCC_PLL2CFGR_PLL2FRACEN) ? 1UL : 0UL); in LL_RCC_PLL2FRACN_IsEnabled()
4848 CLEAR_BIT(RCC->PLL2CFGR, RCC_PLL2CFGR_PLL2FRACEN); in LL_RCC_PLL2FRACN_Disable()
Dstm32h5xx_hal_rcc_ex.h1572 #define __HAL_RCC_PLL2_FRACN_ENABLE() SET_BIT(RCC->PLL2CFGR, RCC_PLL2CFGR_PLL2FRACEN)
1573 #define __HAL_RCC_PLL2_FRACN_DISABLE() CLEAR_BIT(RCC->PLL2CFGR, RCC_PLL2CFGR_PLL2FRACEN)
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_rcc.h4680 SET_BIT(RCC->PLL2CFGR, RCC_PLL2CFGR_PLL2FRACEN); in LL_RCC_PLL2FRACN_Enable()
4690 …return ((READ_BIT(RCC->PLL2CFGR, RCC_PLL2CFGR_PLL2FRACEN) == RCC_PLL2CFGR_PLL2FRACEN) ? 1UL : 0UL); in LL_RCC_PLL2FRACN_IsEnabled()
4700 CLEAR_BIT(RCC->PLL2CFGR, RCC_PLL2CFGR_PLL2FRACEN); in LL_RCC_PLL2FRACN_Disable()
Dstm32u5xx_hal_rcc_ex.h1267 #define __HAL_RCC_PLL2FRACN_ENABLE() SET_BIT(RCC->PLL2CFGR, RCC_PLL2CFGR_PLL2FRACEN)
1268 #define __HAL_RCC_PLL2FRACN_DISABLE() CLEAR_BIT(RCC->PLL2CFGR, RCC_PLL2CFGR_PLL2FRACEN)
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc_ex.c1599 pll2fracen = ((RCC->PLL2CFGR & RCC_PLL2CFGR_PLL2FRACEN) >> RCC_PLL2CFGR_PLL2FRACEN_Pos); in HAL_RCCEx_GetPLL2ClockFreq()
3198 RCC_PLL2CFGR_PLL2FRACEN); in HAL_RCCEx_DisablePLL2()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c2931 pll2fracen = ((RCC->PLL2CFGR & RCC_PLL2CFGR_PLL2FRACEN) >> RCC_PLL2CFGR_PLL2FRACEN_Pos); in HAL_RCCEx_GetPLL2ClockFreq()
5398 RCC_PLL2CFGR_PLL2FRACEN); in HAL_RCCEx_DisablePLL2()
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h8533 #define RCC_PLL2CFGR_PLL2FRACEN RCC_PLL2CFGR_PLL2FRACEN_Msk macro
Dstm32h523xx.h12673 #define RCC_PLL2CFGR_PLL2FRACEN RCC_PLL2CFGR_PLL2FRACEN_Msk macro
Dstm32h562xx.h13353 #define RCC_PLL2CFGR_PLL2FRACEN RCC_PLL2CFGR_PLL2FRACEN_Msk macro
Dstm32h533xx.h13192 #define RCC_PLL2CFGR_PLL2FRACEN RCC_PLL2CFGR_PLL2FRACEN_Msk macro
Dstm32h573xx.h15956 #define RCC_PLL2CFGR_PLL2FRACEN RCC_PLL2CFGR_PLL2FRACEN_Msk macro
Dstm32h563xx.h15437 #define RCC_PLL2CFGR_PLL2FRACEN RCC_PLL2CFGR_PLL2FRACEN_Msk macro
/hal_stm32-latest/stm32cube/stm32u5xx/soc/
Dstm32u545xx.h14523 #define RCC_PLL2CFGR_PLL2FRACEN RCC_PLL2CFGR_PLL2FRACEN_Msk /*!< PLL2 Fract… macro
Dstm32u535xx.h14010 #define RCC_PLL2CFGR_PLL2FRACEN RCC_PLL2CFGR_PLL2FRACEN_Msk /*!< PLL2 Fract… macro
Dstm32u575xx.h15418 #define RCC_PLL2CFGR_PLL2FRACEN RCC_PLL2CFGR_PLL2FRACEN_Msk /*!< PLL2 Fract… macro
Dstm32u585xx.h15980 #define RCC_PLL2CFGR_PLL2FRACEN RCC_PLL2CFGR_PLL2FRACEN_Msk /*!< PLL2 Fract… macro
Dstm32u595xx.h16446 #define RCC_PLL2CFGR_PLL2FRACEN RCC_PLL2CFGR_PLL2FRACEN_Msk /*!< PLL2 Fract… macro
Dstm32u5a5xx.h17008 #define RCC_PLL2CFGR_PLL2FRACEN RCC_PLL2CFGR_PLL2FRACEN_Msk /*!< PLL2 Fract… macro
Dstm32u5f7xx.h17979 #define RCC_PLL2CFGR_PLL2FRACEN RCC_PLL2CFGR_PLL2FRACEN_Msk /*!< PLL2 Fract… macro
Dstm32u599xx.h20172 #define RCC_PLL2CFGR_PLL2FRACEN RCC_PLL2CFGR_PLL2FRACEN_Msk /*!< PLL2 Fract… macro
Dstm32u5g7xx.h18541 #define RCC_PLL2CFGR_PLL2FRACEN RCC_PLL2CFGR_PLL2FRACEN_Msk /*!< PLL2 Fract… macro
Dstm32u5f9xx.h21108 #define RCC_PLL2CFGR_PLL2FRACEN RCC_PLL2CFGR_PLL2FRACEN_Msk /*!< PLL2 Fract… macro
Dstm32u5a9xx.h20734 #define RCC_PLL2CFGR_PLL2FRACEN RCC_PLL2CFGR_PLL2FRACEN_Msk /*!< PLL2 Fract… macro
Dstm32u5g9xx.h21670 #define RCC_PLL2CFGR_PLL2FRACEN RCC_PLL2CFGR_PLL2FRACEN_Msk /*!< PLL2 Fract… macro