Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_rcc_ex.h2968 #define IS_RCC_PLLSAI2M_VALUE(__VALUE__) ((1U <= (__VALUE__)) && ((__VALUE__) <= 16U)) macro
2970 #define IS_RCC_PLLSAI2M_VALUE(__VALUE__) ((1U <= (__VALUE__)) && ((__VALUE__) <= 8U)) macro
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_rcc_ex.c1748 assert_param(IS_RCC_PLLSAI2M_VALUE(PLLSAI2Init->PLLSAI2M)); in HAL_RCCEx_EnablePLLSAI2()
2670 assert_param(IS_RCC_PLLSAI2M_VALUE(pPllSai2->PLLSAI2M)); in RCCEx_PLLSAI2_Config()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_rcc_ex.c2183 assert_param(IS_RCC_PLLSAI2M_VALUE(PLLSAI2Init->PLLSAI2M)); in HAL_RCCEx_EnablePLLSAI2()
3120 assert_param(IS_RCC_PLLSAI2M_VALUE(PllSai2->PLLSAI2M)); in RCCEx_PLLSAI2_Config()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_rcc_ex.h2126 #define IS_RCC_PLLSAI2M_VALUE(__VALUE__) ((1U <= (__VALUE__)) && ((__VALUE__) <= 16U)) macro