Home
last modified time | relevance | path

Searched refs:positionX (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
646 if (positionX < 0) in LCDC_SetCursorPosition()
648 clipX = (uint32_t)(-positionX); in LCDC_SetCursorPosition()
649 positionX = 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);