Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_mdf.c2362 assert_param(IS_MDF_BREAK_SIGNAL(pScdConfig->BreakSignal)); in HAL_MDF_ScdStart()
2518 assert_param(IS_MDF_BREAK_SIGNAL(pScdConfig->BreakSignal)); in HAL_MDF_ScdStart_IT()
2644 assert_param(IS_MDF_BREAK_SIGNAL(pOldConfig->BreakSignal)); in HAL_MDF_OldStart()
2855 assert_param(IS_MDF_BREAK_SIGNAL(pOldConfig->BreakSignal)); in HAL_MDF_OldStart_IT()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_mdf.c2366 assert_param(IS_MDF_BREAK_SIGNAL(pScdConfig->BreakSignal)); in HAL_MDF_ScdStart()
2522 assert_param(IS_MDF_BREAK_SIGNAL(pScdConfig->BreakSignal)); in HAL_MDF_ScdStart_IT()
2648 assert_param(IS_MDF_BREAK_SIGNAL(pOldConfig->BreakSignal)); in HAL_MDF_OldStart()
2859 assert_param(IS_MDF_BREAK_SIGNAL(pOldConfig->BreakSignal)); in HAL_MDF_OldStart_IT()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_mdf.h1153 #define IS_MDF_BREAK_SIGNAL(PARAM) ((PARAM) <= 15U) macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_mdf.h1126 #define IS_MDF_BREAK_SIGNAL(PARAM) ((PARAM) <= 15U) macro