Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lpc_lcdc/
Dfsl_lcdc.c45 #define LCDC_CLIP_MAX (LCD_CRSR_CLIP_CRSRCLIPX_MASK >> LCD_CRSR_CLIP_CRSRCLIPX_SHIFT) macro
652 if (clipX > LCDC_CLIP_MAX) in LCDC_SetCursorPosition()
654 clipX = LCDC_CLIP_MAX; in LCDC_SetCursorPosition()
668 if (clipY > LCDC_CLIP_MAX) in LCDC_SetCursorPosition()
670 clipY = LCDC_CLIP_MAX; in LCDC_SetCursorPosition()