Searched refs:lowerRightX (Results 1 – 8 of 8) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/isi/ |
D | fsl_isi.c | 478 …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()
|
D | fsl_isi.h | 245 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/ |
D | fsl_dcic.c | 167 …base->REGION[regionIdx].DCICRS = (((uint32_t)config->lowerRightX << DCIC_DCICRS_END_OFFSET_X_SHIFT… in DCIC_EnableRegion()
|
D | fsl_dcic.h | 111 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/ |
D | fsl_pxp.c | 420 …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()
|
D | fsl_pxp.h | 1517 …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/ |
D | fsl_dpu.h | 792 uint16_t lowerRightX; /*!< X coordinate of the lower right corner. */ member
|
D | fsl_dpu.c | 3478 config->lowerRightX = 0U; in DPU_SignatureWindowGetDefaultConfig() 3507 ((uint32_t)config->lowerRightX << DPU_SIG_EVALLOWERRIGHT_XEvalLowerRight_SHIFT) | in DPU_SetSignatureWindowConfig()
|