Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/slcd/
Dfsl_slcd.c100 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()
Dfsl_slcd.h262 slcd_power_supply_option_t powerSupply; /*!< Power supply option. */ member