Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_rcc_ex.h1161 #define __HAL_RCC_PLL3CLKOUT_ENABLE(__PLL3_CLOCKOUT__) SET_BIT(RCC->PLL3CFGR, (__PLL3_CLOCKOUT__)) macro
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_rcc_ex.c2578 __HAL_RCC_PLL3CLKOUT_ENABLE(PLL3Init->PLL3ClockOut); in HAL_RCCEx_EnablePLL3()
3488 __HAL_RCC_PLL3CLKOUT_ENABLE(pll3->PLL3ClockOut); in RCCEx_PLL3_Config()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_rcc_ex.c6285 __HAL_RCC_PLL3CLKOUT_ENABLE(pll3->PLL3ClockOut); in RCCEx_PLL3_Config()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/Legacy/
Dstm32_hal_legacy.h3733 #define __HAL_RCC_PLL3CLKOUT_ENABLE __HAL_RCC_PLL3_CLKOUT_ENABLE macro