Searched refs:u32CPVol (Results 1 – 2 of 2) sorted by relevance
154 uint32_t u32CPVol; in nu_slcd_control() local157 u32CPVol = *((uint32_t *)args) ; in nu_slcd_control()158 if ((u32CPVol >> LCD_PCTL_CPVSEL_Pos) <= (LCD_CP_VOLTAGE_LV_5 >> LCD_PCTL_CPVSEL_Pos)) in nu_slcd_control()160 LCD_SET_CP_VOLTAGE(u32CPVol); in nu_slcd_control()
762 uint32_t u32CPVol; in nu_slcd_panel_init() local789 u32CPVol = LCD_CP_VOLTAGE_LV_5; in nu_slcd_panel_init()790 ret = rt_device_control(g_psDev, NU_SLCD_CMD_SET_CP_VOLTAGE, (void *)&u32CPVol); in nu_slcd_panel_init()
Completed in 8 milliseconds