Home
last modified time | relevance | path

Searched refs:endY (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
368 ep = endY; in SSD1963_SelectArea()
377 ec = endY; in SSD1963_SelectArea()
381 sp = handle->panelHeight - 1U - endY; in SSD1963_SelectArea()
390 sc = handle->panelWidth - 1U - endY; 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
313 txData[2] = (uint8_t)((endY >> 8U) & 0xFFU); in MIPI_DSI_SelectArea()
314 txData[3] = (uint8_t)(endY & 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);