Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_mdf.h374 #define MDF_ERROR_OUT_OFF_LIMIT 0x00000020U /*!< Out-off limit detection occurs. macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_mdf.h372 #define MDF_ERROR_OUT_OFF_LIMIT 0x00000020U /*!< Out-off limit detection occurs. macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_mdf.c3168 hmdf->ErrorCode |= MDF_ERROR_OUT_OFF_LIMIT; in HAL_MDF_IRQHandler()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_mdf.c3172 hmdf->ErrorCode |= MDF_ERROR_OUT_OFF_LIMIT; in HAL_MDF_IRQHandler()