Searched refs:lcd_vol_tmp (Results 1 – 1 of 1) sorted by relevance
515 uint32_t lcd_vol_tmp; in LCD_VoltageConfig() local525 lcd_vol_tmp = LCD_InfoStruct.MEALCDVol; in LCD_VoltageConfig()529 lcd_vol = lcd_vol_tmp<<ANA_REG6_VLCD_Pos; in LCD_VoltageConfig()532 if ( (lcd_vol_tmp <= 0x5U) && (VLCDSelection <= 0x5U) ) in LCD_VoltageConfig()535 if ((lcd_vol_tmp + VLCDSelection)>0x5U) 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()
Completed in 4 milliseconds