Searched refs:windowIndex (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/dpu/ |
| D | fsl_dpu.c | 3492 uint8_t windowIndex, in DPU_SetSignatureWindowConfig() argument 3495 assert(windowIndex < DPU_SIG_EAVL_WINDOW_COUNT); in DPU_SetSignatureWindowConfig() 3499 display->SIG.WINDOW[windowIndex].EVALCONTROL = in DPU_SetSignatureWindowConfig() 3500 (display->SIG.WINDOW[windowIndex].EVALCONTROL & in DPU_SetSignatureWindowConfig() 3503 display->SIG.WINDOW[windowIndex].EVALUPPERLEFT = in DPU_SetSignatureWindowConfig() 3506 display->SIG.WINDOW[windowIndex].EVALLOWERRIGHT = in DPU_SetSignatureWindowConfig() 3522 …ignatureWindowCompute(IRIS_MVPL_Type *base, uint8_t displayIndex, uint8_t windowIndex, bool enable) in DPU_EnableSignatureWindowCompute() argument 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() 3546 void DPU_EnableSignatureWindowCheck(IRIS_MVPL_Type *base, uint8_t displayIndex, uint8_t windowIndex… in DPU_EnableSignatureWindowCheck() argument [all …]
|
| D | fsl_dpu.h | 2181 uint8_t windowIndex, 2195 …gnatureWindowCompute(IRIS_MVPL_Type *base, uint8_t displayIndex, uint8_t windowIndex, bool enable); 2207 void DPU_EnableSignatureWindowCheck(IRIS_MVPL_Type *base, uint8_t displayIndex, uint8_t windowIndex… 2221 uint8_t windowIndex, 2238 uint8_t windowIndex,
|