STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | HAL_LTDC_ERROR_NONE 0x00000000U |
#define | HAL_LTDC_ERROR_TE 0x00000001U |
#define | HAL_LTDC_ERROR_FU 0x00000002U |
#define | HAL_LTDC_ERROR_TIMEOUT 0x00000020U |
#define HAL_LTDC_ERROR_NONE 0x00000000U |
#include <stm32f4xx_hal_ltdc.h>
LTDC No error
Definition at line 247 of file stm32f4xx_hal_ltdc.h.
Referenced by HAL_LTDC_DeInit(), and HAL_LTDC_Init().
#define HAL_LTDC_ERROR_TE 0x00000001U |
#include <stm32f4xx_hal_ltdc.h>
LTDC Transfer error
Definition at line 248 of file stm32f4xx_hal_ltdc.h.
Referenced by HAL_LTDC_IRQHandler().
#define HAL_LTDC_ERROR_FU 0x00000002U |
#include <stm32f4xx_hal_ltdc.h>
LTDC FIFO Underrun
Definition at line 249 of file stm32f4xx_hal_ltdc.h.
Referenced by HAL_LTDC_IRQHandler().
#define HAL_LTDC_ERROR_TIMEOUT 0x00000020U |
#include <stm32f4xx_hal_ltdc.h>
LTDC Timeout error
Definition at line 250 of file stm32f4xx_hal_ltdc.h.