Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_rcc_ex.c738 __HAL_RCC_PLLSAI2_DISABLE(); in HAL_RCCEx_PeriphCLKConfig()
2193 __HAL_RCC_PLLSAI2_DISABLE(); in HAL_RCCEx_EnablePLLSAI2()
2260 __HAL_RCC_PLLSAI2_DISABLE(); in HAL_RCCEx_DisablePLLSAI2()
3186 __HAL_RCC_PLLSAI2_DISABLE(); in RCCEx_PLLSAI2_Config()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_rcc_ex.c1754 __HAL_RCC_PLLSAI2_DISABLE(); in HAL_RCCEx_EnablePLLSAI2()
1822 __HAL_RCC_PLLSAI2_DISABLE(); in HAL_RCCEx_DisablePLLSAI2()
2703 __HAL_RCC_PLLSAI2_DISABLE(); in RCCEx_PLLSAI2_Config()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_rcc_ex.h946 #define __HAL_RCC_PLLSAI2_DISABLE() CLEAR_BIT(RCC->CR, RCC_CR_PLLSAI2ON) macro
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_rcc_ex.h1308 #define __HAL_RCC_PLLSAI2_DISABLE() CLEAR_BIT(RCC->CR, RCC_CR_PLLSAI2ON) macro