Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_ll_rng.c124 #define IS_LL_RNG_CLK_DET(__MODE__) (((__MODE__) == LL_RNG_CLK_DET_ENABLE) || \ macro
173 assert_param(IS_LL_RNG_CLK_DET(RNG_InitStruct->ClockDetection)); in LL_RNG_Init()