Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/pf3000/
Dfsl_pf3000.h309 kPF3000_SW2HighVoltRange = 0x1U, /* Switch 1A and 1B Independent mode */ enumerator
Dfsl_pf3000.c576 …handle->switch2Range = (regValue & 0x08U) ? (kPF3000_SW2HighVoltRange) : (kPF3000_SW2LowVoltRange); in PF3000_Init()