Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc.c525 HAL_StatusTypeDef HAL_RCC_OscConfig(const RCC_OscInitTypeDef *pRCC_OscInitStruct) in HAL_RCC_OscConfig() argument
536 if (pRCC_OscInitStruct == NULL) in HAL_RCC_OscConfig()
542 assert_param(IS_RCC_OSCILLATORTYPE(pRCC_OscInitStruct->OscillatorType)); in HAL_RCC_OscConfig()
548 if (((pRCC_OscInitStruct->OscillatorType) & RCC_OSCILLATORTYPE_MSI) == RCC_OSCILLATORTYPE_MSI) in HAL_RCC_OscConfig()
551 assert_param(IS_RCC_MSI(pRCC_OscInitStruct->MSIState)); in HAL_RCC_OscConfig()
552 assert_param(IS_RCC_MSICALIBRATION_VALUE(pRCC_OscInitStruct->MSICalibrationValue)); in HAL_RCC_OscConfig()
553 assert_param(IS_RCC_MSI_CLOCK_RANGE(pRCC_OscInitStruct->MSIClockRange)); in HAL_RCC_OscConfig()
560 if (pRCC_OscInitStruct->MSIState == RCC_MSI_OFF) in HAL_RCC_OscConfig()
571 if (pRCC_OscInitStruct->MSIClockRange > __HAL_RCC_GET_MSI_RANGE()) in HAL_RCC_OscConfig()
577 if (RCC_SetFlashLatencyFromMSIRange(pRCC_OscInitStruct->MSIClockRange) != HAL_OK) in HAL_RCC_OscConfig()
[all …]
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc.c350 HAL_StatusTypeDef HAL_RCC_OscConfig(const RCC_OscInitTypeDef *pRCC_OscInitStruct) in HAL_RCC_OscConfig() argument
362 if (pRCC_OscInitStruct == NULL) in HAL_RCC_OscConfig()
368 assert_param(IS_RCC_OSCILLATORTYPE(pRCC_OscInitStruct->OscillatorType)); in HAL_RCC_OscConfig()
379 if (((pRCC_OscInitStruct->OscillatorType) & RCC_OSCILLATORTYPE_HSE) == RCC_OSCILLATORTYPE_HSE) in HAL_RCC_OscConfig()
382 assert_param(IS_RCC_HSE(pRCC_OscInitStruct->HSEState)); in HAL_RCC_OscConfig()
391 if (pRCC_OscInitStruct->HSEState == RCC_HSE_OFF) in HAL_RCC_OscConfig()
400 __HAL_RCC_HSE_CONFIG(pRCC_OscInitStruct->HSEState); in HAL_RCC_OscConfig()
406 if (pRCC_OscInitStruct->HSEState != RCC_HSE_OFF) in HAL_RCC_OscConfig()
432 if (((pRCC_OscInitStruct->OscillatorType) & RCC_OSCILLATORTYPE_HSI) == RCC_OSCILLATORTYPE_HSI) in HAL_RCC_OscConfig()
435 assert_param(IS_RCC_HSI(pRCC_OscInitStruct->HSIState)); in HAL_RCC_OscConfig()
[all …]
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc.h4307 HAL_StatusTypeDef HAL_RCC_OscConfig(const RCC_OscInitTypeDef *pRCC_OscInitStruct);
4327 void HAL_RCC_GetOscConfig(RCC_OscInitTypeDef *pRCC_OscInitStruct);
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_rcc.h4793 HAL_StatusTypeDef HAL_RCC_OscConfig(const RCC_OscInitTypeDef *pRCC_OscInitStruct);
4812 void HAL_RCC_GetOscConfig(RCC_OscInitTypeDef *pRCC_OscInitStruct);