2.61.13 LCDCx_LAYER_IRQ_Disable Function
C
// x - Instance of the LCDC peripheral
void LCDCx_LAYER_IRQ_Disable(LCDCx_LAYER_ID layer, LCDCx_LAYER_INTERRUPT interrupt);
Summary
Disable the interrupt from the specified layer
Description
None
Precondition
None.
Parameters
| Param | Description |
|---|---|
| layer | the layer |
| interrupt | the interrupt to disable |
Returns
None
Remarks
None
