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

DSI_ERROR_PHY_MASK macro

Syntax

#define DSI_ERROR_PHY_MASK (DSI_ISR0_PE0 | DSI_ISR0_PE1 | DSI_ISR0_PE2 | DSI_ISR0_PE3 | DSI_ISR0_PE4)

References

LocationText
stm32f4xx_hal_dsi.c:182
#define DSI_ERROR_PHY_MASK (DSI_ISR0_PE0 | DSI_ISR0_PE1 | DSI_ISR0_PE2 | DSI_ISR0_PE3 | DSI_ISR0_PE4)
stm32f4xx_hal_dsi.c:528
hdsi->Instance->IER[0U] |= DSI_ERROR_PHY_MASK;
stm32f4xx_hal_dsi.c:877
if ((ErrorStatus0 & DSI_ERROR_PHY_MASK) != 0U)