Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/isi/
Dfsl_isi.c478 …base->CHNL_CROP_LRC = ISI_CHNL_CROP_LRC_X(config->lowerRightX) | ISI_CHNL_CROP_LRC_Y(config->lower… in ISI_SetCropConfig()
503 config->lowerRightX = 0U; in ISI_CropGetDefaultConfig()
529 …base->ROI[index].CHNL_ROI_LRC = ISI_CHNL_ROI_LRC_X(config->lowerRightX) | ISI_CHNL_ROI_LRC_Y(confi… in ISI_SetRegionAlphaConfig()
555 config->lowerRightX = 0U; in ISI_RegionAlphaGetDefaultConfig()
Dfsl_isi.h245 uint16_t lowerRightX; /*!< X of lower right corner. */ member
254 uint16_t lowerRightX; /*!< X of lower right corner. */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/dcic/
Dfsl_dcic.c167 …base->REGION[regionIdx].DCICRS = (((uint32_t)config->lowerRightX << DCIC_DCICRS_END_OFFSET_X_SHIFT… in DCIC_EnableRegion()
Dfsl_dcic.h111 uint16_t lowerRightX; /*!< X of lower right corner. Range: 0 to 2^13-1. */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/pxp/
Dfsl_pxp.c420 …PXP_Type *base, uint16_t upperLeftX, uint16_t upperLeftY, uint16_t lowerRightX, uint16_t lowerRigh… 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 …PXP_Type *base, uint16_t upperLeftX, uint16_t upperLeftY, uint16_t lowerRightX, uint16_t lowerRigh… 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 …PXP_Type *base, uint16_t upperLeftX, uint16_t upperLeftY, uint16_t lowerRightX, uint16_t lowerRigh…
1599 …PXP_Type *base, uint16_t upperLeftX, uint16_t upperLeftY, uint16_t lowerRightX, uint16_t lowerRigh…
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/dpu/
Dfsl_dpu.h792 uint16_t lowerRightX; /*!< X coordinate of the lower right corner. */ member
Dfsl_dpu.c3478 config->lowerRightX = 0U; in DPU_SignatureWindowGetDefaultConfig()
3507 ((uint32_t)config->lowerRightX << DPU_SIG_EVALLOWERRIGHT_XEvalLowerRight_SHIFT) | in DPU_SetSignatureWindowConfig()