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

DSI_ERROR_EOT_MASK macro

Syntax

#define DSI_ERROR_EOT_MASK DSI_ISR1_EOTPE

References

LocationText
stm32f4xx_hal_dsi.c:188
#define DSI_ERROR_EOT_MASK DSI_ISR1_EOTPE
stm32f4xx_hal_dsi.c:564
hdsi->Instance->IER[1U] |= DSI_ERROR_EOT_MASK;
stm32f4xx_hal_dsi.c:907
if ((ErrorStatus1 & DSI_ERROR_EOT_MASK) != 0U)