Searched refs:positionY (Results 1 – 2 of 2) sorted by relevance
641 void LCDC_SetCursorPosition(LCD_Type *base, int32_t positionX, int32_t positionY) in LCDC_SetCursorPosition() argument662 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()
563 void LCDC_SetCursorPosition(LCD_Type *base, int32_t positionX, int32_t positionY);