Dear ADI-er.
Why the vlaue is different two cases(Code & Picture)?
Plz help me.
PortHandler.c of SemiAutoHost_LTPoE++_4266_v1p7p1_Apr_09_2012.zip
switch(class) {
case CLASS_1: cut = 0xC6; lim = 0x80; break; // CUT=112mA; LIM=425mA
case CLASS_2: cut = 0xCB; lim = 0x80; break; // CUT=206mA; LIM=425mA
case CLASS_4: cut = 0xE2; lim = 0xC0; break; // CUT=638mA; LIM=850mA
case CLASS_35W: cut = 0x96; lim = 0xE0; break; // CUT=825mA; LIM=1275mA
case CLASS_45W: cut = 0x9F; lim = 0xE0; break; // CUT=1163mA;LIM=1275mA
case CLASS_70W: cut = 0xAC; lim = 0x68; break; // CUT=1650mA;LIM=1913mA
case CLASS_90W: cut = 0xBE; lim = 0x78; break; // CUT=2325mA;LIM=2338mA
default: cut = 0xD4; lim = 0x80; break; // CUT=375mA; LIM=425mA
}
correct the sentence
[edited by: elcielo at 9:43 AM (GMT 0) on 11 Dec 2018]