Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/dpu/
Dfsl_dpu.c2915 …DPU_CONSTFRAME_Type *constFrame = (DPU_CONSTFRAME_Type *)(((uint32_t)base) + DPU_GET_UNIT_OFFSET(u… in DPU_InitConstFrame() local
2917 constFrame->STATICCONTROL = DPU_UNIT_SHDEN_MASK; in DPU_InitConstFrame()
2955 …DPU_CONSTFRAME_Type *constFrame = (DPU_CONSTFRAME_Type *)(((uint32_t)base) + DPU_GET_UNIT_OFFSET(u… in DPU_SetConstFrameConfig() local
2957constFrame->FRAMEDIMENSIONS = DPU_MAKE_DIMENSION(config->frameHeight - 1UL, config->frameWidth - 1… in DPU_SetConstFrameConfig()
2958 constFrame->CONSTANTCOLOR = config->constColor; in DPU_SetConstFrameConfig()