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

DSI_ERROR_PSE_MASK macro

Syntax

#define DSI_ERROR_PSE_MASK DSI_ISR1_PSE

References

LocationText
stm32f4xx_hal_dsi.c:187
#define DSI_ERROR_PSE_MASK DSI_ISR1_PSE
stm32f4xx_hal_dsi.c:558
hdsi->Instance->IER[1U] |= DSI_ERROR_PSE_MASK;
stm32f4xx_hal_dsi.c:902
if ((ErrorStatus1 & DSI_ERROR_PSE_MASK) != 0U)