Searched refs:powerSupply (Results 1 – 2 of 2) sorted by relevance
100 gcrReg = LCD_GCR_RVEN((uint32_t)configure->powerSupply & 0x1U) | in SLCD_Init()101 LCD_GCR_CPSEL(((uint32_t)configure->powerSupply >> 1U) & 0x1U) | in SLCD_Init()102 LCD_GCR_VSUPPLY(((uint32_t)configure->powerSupply >> 2U) & 0x1U) | in SLCD_Init()237 configure->powerSupply = kSLCD_InternalVll3UseChargePump; in SLCD_GetDefaultConfig()
262 slcd_power_supply_option_t powerSupply; /*!< Power supply option. */ member