Home
last modified time | relevance | path

Searched refs:RCC_MSIRANGE_12 (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_rcc_ex.h1115 if(__MSIRANGE__ >= RCC_MSIRANGE_12) \
Dstm32u5xx_hal_rcc.h391 #define RCC_MSIRANGE_12 (RCC_ICSCR1_MSISRANGE_2 | RCC_ICSCR1_MSISRANGE_3) … macro
4741 ((__RANGE__) == RCC_MSIRANGE_12) || \
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc.c1886 if (pRCC_OscInitStruct->MSIClockRange >= RCC_MSIRANGE_12) in HAL_RCC_GetOscConfig()