Home
last modified time | relevance | path

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

/bsp/nuvoton/libraries/m2354/rtt_port/
A Ddrv_slcd.c154 uint32_t u32CPVol; in nu_slcd_control() local
157 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()
/bsp/nuvoton/libraries/nu_packages/SLCD/
A Dslcd_rhe6616tp01.c762 uint32_t u32CPVol; in nu_slcd_panel_init() local
789 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