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

DSI_ERROR_OVF_MASK macro

Syntax

#define DSI_ERROR_OVF_MASK DSI_ISR1_LPWRE

References

LocationText
stm32f4xx_hal_dsi.c:189
#define DSI_ERROR_OVF_MASK DSI_ISR1_LPWRE
stm32f4xx_hal_dsi.c:570
hdsi->Instance->IER[1U] |= DSI_ERROR_OVF_MASK;
stm32f4xx_hal_dsi.c:912
if ((ErrorStatus1 & DSI_ERROR_OVF_MASK) != 0U)