Searched refs:IS_RCC_MSI_STANDBY_CLOCK_RANGE (Results 1 – 2 of 2) sorted by relevance
2310 assert_param(IS_RCC_MSI_STANDBY_CLOCK_RANGE(MSIRange)); in HAL_RCCEx_StandbyMSIRangeConfig()
4614 #define IS_RCC_MSI_STANDBY_CLOCK_RANGE(__RANGE__) (((__RANGE__) == RCC_MSIRANGE_4) || \ macro