Home
last modified time | relevance | path

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

/bsp/efm32/graphics/dmd/ssd2119/
A Ddmd_ssd2119.h41 #define ECODE_DMD_BASE 0x00000000 macro
48 #define DMD_ERROR_DRIVER_NOT_INITIALIZED (ECODE_DMD_BASE | 0x0001)
50 #define DMD_ERROR_DRIVER_ALREADY_INITIALIZED (ECODE_DMD_BASE | 0x0002)
52 #define DMD_ERROR_TOO_MUCH_DATA (ECODE_DMD_BASE | 0x0003)
54 #define DMD_ERROR_PIXEL_OUT_OF_BOUNDS (ECODE_DMD_BASE | 0x0004)
56 #define DMD_ERROR_EMPTY_CLIPPING_AREA (ECODE_DMD_BASE | 0x0005)
58 #define DMD_ERROR_WRONG_DEVICE_CODE (ECODE_DMD_BASE | 0x0006)
60 #define DMD_ERROR_MEMORY_ERROR (ECODE_DMD_BASE | 0x0007)
62 #define DMD_ERROR_NO_ERROR_CODE (ECODE_DMD_BASE | 0x0008)
64 #define DMD_ERROR_TEST_FAILED (ECODE_DMD_BASE | 0x0009)

Completed in 5 milliseconds