Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_rcc.c1341 assert_param(IS_RCC_MPUDIV(RCC_MPUInitStruct->MPU_Div)); in RCC_MPUConfig()
1350 __HAL_RCC_MPU_DIV(RCC_MPUInitStruct->MPU_Div); in RCC_MPUConfig()
1956 RCC_ClkInitStruct->MPUInit.MPU_Div = __HAL_RCC_GET_MPU_DIV(); in HAL_RCC_GetClockConfig()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_rcc.h185 uint32_t MPU_Div; member