Home
last modified time | relevance | path

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

/bsp/nuvoton/libraries/n9h30/rtt_port/
A Ddrv_vpost.c300 VPOST_T *psVpostLcmInst = vpostLCMGetInstance(VPOST_USING_LCD_IDX); in rt_hw_vpost_init() local
301 RT_ASSERT(psVpostLcmInst != RT_NULL); in rt_hw_vpost_init()
303 if ((psVpostLcmInst->u32DevWidth * psVpostLcmInst->u32DevHeight) > (480 * 272)) in rt_hw_vpost_init()
334 psVpost->info.pitch = psVpostLcmInst->u32DevWidth * (BSP_LCD_BPP / 8); in rt_hw_vpost_init()
335 psVpost->info.width = psVpostLcmInst->u32DevWidth; in rt_hw_vpost_init()
336 psVpost->info.height = psVpostLcmInst->u32DevHeight; in rt_hw_vpost_init()
371 uint32_t u32FBSize = psVpost->info.pitch * psVpostLcmInst->u32DevHeight; in rt_hw_vpost_init()

Completed in 5 milliseconds