1.25.7.78 LCDCx_IRQ_CALLBACK_OBJECT Struct

C

// x - Instance of the LCDC peripheral

typedef struct
{
    LCDCx_IRQ_CALLBACK callback_fn;
    uintptr_t context;
}LCDCx_IRQ_CALLBACK_OBJECT;

Summary

Struct for LCDC IRQ handler

Description

This structure defines the LCDC IRQ handler object, used to store the IRQ callback function registered from the LCDC driver

Remarks

None.