Searched refs:DC_FB_ELCDIF_MAX_LAYER (Results 1 – 2 of 2) sorted by relevance
121 assert(layer < DC_FB_ELCDIF_MAX_LAYER); in DC_FB_ELCDIF_EnableLayer()147 assert(layer < DC_FB_ELCDIF_MAX_LAYER); in DC_FB_ELCDIF_DisableLayer()163 assert(layer < DC_FB_ELCDIF_MAX_LAYER); in DC_FB_ELCDIF_SetLayerConfig()189 assert(layer < DC_FB_ELCDIF_MAX_LAYER); in DC_FB_ELCDIF_GetLayerDefaultConfig()205 assert(layer < DC_FB_ELCDIF_MAX_LAYER); in DC_FB_ELCDIF_SetFrameBuffer()232 assert(layer < DC_FB_ELCDIF_MAX_LAYER); in DC_FB_ELCDIF_SetCallback()251 for (uint8_t i = 0; i < DC_FB_ELCDIF_MAX_LAYER; i++) in DC_FB_ELCDIF_IRQHandler()
33 #define DC_FB_ELCDIF_MAX_LAYER 1U /* Only support one layer currently. */ macro55 dc_fb_elcdif_layer_t layers[DC_FB_ELCDIF_MAX_LAYER]; /*!< Information of the layer. */