Searched refs:lowerRightY (Results 1 – 8 of 8) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/isi/ |
D | fsl_isi.c | 478 …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()
|
D | fsl_isi.h | 246 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/ |
D | fsl_dcic.c | 168 … ((uint32_t)config->lowerRightY << DCIC_DCICRS_END_OFFSET_Y_SHIFT)); in DCIC_EnableRegion()
|
D | fsl_dcic.h | 112 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/ |
D | fsl_pxp.c | 420 …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()
|
D | fsl_pxp.h | 1517 …_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/ |
D | fsl_dpu.h | 793 uint16_t lowerRightY; /*!< Y coordinate of the lower right corner. */ member
|
D | fsl_dpu.c | 3479 config->lowerRightY = 0U; in DPU_SignatureWindowGetDefaultConfig() 3508 ((uint32_t)config->lowerRightY << DPU_SIG0_EVALLOWERRIGHT_YEvalLowerRight_SHIFT); in DPU_SetSignatureWindowConfig()
|