Searched refs:lowerRightY (Results 1 – 4 of 4) sorted by relevance
/hal_nxp-2.7.6/mcux/drivers/imx/ |
D | fsl_pxp.c | 369 …P_Type *base, uint16_t upperLeftX, uint16_t upperLeftY, uint16_t lowerRightX, uint16_t lowerRightY) in PXP_SetAlphaSurfacePosition() argument 372 base->OUT_AS_LRC = PXP_OUT_AS_LRC_Y(lowerRightY) | PXP_OUT_AS_LRC_X(lowerRightX); in PXP_SetAlphaSurfacePosition() 450 …P_Type *base, uint16_t upperLeftX, uint16_t upperLeftY, uint16_t lowerRightX, uint16_t lowerRightY) in PXP_SetProcessSurfacePosition() argument 453 base->OUT_PS_LRC = PXP_OUT_PS_LRC_Y(lowerRightY) | PXP_OUT_PS_LRC_X(lowerRightX); in PXP_SetProcessSurfacePosition()
|
D | fsl_pxp.h | 842 …_Type *base, uint16_t upperLeftX, uint16_t upperLeftY, uint16_t lowerRightX, uint16_t lowerRightY); 897 …_Type *base, uint16_t upperLeftX, uint16_t upperLeftY, uint16_t lowerRightX, uint16_t lowerRightY);
|
D | fsl_dcic.c | 167 … ((uint32_t)config->lowerRightY << DCIC_DCICRS_END_OFFSET_Y_SHIFT)); in DCIC_EnableRegion()
|
D | fsl_dcic.h | 111 uint16_t lowerRightY; /*!< Y of lower right corner. Range: 0 to 2^12-1. */ member
|