Home
last modified time | relevance | path

Searched refs:positionY (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lpc_lcdc/
Dfsl_lcdc.c641 void LCDC_SetCursorPosition(LCD_Type *base, int32_t positionX, int32_t positionY) in LCDC_SetCursorPosition() argument
662 if (positionY < 0) in LCDC_SetCursorPosition()
664 clipY = (uint32_t)-positionY; in LCDC_SetCursorPosition()
665 positionY = 0; in LCDC_SetCursorPosition()
679 base->CRSR_XY = LCD_CRSR_XY_CRSRX(positionX) | LCD_CRSR_XY_CRSRY(positionY); in LCDC_SetCursorPosition()
Dfsl_lcdc.h563 void LCDC_SetCursorPosition(LCD_Type *base, int32_t positionX, int32_t positionY);