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

DSI_ERROR_TX_MASK macro

Syntax

#define DSI_ERROR_TX_MASK DSI_ISR1_TOHSTX

References

LocationText
stm32f4xx_hal_dsi.c:183
#define DSI_ERROR_TX_MASK DSI_ISR1_TOHSTX
stm32f4xx_hal_dsi.c:534
hdsi->Instance->IER[1U] |= DSI_ERROR_TX_MASK;
stm32f4xx_hal_dsi.c:882
if ((ErrorStatus1 & DSI_ERROR_TX_MASK) != 0U)