Searched refs:endX (Results 1 – 4 of 4) sorted by relevance
/hal_nxp-3.6.0/mcux/mcux-sdk/components/ssd1963/ |
D | fsl_ssd1963.c | 346 …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()
|
D | fsl_ssd1963.h | 320 …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/ |
D | fsl_mipi_dsi_cmd.c | 285 …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()
|
D | fsl_mipi_dsi_cmd.h | 276 …ectArea(mipi_dsi_device_t *device, uint16_t startX, uint16_t startY, uint16_t endX, uint16_t endY);
|