Searched refs:IS_RNG_CLOCK_DIVIDER (Results 1 – 20 of 20) sorted by relevance
157 #define IS_RNG_CLOCK_DIVIDER(__CLOCK_DIV__) (((__CLOCK_DIV__) == RNG_CLKDIV_BY_1) || \ macro
170 #define IS_RNG_CLOCK_DIVIDER(__CLOCK_DIV__) (((__CLOCK_DIV__) == RNG_CLKDIV_BY_1) || \ macro
172 #define IS_RNG_CLOCK_DIVIDER(__CLOCK_DIV__) (((__CLOCK_DIV__) == RNG_CLKDIV_BY_1) || \ macro
108 assert_param(IS_RNG_CLOCK_DIVIDER(pConf->ClockDivider)); in HAL_RNGEx_SetConfig()
111 assert_param(IS_RNG_CLOCK_DIVIDER(pConf->ClockDivider)); in HAL_RNGEx_SetConfig()
99 assert_param(IS_RNG_CLOCK_DIVIDER(pConf->ClockDivider)); in HAL_RNGEx_SetConfig()
112 assert_param(IS_RNG_CLOCK_DIVIDER(pConf->ClockDivider)); in HAL_RNGEx_SetConfig()