Searched refs:IS_DFSDM_CHANNEL_OUTPUT_CLOCK_DIVIDER (Results 1 – 2 of 2) sorted by relevance
765 #define IS_DFSDM_CHANNEL_OUTPUT_CLOCK_DIVIDER(DIVIDER) ((2U <= (DIVIDER)) && ((DIVIDER) <= 256U)) macro
418 assert_param(IS_DFSDM_CHANNEL_OUTPUT_CLOCK_DIVIDER(hdfsdm_channel->Init.OutputClock.Divider)); in HAL_DFSDM_ChannelInit()