Home
last modified time | relevance | path

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

/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/inc/
Dstm32f4xx_rcc.h104 #define IS_RCC_PLLSAIR_VALUE(VALUE) ((2 <= (VALUE)) && ((VALUE) <= 7)) macro
/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/src/
Dstm32f4xx_rcc.c640 assert_param(IS_RCC_PLLSAIR_VALUE(PLLSAIR)); in RCC_PLLSAIConfig()
/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Src/
Dstm32f4xx_hal_rcc_ex.c1035 assert_param(IS_RCC_PLLSAIR_VALUE(PeriphClkInit->PLLSAI.PLLSAIR)); in HAL_RCCEx_PeriphCLKConfig()
2303 assert_param(IS_RCC_PLLSAIR_VALUE(PeriphClkInit->PLLSAI.PLLSAIR)); in HAL_RCCEx_PeriphCLKConfig()
2932 assert_param(IS_RCC_PLLSAIR_VALUE(PLLSAIInit->PLLSAIR)); in HAL_RCCEx_EnablePLLSAI()
/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Inc/
Dstm32f4xx_hal_rcc_ex.h6899 #define IS_RCC_PLLSAIR_VALUE(VALUE) ((2U <= (VALUE)) && ((VALUE) <= 7U)) macro