Home
last modified time | relevance | path

Searched refs:RCC_CR_PLLSAION (Results 1 – 25 of 28) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_rcc.h4161 SET_BIT(RCC->CR, RCC_CR_PLLSAION); in LL_RCC_PLLSAI_Enable()
4171 CLEAR_BIT(RCC->CR, RCC_CR_PLLSAION); in LL_RCC_PLLSAI_Disable()
Dstm32f7xx_hal_rcc_ex.h2636 #define __HAL_RCC_PLLSAI_ENABLE() (RCC->CR |= (RCC_CR_PLLSAION))
2637 #define __HAL_RCC_PLLSAI_DISABLE() (RCC->CR &= ~(RCC_CR_PLLSAION))
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_rcc.c207 CLEAR_BIT(vl_mask, RCC_CR_PLLSAION); in LL_RCC_DeInit()
Dstm32f4xx_hal_rcc_ex.c3275 CLEAR_BIT(RCC->CR, RCC_CR_PLLSAION); in HAL_RCC_DeInit()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_rcc.c282 CLEAR_BIT(RCC->CR, RCC_CR_PLLSAION); in HAL_RCC_DeInit()
Dstm32f7xx_ll_rcc.c180 …CLEAR_BIT(vl_mask, (RCC_CR_HSEON | RCC_CR_HSEBYP | RCC_CR_PLLON | RCC_CR_CSSON | RCC_CR_PLLSAION |… in LL_RCC_DeInit()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_rcc.h5954 SET_BIT(RCC->CR, RCC_CR_PLLSAION); in LL_RCC_PLLSAI_Enable()
5964 CLEAR_BIT(RCC->CR, RCC_CR_PLLSAION); in LL_RCC_PLLSAI_Disable()
/hal_stm32-latest/stm32cube/stm32f7xx/soc/
Dstm32f723xx.h9165 #define RCC_CR_PLLSAION RCC_CR_PLLSAION_Msk macro
Dstm32f722xx.h9149 #define RCC_CR_PLLSAION RCC_CR_PLLSAION_Msk macro
Dstm32f730xx.h9379 #define RCC_CR_PLLSAION RCC_CR_PLLSAION_Msk macro
Dstm32f733xx.h9379 #define RCC_CR_PLLSAION RCC_CR_PLLSAION_Msk macro
Dstm32f732xx.h9363 #define RCC_CR_PLLSAION RCC_CR_PLLSAION_Msk macro
Dstm32f750xx.h10560 #define RCC_CR_PLLSAION RCC_CR_PLLSAION_Msk macro
Dstm32f745xx.h9946 #define RCC_CR_PLLSAION RCC_CR_PLLSAION_Msk macro
Dstm32f756xx.h10560 #define RCC_CR_PLLSAION RCC_CR_PLLSAION_Msk macro
Dstm32f746xx.h10285 #define RCC_CR_PLLSAION RCC_CR_PLLSAION_Msk macro
Dstm32f765xx.h10453 #define RCC_CR_PLLSAION RCC_CR_PLLSAION_Msk macro
Dstm32f777xx.h11104 #define RCC_CR_PLLSAION RCC_CR_PLLSAION_Msk macro
Dstm32f767xx.h10829 #define RCC_CR_PLLSAION RCC_CR_PLLSAION_Msk macro
/hal_stm32-latest/stm32cube/stm32f4xx/soc/
Dstm32f427xx.h10209 #define RCC_CR_PLLSAION RCC_CR_PLLSAION_Msk macro
Dstm32f446xx.h10093 #define RCC_CR_PLLSAION RCC_CR_PLLSAION_Msk macro
Dstm32f429xx.h10553 #define RCC_CR_PLLSAION RCC_CR_PLLSAION_Msk macro
Dstm32f439xx.h10827 #define RCC_CR_PLLSAION RCC_CR_PLLSAION_Msk macro
Dstm32f437xx.h10488 #define RCC_CR_PLLSAION RCC_CR_PLLSAION_Msk macro
Dstm32f469xx.h13551 #define RCC_CR_PLLSAION RCC_CR_PLLSAION_Msk macro

12