Searched refs:switch1Mode (Results 1 – 2 of 2) sorted by relevance
191 if ((handle->switch1Mode == kPF3000_SW1SinglePhase) || in PF3000_GetRegulatorSetPoint()192 … ((handle->switch1Mode == kPF3000_SW1IndependentMode) && (module == kPF3000_ModuleSwitch1A))) in PF3000_GetRegulatorSetPoint()214 …else if ((handle->switch1Mode == kPF3000_SW1IndependentMode) && (module == kPF3000_ModuleSwitch1B)) in PF3000_GetRegulatorSetPoint()394 if ((handle->switch1Mode == kPF3000_SW1SinglePhase) || in PF3000_GetRegulatorOutputVolt()395 … ((handle->switch1Mode == kPF3000_SW1IndependentMode) && (module == kPF3000_ModuleSwitch1A))) in PF3000_GetRegulatorOutputVolt()414 …else if ((handle->switch1Mode == kPF3000_SW1IndependentMode) && (module == kPF3000_ModuleSwitch1B)) in PF3000_GetRegulatorOutputVolt()569 handle->switch1Mode = (pf3000_switch1_mode_t)((regValue & 0x0CU) >> 2U); in PF3000_Init()571 …assert((handle->switch1Mode == kPF3000_SW1SinglePhase) || (handle->switch1Mode == kPF3000_SW1Indep… in PF3000_Init()
326 pf3000_switch1_mode_t switch1Mode; member