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

DSI_ERROR_RX_MASK macro

Syntax

#define DSI_ERROR_RX_MASK DSI_ISR1_TOLPRX

References

LocationText
stm32f4xx_hal_dsi.c:184
#define DSI_ERROR_RX_MASK DSI_ISR1_TOLPRX
stm32f4xx_hal_dsi.c:540
hdsi->Instance->IER[1U] |= DSI_ERROR_RX_MASK;
stm32f4xx_hal_dsi.c:887
if ((ErrorStatus1 & DSI_ERROR_RX_MASK) != 0U)