HAL
DSI_ERROR_ACK_MASK is only used within HAL.
 
Symbols
loading...
Files
loading...

DSI_ERROR_ACK_MASK macro

Syntax

References

LocationText
stm32f4xx_hal_dsi.c:178
#define DSI_ERROR_ACK_MASK (DSI_ISR0_AE0 | DSI_ISR0_AE1 | DSI_ISR0_AE2 | DSI_ISR0_AE3 | \
stm32f4xx_hal_dsi.c:522
hdsi->Instance->IER[0U] |= DSI_ERROR_ACK_MASK;
stm32f4xx_hal_dsi.c:872
if ((ErrorStatus0 & DSI_ERROR_ACK_MASK) != 0U)