Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/components/ssd1963/
Dfsl_ssd1963.c346 …electArea(ssd1963_handle_t *handle, uint16_t startX, uint16_t startY, uint16_t endX, uint16_t endY) in SSD1963_SelectArea() argument
370 ec = endX; in SSD1963_SelectArea()
374 sp = handle->panelHeight - 1U - endX; in SSD1963_SelectArea()
383 sc = handle->panelWidth - 1U - endX; in SSD1963_SelectArea()
389 ep = endX; in SSD1963_SelectArea()
Dfsl_ssd1963.h320 …lectArea(ssd1963_handle_t *handle, uint16_t startX, uint16_t startY, uint16_t endX, uint16_t endY);
/hal_nxp-3.6.0/mcux/mcux-sdk/components/video/display/mipi_dsi_cmd/
Dfsl_mipi_dsi_cmd.c285 …lectArea(mipi_dsi_device_t *device, uint16_t startX, uint16_t startY, uint16_t endX, uint16_t endY) in MIPI_DSI_SelectArea() argument
300 txData[2] = (uint8_t)((endX >> 8U) & 0xFFU); in MIPI_DSI_SelectArea()
301 txData[3] = (uint8_t)(endX & 0xFFU); in MIPI_DSI_SelectArea()
Dfsl_mipi_dsi_cmd.h276 …ectArea(mipi_dsi_device_t *device, uint16_t startX, uint16_t startY, uint16_t endX, uint16_t endY);