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