Searched refs:VLCDSelection (Results 1 – 2 of 2) sorted by relevance
512 uint32_t LCD_VoltageConfig(uint32_t VLCDSelection) in LCD_VoltageConfig() argument519 assert_parameters(IS_LCD_VLCD(VLCDSelection)); in LCD_VoltageConfig()532 if ( (lcd_vol_tmp <= 0x5U) && (VLCDSelection <= 0x5U) ) in LCD_VoltageConfig()535 if ((lcd_vol_tmp + VLCDSelection)>0x5U) in LCD_VoltageConfig()543 tmp |= (lcd_vol + (VLCDSelection << ANA_REG6_VLCD_Pos)); in LCD_VoltageConfig()549 else if ( (lcd_vol_tmp > 0x5U) && (VLCDSelection > 0x5U) ) in LCD_VoltageConfig()552 if ((lcd_vol_tmp + VLCDSelection - 5)>0xFU) in LCD_VoltageConfig()565 else if ( (lcd_vol_tmp > 0x5U) && (VLCDSelection <= 0x5U) ) in LCD_VoltageConfig()568 if ((lcd_vol_tmp - 5) <= VLCDSelection) in LCD_VoltageConfig()585 if ((VLCDSelection - 5) <= lcd_vol_tmp) in LCD_VoltageConfig()[all …]
153 uint32_t LCD_VoltageConfig(uint32_t VLCDSelection);
Completed in 7 milliseconds