Home
last modified time | relevance | path

Searched refs:enabledLayerCount (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/video/display/dc/ssd1963/
Dfsl_dc_fb_ssd1963.c98 if (0U == dcHandle->enabledLayerCount++) in DC_FB_SSD1963_EnableLayer()
116 if (dcHandle->enabledLayerCount > 0U) in DC_FB_SSD1963_DisableLayer()
118 if (--dcHandle->enabledLayerCount == 0U) in DC_FB_SSD1963_DisableLayer()
Dfsl_dc_fb_ssd1963.h70 … uint8_t enabledLayerCount; /*!< How many times layers are enabled. */ member
/hal_nxp-latest/mcux/mcux-sdk/components/video/display/dc/dsi_cmd/
Dfsl_dc_fb_dsi_cmd.c114 if (0U == dcHandle->enabledLayerCount++) in DC_FB_DSI_CMD_EnableLayer()
133 if (dcHandle->enabledLayerCount > 0U) in DC_FB_DSI_CMD_DisableLayer()
135 if (--dcHandle->enabledLayerCount == 0U) in DC_FB_DSI_CMD_DisableLayer()
Dfsl_dc_fb_dsi_cmd.h72 … uint8_t enabledLayerCount; /*!< How many times layers are enabled. */ member