1.27.6.79 LCDCx_LAYER_ID Enum

C

// x - Instance of the LCDC peripheral

typedef enum
{
    LCDCx_LAYER_BASE = 0,
    LCDCx_LAYER_OVR1 = 1,
    LCDCx_LAYER_OVR2 = 2,
    LCDCx_LAYER_HEO = 3,
    LCDCx_LAYER_PP = 4
} LCDCx_LAYER_ID;

Summary

Defines the types for the LCDC hardware layers and overlays

Description

Remarks

None.