Home
last modified time | relevance | path

Searched refs:__HAL_RCC_PLLSAI1_DISABLE (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_rcc_ex.c1643 __HAL_RCC_PLLSAI1_DISABLE(); in HAL_RCCEx_EnablePLLSAI1()
1711 __HAL_RCC_PLLSAI1_DISABLE(); in HAL_RCCEx_DisablePLLSAI1()
2565 __HAL_RCC_PLLSAI1_DISABLE(); in RCCEx_PLLSAI1_Config()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_rcc_ex.h823 #define __HAL_RCC_PLLSAI1_DISABLE() CLEAR_BIT(RCC->CR, RCC_CR_PLLSAI1ON) macro