Searched refs:constColor (Results 1 – 2 of 2) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/dpu/ |
D | fsl_dpu.h | 507 …uint32_t constColor; /*!< Const color shown in the region out of frame buffer, see @ref DPU_MAKE_C… member 637 uint32_t constColor; /*!< Const color used for blit blend, see @ref DPU_MAKE_CONST_COLOR. */ member 684 uint32_t constColor; /*!< See @ref DPU_MAKE_CONST_COLOR. */ member
|
D | fsl_dpu.c | 2061 config->constColor = DPU_MAKE_CONST_COLOR(0, 0, 0, 0); in DPU_SrcBufferGetDefaultConfig() 2096 control->CONSTANTCOLOR = config->constColor; in DPU_SetFetchUnitSrcBufferConfig() 2834 config->constColor = DPU_MAKE_CONST_COLOR(0, 0, 0, 0); in DPU_BlitBlendGetDefaultConfig() 2867 blitBlend->CONSTANTCOLOR = config->constColor; in DPU_SetBlitBlendConfig() 2941 config->constColor = DPU_MAKE_CONST_COLOR(0xFF, 0xFF, 0xFF, 0xFF); in DPU_ConstFrameGetDefaultConfig() 2958 constFrame->CONSTANTCOLOR = config->constColor; in DPU_SetConstFrameConfig()
|