Home
last modified time | relevance | path

Searched refs:IS_LL_RCC_I3C_CLKSOURCE (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_rcc.c91 #define IS_LL_RCC_I3C_CLKSOURCE(__VALUE__) (((__VALUE__) == LL_RCC_I3C1_CLKSOURCE) \ macro
94 #define IS_LL_RCC_I3C_CLKSOURCE(__VALUE__) (((__VALUE__) == LL_RCC_I3C1_CLKSOURCE)) macro
2008 assert_param(IS_LL_RCC_I3C_CLKSOURCE(I3CxSource)); in LL_RCC_GetI3CClockFreq()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_rcc.c76 #define IS_LL_RCC_I3C_CLKSOURCE(__VALUE__) ((__VALUE__) == LL_RCC_I3C1_CLKSOURCE) macro
916 assert_param(IS_LL_RCC_I3C_CLKSOURCE(I3CxSource)); in LL_RCC_GetI3CClockFreq()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_rcc.c76 #define IS_LL_RCC_I3C_CLKSOURCE(__VALUE__) (((__VALUE__) == LL_RCC_I3C1_CLKSOURCE) \ macro
1717 assert_param(IS_LL_RCC_I3C_CLKSOURCE(I3CxSource)); in LL_RCC_GetI3CClockFreq()