Home
last modified time | relevance | path

Searched defs:startY (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/components/video/display/dc/
Dfsl_dc_fb.h25 uint16_t startY; /*!< The start position in the panel. */ member
/hal_nxp-3.6.0/mcux/mcux-sdk/components/video/display/mipi_dsi_cmd/
Dfsl_mipi_dsi_cmd.c285 status_t MIPI_DSI_SelectArea(mipi_dsi_device_t *device, uint16_t startX, uint16_t startY, uint16_t … in MIPI_DSI_SelectArea()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/ssd1963/
Dfsl_ssd1963.c346 status_t SSD1963_SelectArea(ssd1963_handle_t *handle, uint16_t startX, uint16_t startY, uint16_t en… in SSD1963_SelectArea()
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/dpu/
Dfsl_dpu.c573 #define DPU_MAKE_FETCH_RESAMPLING(swap, deltaX, deltaY, startX, startY) \ argument