Home
last modified time | relevance | path

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

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_rcc.h165 #define IS_RCC_MSI_CLOCK_RANGE(__RANGE__) (((__RANGE__) == RCC_MSIRANGE_0) || \ argument
166 ((__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