STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | DSI_MAX_RETURN_PKT_SIZE (0x00000037U) |
#define | DSI_TIMEOUT_VALUE ((uint32_t)1000U) /* 1s */ |
#define | DSI_ERROR_ACK_MASK |
#define | DSI_ERROR_PHY_MASK (DSI_ISR0_PE0 | DSI_ISR0_PE1 | DSI_ISR0_PE2 | DSI_ISR0_PE3 | DSI_ISR0_PE4) |
#define | DSI_ERROR_TX_MASK DSI_ISR1_TOHSTX |
#define | DSI_ERROR_RX_MASK DSI_ISR1_TOLPRX |
#define | DSI_ERROR_ECC_MASK (DSI_ISR1_ECCSE | DSI_ISR1_ECCME) |
#define | DSI_ERROR_CRC_MASK DSI_ISR1_CRCE |
#define | DSI_ERROR_PSE_MASK DSI_ISR1_PSE |
#define | DSI_ERROR_EOT_MASK DSI_ISR1_EOTPE |
#define | DSI_ERROR_OVF_MASK DSI_ISR1_LPWRE |
#define | DSI_ERROR_GEN_MASK (DSI_ISR1_GCWRE | DSI_ISR1_GPWRE | DSI_ISR1_GPTXE | DSI_ISR1_GPRDE | DSI_ISR1_GPRXE) |
#define DSI_MAX_RETURN_PKT_SIZE (0x00000037U) |
#include <stm32f4xx_hal_dsi.h>
Maximum return packet configuration
Definition at line 1243 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_Read().
#define DSI_TIMEOUT_VALUE ((uint32_t)1000U) /* 1s */ |
#include <stm32f4xx_hal_dsi.c>
Definition at line 176 of file stm32f4xx_hal_dsi.c.
Referenced by DSI_ShortWrite(), HAL_DSI_EnterULPM(), HAL_DSI_EnterULPMData(), HAL_DSI_ExitULPM(), HAL_DSI_ExitULPMData(), HAL_DSI_Init(), HAL_DSI_LongWrite(), and HAL_DSI_Read().
#define DSI_ERROR_ACK_MASK |
#include <stm32f4xx_hal_dsi.c>
Definition at line 178 of file stm32f4xx_hal_dsi.c.
Referenced by HAL_DSI_ConfigErrorMonitor(), and HAL_DSI_IRQHandler().
#define DSI_ERROR_PHY_MASK (DSI_ISR0_PE0 | DSI_ISR0_PE1 | DSI_ISR0_PE2 | DSI_ISR0_PE3 | DSI_ISR0_PE4) |
#include <stm32f4xx_hal_dsi.c>
Definition at line 182 of file stm32f4xx_hal_dsi.c.
Referenced by HAL_DSI_ConfigErrorMonitor(), and HAL_DSI_IRQHandler().
#define DSI_ERROR_TX_MASK DSI_ISR1_TOHSTX |
#include <stm32f4xx_hal_dsi.c>
Definition at line 183 of file stm32f4xx_hal_dsi.c.
Referenced by HAL_DSI_ConfigErrorMonitor(), and HAL_DSI_IRQHandler().
#define DSI_ERROR_RX_MASK DSI_ISR1_TOLPRX |
#include <stm32f4xx_hal_dsi.c>
Definition at line 184 of file stm32f4xx_hal_dsi.c.
Referenced by HAL_DSI_ConfigErrorMonitor(), and HAL_DSI_IRQHandler().
#define DSI_ERROR_ECC_MASK (DSI_ISR1_ECCSE | DSI_ISR1_ECCME) |
#include <stm32f4xx_hal_dsi.c>
Definition at line 185 of file stm32f4xx_hal_dsi.c.
Referenced by HAL_DSI_ConfigErrorMonitor(), and HAL_DSI_IRQHandler().
#define DSI_ERROR_CRC_MASK DSI_ISR1_CRCE |
#include <stm32f4xx_hal_dsi.c>
Definition at line 186 of file stm32f4xx_hal_dsi.c.
Referenced by HAL_DSI_ConfigErrorMonitor(), and HAL_DSI_IRQHandler().
#define DSI_ERROR_PSE_MASK DSI_ISR1_PSE |
#include <stm32f4xx_hal_dsi.c>
Definition at line 187 of file stm32f4xx_hal_dsi.c.
Referenced by HAL_DSI_ConfigErrorMonitor(), and HAL_DSI_IRQHandler().
#define DSI_ERROR_EOT_MASK DSI_ISR1_EOTPE |
#include <stm32f4xx_hal_dsi.c>
Definition at line 188 of file stm32f4xx_hal_dsi.c.
Referenced by HAL_DSI_ConfigErrorMonitor(), and HAL_DSI_IRQHandler().
#define DSI_ERROR_OVF_MASK DSI_ISR1_LPWRE |
#include <stm32f4xx_hal_dsi.c>
Definition at line 189 of file stm32f4xx_hal_dsi.c.
Referenced by HAL_DSI_ConfigErrorMonitor(), and HAL_DSI_IRQHandler().
#define DSI_ERROR_GEN_MASK (DSI_ISR1_GCWRE | DSI_ISR1_GPWRE | DSI_ISR1_GPTXE | DSI_ISR1_GPRDE | DSI_ISR1_GPRXE) |
#include <stm32f4xx_hal_dsi.c>
Definition at line 190 of file stm32f4xx_hal_dsi.c.
Referenced by HAL_DSI_ConfigErrorMonitor(), and HAL_DSI_IRQHandler().