Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_rcc.c753 assert_param(IS_RCC_PLLSAIQ_VALUE(PLLSAIQ)); in RCC_PLLSAIConfig()
787 assert_param(IS_RCC_PLLSAIQ_VALUE(PLLSAIQ)); in RCC_PLLSAIConfig()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_rcc_ex.c523 assert_param(IS_RCC_PLLSAIQ_VALUE(PeriphClkInit->PLLSAI.PLLSAIQ)); in HAL_RCCEx_PeriphCLKConfig()
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_rcc.h127 #define IS_RCC_PLLSAIQ_VALUE(VALUE) ((2 <= (VALUE)) && ((VALUE) <= 15)) macro
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_rcc_ex.h2575 #define IS_RCC_PLLSAIQ_VALUE(VALUE) ((2 <= (VALUE)) && ((VALUE) <= 15)) macro

Completed in 19 milliseconds