Home
last modified time | relevance | path

Searched refs:DSI_ERROR_ECC_MASK (Results 1 – 1 of 1) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_dsi.c175 #define DSI_ERROR_ECC_MASK (DSI_ISR1_ECCSE | DSI_ISR1_ECCME) macro
476 hdsi->Instance->IER[1U] |= DSI_ERROR_ECC_MASK; in HAL_DSI_ConfigErrorMonitor()
820 if((ErrorStatus1 & DSI_ERROR_ECC_MASK) != 0U) in HAL_DSI_IRQHandler()