Home
last modified time | relevance | path

Searched refs:constAlpha (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/dpu/
Dfsl_dpu.h572 uint8_t constAlpha; /*!< The const alpha value used in blend. */ member
739 uint8_t constAlpha; /*!< Const alpha value, 1-bit. */ member
Dfsl_dpu.c2535 config->constAlpha = 0U; in DPU_LayerBlendGetDefaultConfig()
2632 layerBlend->BLENDCONTROL = DPU_LAYERBLEND_BLENDCONTROL_BlendAlpha(config->constAlpha) | in DPU_SetLayerBlendConfig()
3259 config->constAlpha = 1U; in DPU_DisplayGetDefaultConfig()
3317 DPU_FRAMEGEN_FGCCR_CcRed(config->constRed) | DPU_FRAMEGEN_FGCCR_CcAlpha(config->constAlpha); in DPU_SetDisplayConfig()