2.61.24 LCDCx_SetChannelEnable Function
C
// x - Instance of the LCDC peripheral
void LCDCx_SetChannelEnable(LCDCx_LAYER_ID layer, bool enable)
Summary
Enables/disables the DMA channel
Description
None
Precondition
None.
Parameters
| Param | Description |
|---|---|
| layer | the target layer |
| enable | if true, DMA channel is enabled. Disabled if false |
Returns
None
