Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/isi/
Dfsl_isi.c478 …HNL_CROP_LRC = ISI_CHNL_CROP_LRC_X(config->lowerRightX) | ISI_CHNL_CROP_LRC_Y(config->lowerRightY); in ISI_SetCropConfig()
504 config->lowerRightY = 0U; in ISI_CropGetDefaultConfig()
529 …].CHNL_ROI_LRC = ISI_CHNL_ROI_LRC_X(config->lowerRightX) | ISI_CHNL_ROI_LRC_Y(config->lowerRightY); in ISI_SetRegionAlphaConfig()
556 config->lowerRightY = 0U; in ISI_RegionAlphaGetDefaultConfig()
Dfsl_isi.h246 uint16_t lowerRightY; /*!< Y of lower right corner. */ member
255 uint16_t lowerRightY; /*!< Y of lower right corner. */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/dcic/
Dfsl_dcic.c168 … ((uint32_t)config->lowerRightY << DCIC_DCICRS_END_OFFSET_Y_SHIFT)); in DCIC_EnableRegion()
Dfsl_dcic.h112 uint16_t lowerRightY; /*!< Y of lower right corner. Range: 0 to 2^12-1. */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/pxp/
Dfsl_pxp.c420 …P_Type *base, uint16_t upperLeftX, uint16_t upperLeftY, uint16_t lowerRightX, uint16_t lowerRightY) in PXP_SetAlphaSurfacePosition() argument
423 base->OUT_AS_LRC = PXP_OUT_AS_LRC_Y(lowerRightY) | PXP_OUT_AS_LRC_X(lowerRightX); in PXP_SetAlphaSurfacePosition()
539 …P_Type *base, uint16_t upperLeftX, uint16_t upperLeftY, uint16_t lowerRightX, uint16_t lowerRightY) in PXP_SetProcessSurfacePosition() argument
542 base->OUT_PS_LRC = PXP_OUT_PS_LRC_Y(lowerRightY) | PXP_OUT_PS_LRC_X(lowerRightX); in PXP_SetProcessSurfacePosition()
Dfsl_pxp.h1517 …_Type *base, uint16_t upperLeftX, uint16_t upperLeftY, uint16_t lowerRightX, uint16_t lowerRightY);
1599 …_Type *base, uint16_t upperLeftX, uint16_t upperLeftY, uint16_t lowerRightX, uint16_t lowerRightY);
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/dpu/
Dfsl_dpu.h793 uint16_t lowerRightY; /*!< Y coordinate of the lower right corner. */ member
Dfsl_dpu.c3479 config->lowerRightY = 0U; in DPU_SignatureWindowGetDefaultConfig()
3508 ((uint32_t)config->lowerRightY << DPU_SIG0_EVALLOWERRIGHT_YEvalLowerRight_SHIFT); in DPU_SetSignatureWindowConfig()