Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/ssd1963/
Dfsl_ssd1963.h320 status_t SSD1963_SelectArea(ssd1963_handle_t *handle, uint16_t startX, uint16_t startY, uint16_t en…
Dfsl_ssd1963.c346 status_t SSD1963_SelectArea(ssd1963_handle_t *handle, uint16_t startX, uint16_t startY, uint16_t en… in SSD1963_SelectArea() function
/hal_nxp-latest/mcux/mcux-sdk/components/video/display/dc/ssd1963/
Dfsl_dc_fb_ssd1963.c172 …status = SSD1963_SelectArea(&dcHandle->ssd1963, fbInfo->startX, fbInfo->startY, fbInfo->startX + f… in DC_FB_SSD1963_SetFrameBuffer()