Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lpc_lcdc/
Dfsl_lcdc.c644 uint32_t clipY; in LCDC_SetCursorPosition() local
664 clipY = (uint32_t)-positionY; in LCDC_SetCursorPosition()
668 if (clipY > LCDC_CLIP_MAX) in LCDC_SetCursorPosition()
670 clipY = LCDC_CLIP_MAX; in LCDC_SetCursorPosition()
675 clipY = 0U; in LCDC_SetCursorPosition()
678 base->CRSR_CLIP = LCD_CRSR_CLIP_CRSRCLIPX(clipX) | LCD_CRSR_CLIP_CRSRCLIPY(clipY); in LCDC_SetCursorPosition()