Searched refs:topLeftY (Results 1 – 3 of 3) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lcdif/ |
| D | fsl_lcdif.c | 320 …ase->VIDEOTL = LCDIF_VIDEOTL_X(config->topLeftX) | LCDIF_VIDEOTL_Y(config->topLeftY); in LCDIF_SetFrameBufferConfig() 344 …LCDIF_Type *base, uint8_t displayIndex, uint16_t topLeftX, uint16_t topLeftY, uint16_t width, uint… in LCDIF_SetFrameBufferPosition() argument 346 base->VIDEOTL = LCDIF_VIDEOTL_X(topLeftX) | LCDIF_VIDEOTL_Y(topLeftY); in LCDIF_SetFrameBufferPosition() 379 … base->OVERLAYTL = LCDIF_OVERLAYTL_X(config->topLeftX) | LCDIF_OVERLAYTL_Y(config->topLeftY); in LCDIF_SetOverlayLayerConfig() 394 …base->OVERLAYTL1 = LCDIF_OVERLAYTL_X(config->topLeftX) | LCDIF_OVERLAYTL_Y(config->topLeftY); in LCDIF_SetOverlayLayerConfig() 427 uint16_t topLeftY, in LCDIF_SetOverlayLayerPosition() argument 435 base->OVERLAYTL = LCDIF_OVERLAYTL_X(topLeftX) | LCDIF_OVERLAYTL_Y(topLeftY); in LCDIF_SetOverlayLayerPosition() 440 base->OVERLAYTL1 = LCDIF_OVERLAYTL_X(topLeftX) | LCDIF_OVERLAYTL_Y(topLeftY); in LCDIF_SetOverlayLayerPosition()
|
| D | fsl_lcdif.h | 284 uint16_t topLeftY; /*!< The y value of thr top-left coordinate. */ member 844 …LCDIF_Type *base, uint8_t displayIndex, uint16_t topLeftX, uint16_t topLeftY, uint16_t width, uint… 881 uint16_t topLeftY,
|
| /hal_nxp-latest/mcux/mcux-sdk/components/video/display/dc/lcdif/ |
| D | fsl_dc_fb_lcdif.c | 287 dcHandle->layers[layer].fbConfig.topLeftY = fbInfo->startY; in DC_FB_LCDIF_SetLayerConfig()
|