Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_rcc_ex.c608 assert_param(IS_RCC_PLLSAIP_VALUE(PeriphClkInit->PLLSAI.PLLSAIP)); in HAL_RCCEx_PeriphCLKConfig()
1239 assert_param(IS_RCC_PLLSAIP_VALUE(PeriphClkInit->PLLSAI.PLLSAIP)); in HAL_RCCEx_PeriphCLKConfig()
1681 assert_param(IS_RCC_PLLSAIP_VALUE(PLLSAIInit->PLLSAIP)); in HAL_RCCEx_EnablePLLSAI()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_rcc_ex.c466 assert_param(IS_RCC_PLLSAIP_VALUE(PeriphClkInit->PLLSAI.PLLSAIP)); in HAL_RCCEx_PeriphCLKConfig()
1069 assert_param(IS_RCC_PLLSAIP_VALUE(PeriphClkInit->PLLSAI.PLLSAIP)); in HAL_RCCEx_PeriphCLKConfig()
2970 assert_param(IS_RCC_PLLSAIP_VALUE(PLLSAIInit->PLLSAIP)); in HAL_RCCEx_EnablePLLSAI()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_rcc_ex.h7026 #define IS_RCC_PLLSAIP_VALUE(VALUE) (((VALUE) == RCC_PLLSAIP_DIV2) ||\ macro
7071 #define IS_RCC_PLLSAIP_VALUE(VALUE) (((VALUE) == RCC_PLLSAIP_DIV2) ||\ macro
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_rcc_ex.h3396 #define IS_RCC_PLLSAIP_VALUE(VALUE) (((VALUE) == RCC_PLLSAIP_DIV2) ||\ macro