Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/dpu/
Dfsl_dpu.c2693 DPU_ROP_Type *rop = (DPU_ROP_Type *)(((uint32_t)base) + DPU_GET_UNIT_OFFSET(unit)); in DPU_InitRop() local
2695 rop->STATICCONTROL = DPU_UNIT_SHDEN_MASK; in DPU_InitRop()
2739 DPU_ROP_Type *rop = (DPU_ROP_Type *)(((uint32_t)base) + DPU_GET_UNIT_OFFSET(unit)); in DPU_SetRopConfig() local
2741 rop->RASTEROPERATIONINDICES = in DPU_SetRopConfig()
2743 rop->CONTROL = (rop->CONTROL & DPU_ROP_CONTROL_Mode_MASK) | config->controlFlags; in DPU_SetRopConfig()
2757 DPU_ROP_Type *rop = (DPU_ROP_Type *)(((uint32_t)base) + DPU_GET_UNIT_OFFSET(unit)); in DPU_EnableRop() local
2761 rop->CONTROL |= DPU_ROP_CONTROL_Mode_MASK; in DPU_EnableRop()
2765 rop->CONTROL &= ~DPU_ROP_CONTROL_Mode_MASK; in DPU_EnableRop()