Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc_ex.c3328 HAL_StatusTypeDef HAL_RCCEx_EnableMSIPLLModeSelection(uint32_t MSIPLLModeSelection) in HAL_RCCEx_EnableMSIPLLModeSelection() argument
3332 assert_param(IS_RCC_MSIPLLMODE_SELECT(MSIPLLModeSelection)); in HAL_RCCEx_EnableMSIPLLModeSelection()
3336 if (MSIPLLModeSelection == RCC_MSISPLL_MODE_SEL) in HAL_RCCEx_EnableMSIPLLModeSelection()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_rcc_ex.h2391 HAL_StatusTypeDef HAL_RCCEx_EnableMSIPLLModeSelection(uint32_t MSIPLLModeSelection);