var fDesc=new Array(); fDesc[0] = "The TPS6507x software allows you to evaluate the TPS6507x family of Power Managements ICs.
This software provides access to the devices you register and allow control of the integrate Charger, Power Path, DC/DC converter, LDO, wLED driver, Current Sinks and A/D converter. Using this software together with the TPS65070-EVM (HPA430), TPS65072-EVM (HPA430), TPS65073-EVM (HPA430), TPS650731-EVM (HPA430) or TPS650732-EVM (HPA430) provides a comfortable and complete evaluation environment."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }