Searched refs:IS_RCC_MSI_CLOCK_RANGE (Results 1 – 3 of 3) sorted by relevance
472 assert_param(IS_RCC_MSI_CLOCK_RANGE(RCC_OscInitStruct->MSIClockRange)); in HAL_RCC_OscConfig()541 assert_param(IS_RCC_MSI_CLOCK_RANGE(RCC_OscInitStruct->MSIClockRange)); in HAL_RCC_OscConfig()
165 #define IS_RCC_MSI_CLOCK_RANGE(__RANGE__) (((__RANGE__) == RCC_MSIRANGE_0) || \ macro
3205 #define IS_RCC_MSIRANGE IS_RCC_MSI_CLOCK_RANGE
Completed in 31 milliseconds