Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_mdf.c2361 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()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_mdf.c2365 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()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_mdf.h1151 #define IS_MDF_SCD_THRESHOLD(PARAM) ((2U <= (PARAM)) && ((PARAM) <= 256U)) macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_mdf.h1124 #define IS_MDF_SCD_THRESHOLD(PARAM) ((2U <= (PARAM)) && ((PARAM) <= 256U)) macro