Searched refs:upperLeftY (Results 1 – 4 of 4) sorted by relevance
/hal_nxp-2.7.6/mcux/drivers/imx/ |
D | fsl_pxp.c | 369 …PXP_Type *base, uint16_t upperLeftX, uint16_t upperLeftY, uint16_t lowerRightX, uint16_t lowerRigh… in PXP_SetAlphaSurfacePosition() argument 371 base->OUT_AS_ULC = PXP_OUT_AS_ULC_Y(upperLeftY) | PXP_OUT_AS_ULC_X(upperLeftX); in PXP_SetAlphaSurfacePosition() 450 …PXP_Type *base, uint16_t upperLeftX, uint16_t upperLeftY, uint16_t lowerRightX, uint16_t lowerRigh… in PXP_SetProcessSurfacePosition() argument 452 base->OUT_PS_ULC = PXP_OUT_PS_ULC_Y(upperLeftY) | PXP_OUT_PS_ULC_X(upperLeftX); in PXP_SetProcessSurfacePosition()
|
D | fsl_pxp.h | 842 …PXP_Type *base, uint16_t upperLeftX, uint16_t upperLeftY, uint16_t lowerRightX, uint16_t lowerRigh… 897 …PXP_Type *base, uint16_t upperLeftX, uint16_t upperLeftY, uint16_t lowerRightX, uint16_t lowerRigh…
|
D | fsl_dcic.c | 170 … ((uint32_t)config->upperLeftY << DCIC_DCICRC_START_OFFSET_Y_SHIFT) | in DCIC_EnableRegion()
|
D | fsl_dcic.h | 109 uint16_t upperLeftY; /*!< Y of upper left corner. Range: 0 to 2^12-1. */ member
|