Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_rcc_ex.c623 assert_param(IS_RCC_PLLSAIR_VALUE(PeriphClkInit->PLLSAI.PLLSAIR)); in HAL_RCCEx_PeriphCLKConfig()
1683 assert_param(IS_RCC_PLLSAIR_VALUE(PLLSAIInit->PLLSAIR)); in HAL_RCCEx_EnablePLLSAI()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_rcc_ex.c1049 assert_param(IS_RCC_PLLSAIR_VALUE(PeriphClkInit->PLLSAI.PLLSAIR)); in HAL_RCCEx_PeriphCLKConfig()
2335 assert_param(IS_RCC_PLLSAIR_VALUE(PeriphClkInit->PLLSAI.PLLSAIR)); in HAL_RCCEx_PeriphCLKConfig()
2973 assert_param(IS_RCC_PLLSAIR_VALUE(PLLSAIInit->PLLSAIR)); in HAL_RCCEx_EnablePLLSAI()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_rcc_ex.h3401 #define IS_RCC_PLLSAIR_VALUE(VALUE) ((2 <= (VALUE)) && ((VALUE) <= 7)) macro
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_rcc_ex.h6976 #define IS_RCC_PLLSAIR_VALUE(VALUE) ((2U <= (VALUE)) && ((VALUE) <= 7U)) macro