Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_dsi.c438 HAL_StatusTypeDef HAL_DSI_ConfigErrorMonitor(DSI_HandleTypeDef *hdsi, uint32_t ActiveErrors) in HAL_DSI_ConfigErrorMonitor() argument
447 hdsi->ErrorMsk = ActiveErrors; in HAL_DSI_ConfigErrorMonitor()
449 if((ActiveErrors & HAL_DSI_ERROR_ACK) != 0U) in HAL_DSI_ConfigErrorMonitor()
455 if((ActiveErrors & HAL_DSI_ERROR_PHY) != 0U) in HAL_DSI_ConfigErrorMonitor()
461 if((ActiveErrors & HAL_DSI_ERROR_TX) != 0U) in HAL_DSI_ConfigErrorMonitor()
467 if((ActiveErrors & HAL_DSI_ERROR_RX) != 0U) in HAL_DSI_ConfigErrorMonitor()
473 if((ActiveErrors & HAL_DSI_ERROR_ECC) != 0U) in HAL_DSI_ConfigErrorMonitor()
479 if((ActiveErrors & HAL_DSI_ERROR_CRC) != 0U) in HAL_DSI_ConfigErrorMonitor()
485 if((ActiveErrors & HAL_DSI_ERROR_PSE) != 0U) in HAL_DSI_ConfigErrorMonitor()
491 if((ActiveErrors & HAL_DSI_ERROR_EOT) != 0U) in HAL_DSI_ConfigErrorMonitor()
[all …]
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_dsi.h1186 HAL_StatusTypeDef HAL_DSI_ConfigErrorMonitor(DSI_HandleTypeDef *hdsi, uint32_t ActiveErrors);