Home
last modified time | relevance | path

Searched refs:IS_LL_RCC_I2S_CLKSOURCE (Results 1 – 9 of 9) sorted by relevance

/hal_stm32-3.4.0/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_rcc.c46 #define IS_LL_RCC_I2S_CLKSOURCE(__VALUE__) (((__VALUE__) == LL_RCC_I2S1_CLKSOURCE)) macro
201 assert_param(IS_LL_RCC_I2S_CLKSOURCE(I2SxSource)); in LL_RCC_GetI2SClockFreq()
/hal_stm32-3.4.0/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_ll_rcc.c48 #define IS_LL_RCC_I2S_CLKSOURCE(__VALUE__) (((__VALUE__) == LL_RCC_I2S1_CLKSOURCE)) macro
268 assert_param(IS_LL_RCC_I2S_CLKSOURCE(I2SxSource)); in LL_RCC_GetI2SClockFreq()
/hal_stm32-3.4.0/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_rcc.c80 #define IS_LL_RCC_I2S_CLKSOURCE(__VALUE__) (((__VALUE__) == LL_RCC_I2S1_CLKSOURCE) \ macro
83 #define IS_LL_RCC_I2S_CLKSOURCE(__VALUE__) (((__VALUE__) == LL_RCC_I2S1_CLKSOURCE)) macro
440 assert_param(IS_LL_RCC_I2S_CLKSOURCE(I2SxSource)); in LL_RCC_GetI2SClockFreq()
/hal_stm32-3.4.0/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_rcc.c47 #define IS_LL_RCC_I2S_CLKSOURCE(__VALUE__) (((__VALUE__) == LL_RCC_I2S2_CLKSOURCE) \ macro
218 assert_param(IS_LL_RCC_I2S_CLKSOURCE(I2SxSource)); in LL_RCC_GetI2SClockFreq()
/hal_stm32-3.4.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_rcc.c85 #define IS_LL_RCC_I2S_CLKSOURCE(__VALUE__) (((__VALUE__) == LL_RCC_I2S1_CLKSOURCE) \ macro
88 #define IS_LL_RCC_I2S_CLKSOURCE(__VALUE__) (((__VALUE__) == LL_RCC_I2S1_CLKSOURCE)) macro
374 assert_param(IS_LL_RCC_I2S_CLKSOURCE(I2SxSource)); in LL_RCC_GetI2SClockFreq()
/hal_stm32-3.4.0/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_rcc.c59 #define IS_LL_RCC_I2S_CLKSOURCE(__VALUE__) (((__VALUE__) == LL_RCC_I2S2_CLKSOURCE)) macro
651 assert_param(IS_LL_RCC_I2S_CLKSOURCE(I2SxSource)); in LL_RCC_GetI2SClockFreq()
/hal_stm32-3.4.0/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_rcc.c68 #define IS_LL_RCC_I2S_CLKSOURCE(__VALUE__) ((__VALUE__) == LL_RCC_I2S_CLKSOURCE) macro
695 assert_param(IS_LL_RCC_I2S_CLKSOURCE(I2SxSource)); in LL_RCC_GetI2SClockFreq()
/hal_stm32-3.4.0/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_rcc.c97 #define IS_LL_RCC_I2S_CLKSOURCE(__VALUE__) ((__VALUE__) == LL_RCC_I2S_CLKSOURCE) macro
635 assert_param(IS_LL_RCC_I2S_CLKSOURCE(I2SxSource)); in LL_RCC_GetI2SClockFreq()
/hal_stm32-3.4.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_rcc.c87 #define IS_LL_RCC_I2S_CLKSOURCE(__VALUE__) (((__VALUE__) == LL_RCC_I2S1_CLKSOURCE)) macro
678 assert_param(IS_LL_RCC_I2S_CLKSOURCE(I2SxSource)); in LL_RCC_GetI2SClockFreq()