Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/video/display/dc/dbi/
Dfsl_dc_fb_dbi.c133 status = DBI_IFACE_WriteMemory(dcDbiHandle->dbiIface, (const uint8_t *)frameBuffer, in DC_FB_DBI_SetFrameBuffer()
161 … (void)DBI_IFACE_WriteMemory(dcDbiHandle->dbiIface, (const uint8_t *)dcDbiHandle->frameBuffer, in DC_FB_DBI_TE_IRQHandler()
/hal_nxp-latest/mcux/mcux-sdk/components/video/display/dbi/
Dfsl_dbi.h264 static inline status_t DBI_IFACE_WriteMemory(dbi_iface_t *dbiIface, const uint8_t *data, uint32_t l… in DBI_IFACE_WriteMemory() function
/hal_nxp-latest/mcux/mcux-sdk/components/st7796s/
Dfsl_st7796s.c289 ST7796S_ERROR_CHECK(DBI_IFACE_WriteMemory(handle->dbiIface, (const uint8_t *)pixels, len * 2u)); in ST7796S_WritePixels()