Searched refs:IS_MDF_SCD_THRESHOLD (Results 1 – 4 of 4) sorted by relevance
2361 assert_param(IS_MDF_SCD_THRESHOLD(pScdConfig->Threshold)); in HAL_MDF_ScdStart()2517 assert_param(IS_MDF_SCD_THRESHOLD(pScdConfig->Threshold)); in HAL_MDF_ScdStart_IT()
2365 assert_param(IS_MDF_SCD_THRESHOLD(pScdConfig->Threshold)); in HAL_MDF_ScdStart()2521 assert_param(IS_MDF_SCD_THRESHOLD(pScdConfig->Threshold)); in HAL_MDF_ScdStart_IT()
1151 #define IS_MDF_SCD_THRESHOLD(PARAM) ((2U <= (PARAM)) && ((PARAM) <= 256U)) macro
1124 #define IS_MDF_SCD_THRESHOLD(PARAM) ((2U <= (PARAM)) && ((PARAM) <= 256U)) macro