Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/dpu/
Dfsl_dpu.h223 #define DPU_SIG_EVALCONTROL_EnCRC_MASK (1U << 1U) macro
783 kDPU_SignatureWindowDontSkipWindow = DPU_SIG_EVALCONTROL_EnCRC_MASK,
Dfsl_dpu.c3501 (DPU_SIG_EVALCONTROL_EnEvalWin_MASK | DPU_SIG_EVALCONTROL_EnCRC_MASK)) | in DPU_SetSignatureWindowConfig()
3552 display->SIG.WINDOW[windowIndex].EVALCONTROL |= DPU_SIG_EVALCONTROL_EnCRC_MASK; in DPU_EnableSignatureWindowCheck()
3556 display->SIG.WINDOW[windowIndex].EVALCONTROL &= ~DPU_SIG_EVALCONTROL_EnCRC_MASK; in DPU_EnableSignatureWindowCheck()