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

DSI_ERROR_CRC_MASK macro

Syntax

#define DSI_ERROR_CRC_MASK DSI_ISR1_CRCE

References

LocationText
stm32f4xx_hal_dsi.c:186
#define DSI_ERROR_CRC_MASK DSI_ISR1_CRCE
stm32f4xx_hal_dsi.c:552
hdsi->Instance->IER[1U] |= DSI_ERROR_CRC_MASK;
stm32f4xx_hal_dsi.c:897
if ((ErrorStatus1 & DSI_ERROR_CRC_MASK) != 0U)