Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/dpu/
Dfsl_dpu.c2743 rop->CONTROL = (rop->CONTROL & DPU_ROP_CONTROL_Mode_MASK) | config->controlFlags; in DPU_SetRopConfig()
2761 rop->CONTROL |= DPU_ROP_CONTROL_Mode_MASK; in DPU_EnableRop()
2765 rop->CONTROL &= ~DPU_ROP_CONTROL_Mode_MASK; in DPU_EnableRop()
Dfsl_dpu.h205 #define DPU_ROP_CONTROL_Mode_MASK (1U << 0U) macro