Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/pf3000/
Dfsl_pf3000.c179 assert((kPF3000_ModuleSwitch1A == module) || (kPF3000_ModuleSwitch1B == module) || in PF3000_GetRegulatorSetPoint()
188 case kPF3000_ModuleSwitch1A: in PF3000_GetRegulatorSetPoint()
192 … ((handle->switch1Mode == kPF3000_SW1IndependentMode) && (module == kPF3000_ModuleSwitch1A))) in PF3000_GetRegulatorSetPoint()
382 assert((kPF3000_ModuleSwitch1A == module) || (kPF3000_ModuleSwitch1B == module) || in PF3000_GetRegulatorOutputVolt()
391 case kPF3000_ModuleSwitch1A: in PF3000_GetRegulatorOutputVolt()
395 … ((handle->switch1Mode == kPF3000_SW1IndependentMode) && (module == kPF3000_ModuleSwitch1A))) in PF3000_GetRegulatorOutputVolt()
720 assert((kPF3000_ModuleSwitch1A == module) || (kPF3000_ModuleSwitch1B == module) || in PF3000_SetRegulatorOutputVoltage()
735 case kPF3000_ModuleSwitch1A: in PF3000_SetRegulatorOutputVoltage()
807 assert((kPF3000_ModuleSwitch1A == module) || (kPF3000_ModuleSwitch1B == module) || in PF3000_GetRegulatorOutputVoltage()
819 case kPF3000_ModuleSwitch1A: in PF3000_GetRegulatorOutputVoltage()
[all …]
Dfsl_pf3000.h97 kPF3000_ModuleSwitch1A = 0x0U, /* Switch1A Sub-Module Identifier. */ enumerator