Searched refs:IS_RNG_ARDIS (Results 1 – 12 of 12) sorted by relevance
196 #define IS_RNG_ARDIS(__ARDIS__) (((__ARDIS__) == RNG_ARDIS_ENABLE) || \ macro
198 #define IS_RNG_ARDIS(__ARDIS__) (((__ARDIS__) == RNG_ARDIS_ENABLE) || \ macro
104 assert_param(IS_RNG_ARDIS(pConf->AutoReset)); in HAL_RNGEx_SetConfig()