Home
last modified time | relevance | path

Searched refs:Mdf1ClockSelection (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/bl2/
Dstm32u5xx_hal_msp.c96 .Mdf1ClockSelection = 0,
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_rcc_ex.c621 assert_param(IS_RCC_MDF1CLKSOURCE(pPeriphClkInit->Mdf1ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
623 switch (pPeriphClkInit->Mdf1ClockSelection) in HAL_RCCEx_PeriphCLKConfig()
647 __HAL_RCC_MDF1_CONFIG(pPeriphClkInit->Mdf1ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
1064 pPeriphClkInit->Mdf1ClockSelection = __HAL_RCC_GET_MDF1_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_rcc_ex.h202 uint32_t Mdf1ClockSelection; /*!< Specifies MDF1 kernel clock source. member