Searched refs:__RANGE__ (Results 1 – 1 of 1) sorted by relevance
165 #define IS_RCC_MSI_CLOCK_RANGE(__RANGE__) (((__RANGE__) == RCC_MSIRANGE_0) || \ argument166 ((__RANGE__) == RCC_MSIRANGE_1) || \167 ((__RANGE__) == RCC_MSIRANGE_2) || \168 ((__RANGE__) == RCC_MSIRANGE_3) || \169 ((__RANGE__) == RCC_MSIRANGE_4) || \170 ((__RANGE__) == RCC_MSIRANGE_5) || \171 ((__RANGE__) == RCC_MSIRANGE_6))
Completed in 12 milliseconds