1.27.6.9 LCDCx_IRQ_CallbackRegister Function

C

// x - Instance of the LCDC peripheral

void LCDCx_IRQ_CallbackRegister(LCDCx_IRQ_CALLBACK callback, uintptr_t context);

Summary

Registers a callback function for the LCDC IRQ handler

Description

None

Precondition

None.

Parameters

Param Description
callback the callback function
context the handler context

Returns

None

Remarks

None