Home
last modified time | relevance | path

Searched refs:RCC_MSIRANGE_11 (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_rcc.c1724 if (MSI_Range > RCC_MSIRANGE_11) in RCC_SetFlashLatencyFromMSIRange()
1726 msifreq = __LL_RCC_CALC_MSI_FREQ(RCC_MSIRANGE_11); in RCC_SetFlashLatencyFromMSIRange()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_rcc.h153 ((__RANGE__) == RCC_MSIRANGE_11))
545 #define RCC_MSIRANGE_11 LL_RCC_MSIRANGE_11 /*!< MSI = 48 MHz */ macro
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_rcc.c1587 if (msirange > RCC_MSIRANGE_11) in RCC_SetFlashLatencyFromMSIRange()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_rcc.h159 ((__RANGE__) == RCC_MSIRANGE_11))
586 #define RCC_MSIRANGE_11 LL_RCC_MSIRANGE_11 /*!< MSI = 48 MHz */ macro
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_rcc.h388 #define RCC_MSIRANGE_11 RCC_CR_MSIRANGE_11 /*!< MSI = 48 MHz */ macro
2874 ((__RANGE__) == RCC_MSIRANGE_11))
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_rcc.h405 #define RCC_MSIRANGE_11 (RCC_CR_MSIRANGE_3 | RCC_CR_MSIRANGE_1 | RCC_CR_MSIRANGE_0) … macro
3454 ((__RANGE__) == RCC_MSIRANGE_11))
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_rcc.h414 #define RCC_MSIRANGE_11 RCC_CR_MSIRANGE_11 /*!< MSI = 48 MHz */ macro
4754 ((__RANGE__) == RCC_MSIRANGE_11))
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_rcc.h390 #define RCC_MSIRANGE_11 (RCC_ICSCR1_MSISRANGE_0 | RCC_ICSCR1_MSISRANGE_1 | RCC_ICSCR… macro
4740 ((__RANGE__) == RCC_MSIRANGE_11) || \