1.27.6.80 LCDCx_LAYER_INTERRUPT Enum

C

// x - Instance of the LCDC peripheral

typedef enum
{
    LCDCx_LAYER_INTERRUPT_DMA,
    LCDCx_LAYER_INTERRUPT_DSCR,
    LCDCx_LAYER_INTERRUPT_ADD,
    LCDCx_LAYER_INTERRUPT_DONE,
    LCDCx_LAYER_INTERRUPT_OVR,
} LCDCx_LAYER_INTERRUPT;

Summary

Defines the interrupts generated by the layers

Description

Remarks

None.