Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_dsi.c752 uint32_t ErrorStatus0, ErrorStatus1; in HAL_DSI_IRQHandler() local
795 ErrorStatus0 = hdsi->Instance->ISR[0U]; in HAL_DSI_IRQHandler()
796 ErrorStatus0 &= hdsi->Instance->IER[0U]; in HAL_DSI_IRQHandler()
800 if((ErrorStatus0 & DSI_ERROR_ACK_MASK) != 0U) in HAL_DSI_IRQHandler()
805 if((ErrorStatus0 & DSI_ERROR_PHY_MASK) != 0U) in HAL_DSI_IRQHandler()