Home
last modified time | relevance | path

Searched refs:__HAL_RCC_PLLSAI_ENABLE (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_rcc_ex.c641 __HAL_RCC_PLLSAI_ENABLE(); in HAL_RCCEx_PeriphCLKConfig()
1250 __HAL_RCC_PLLSAI_ENABLE(); in HAL_RCCEx_PeriphCLKConfig()
1716 __HAL_RCC_PLLSAI_ENABLE(); in HAL_RCCEx_EnablePLLSAI()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_rcc_ex.c477 __HAL_RCC_PLLSAI_ENABLE(); in HAL_RCCEx_PeriphCLKConfig()
1082 __HAL_RCC_PLLSAI_ENABLE(); in HAL_RCCEx_PeriphCLKConfig()
2348 __HAL_RCC_PLLSAI_ENABLE(); in HAL_RCCEx_PeriphCLKConfig()
3013 __HAL_RCC_PLLSAI_ENABLE(); in HAL_RCCEx_EnablePLLSAI()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_rcc_ex.h2636 #define __HAL_RCC_PLLSAI_ENABLE() (RCC->CR |= (RCC_CR_PLLSAION)) macro
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_rcc_ex.h6035 #define __HAL_RCC_PLLSAI_ENABLE() (*(__IO uint32_t *) RCC_CR_PLLSAION_BB = ENABLE) macro