Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/video/display/dc/dsi_cmd/
Dfsl_dc_fb_dsi_cmd.c276 uint8_t *newFB; in DC_FB_DSI_CMD_TE_IRQHandler() local
285 newFB = layer->fbWaitTE; in DC_FB_DSI_CMD_TE_IRQHandler()
287 if (NULL != newFB) in DC_FB_DSI_CMD_TE_IRQHandler()
291 layer->frameBuffer = newFB; in DC_FB_DSI_CMD_TE_IRQHandler()
297 (void)MIPI_DSI_WriteMemory2D(dcHandle->dsiDevice, newFB, minorLoopBytes, in DC_FB_DSI_CMD_TE_IRQHandler()
302 (void)MIPI_DSI_WriteMemory(dcHandle->dsiDevice, newFB, in DC_FB_DSI_CMD_TE_IRQHandler()