Searched refs:endY (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 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()
|
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 313 txData[2] = (uint8_t)((endY >> 8U) & 0xFFU); in MIPI_DSI_SelectArea() 314 txData[3] = (uint8_t)(endY & 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);
|