Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_rcc.c520 assert_param(IS_RCC_HSIDIV(RCC_OscInitStruct->HSIDivValue)); in HAL_RCC_OscConfig()
548 __HAL_RCC_HSI_DIV(RCC_OscInitStruct->HSIDivValue); in HAL_RCC_OscConfig()
594 __HAL_RCC_HSI_DIV(RCC_OscInitStruct->HSIDivValue); in HAL_RCC_OscConfig()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_rcc.h157 uint32_t HSIDivValue; /*!< The HSI Division value. member