Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/dpu/
Dfsl_dpu.c3501 (DPU_SIG_EVALCONTROL_EnEvalWin_MASK | DPU_SIG_EVALCONTROL_EnCRC_MASK)) | in DPU_SetSignatureWindowConfig()
3528 display->SIG.WINDOW[windowIndex].EVALCONTROL |= DPU_SIG_EVALCONTROL_EnEvalWin_MASK; in DPU_EnableSignatureWindowCompute()
3532 display->SIG.WINDOW[windowIndex].EVALCONTROL &= ~DPU_SIG_EVALCONTROL_EnEvalWin_MASK; in DPU_EnableSignatureWindowCompute()
Dfsl_dpu.h224 #define DPU_SIG_EVALCONTROL_EnEvalWin_MASK (1U << 0U) macro