Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_rcc_ex.c2643 HAL_StatusTypeDef HAL_RCCEx_EnableMSIPLLModeSelection(uint32_t MSIPLLModeSelection) in HAL_RCCEx_EnableMSIPLLModeSelection() argument
2647 assert_param(IS_RCC_MSIPLLMODE_SELECT(MSIPLLModeSelection)); in HAL_RCCEx_EnableMSIPLLModeSelection()
2651 if (MSIPLLModeSelection == RCC_MSISPLL_MODE_SEL) in HAL_RCCEx_EnableMSIPLLModeSelection()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_rcc_ex.h1953 HAL_StatusTypeDef HAL_RCCEx_EnableMSIPLLModeSelection(uint32_t MSIPLLModeSelection);