Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_rcc_ex.c1266 assert_param(IS_RCC_MSI_STANDBY_CLOCK_RANGE(MSIRange)); in HAL_RCCEx_StandbyMSIRangeConfig()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_rcc_ex.c1878 assert_param(IS_RCC_MSI_STANDBY_CLOCK_RANGE(MSIRange)); in HAL_RCCEx_StandbyMSIRangeConfig()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_rcc_ex.c2323 assert_param(IS_RCC_MSI_STANDBY_CLOCK_RANGE(MSIRange)); in HAL_RCCEx_StandbyMSIRangeConfig()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_rcc.h2877 #define IS_RCC_MSI_STANDBY_CLOCK_RANGE(__RANGE__) (((__RANGE__) == RCC_MSIRANGE_4) || \ macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc_ex.c3435 assert_param(IS_RCC_MSI_STANDBY_CLOCK_RANGE(MSIRange)); in HAL_RCCEx_StandbyMSIRangeConfig()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_rcc.h3456 #define IS_RCC_MSI_STANDBY_CLOCK_RANGE(__RANGE__) (((__RANGE__) == RCC_MSIRANGE_4) || \ macro
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_rcc.h4756 #define IS_RCC_MSI_STANDBY_CLOCK_RANGE(__RANGE__) (((__RANGE__) == RCC_MSIRANGE_4) || \ macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_rcc.h4746 #define IS_RCC_MSI_STANDBY_CLOCK_RANGE(__RANGE__) (((__RANGE__) == RCC_MSIRANGE_4) || \ macro