Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/dpu/
Dfsl_dpu.c3027 uint32_t setup1; in DPU_SetScalerConfig() local
3048 setup1 = DPU_ConvertFloat(scaleFact, 1, 19); in DPU_SetScalerConfig()
3050 if (0U == setup1) in DPU_SetScalerConfig()
3052 setup1 = 1U; in DPU_SetScalerConfig()
3054 else if (setup1 > 0x80000U) in DPU_SetScalerConfig()
3056 setup1 = 0x80000U; in DPU_SetScalerConfig()
3063 ((DPU_VSCALER_Type *)offset)->SETUP1 = setup1; in DPU_SetScalerConfig()