0hmX/tps6521401vafr-pmic
This code models and visualizes the pin configuration and electrical attributes of the TPS6521401 voltage supervisor IC in a specific WQFN-HR package.
- Version
- 1.0.1
- License
- unset
- Stars
- 0
dist/index.d.ts
import * as react from 'react';
import { ChipProps } from '@tscircuit/props';
declare const TPS6521401VAFR_PIN_LABELS: {
readonly pin1: readonly ["MODE", "STBY", "MODE_STBY"];
readonly pin2: "FB_B2";
readonly pin3: "VLDO2";
readonly pin4: readonly ["VSYS", "PVIN_LDO12", "VSYS_PVIN_LDO12"];
readonly pin5: "VLDO1";
readonly pin6: "AGND";
readonly pin7: "VDD1P8";
readonly pin8: "FB_B1";
readonly pin9: readonly ["GPO", "nWAKEUP", "GPO_nWAKEUP"];
readonly pin10: "PGND";
readonly pin11: "LX_B1";
readonly pin12: "PVIN_B1";
readonly pin13: "SDA";
readonly pin14: "SCL";
readonly pin15: "nINT";
readonly pin16: readonly ["GPIO", "VSEL", "GPIO_VSEL"];
readonly pin17: "nRSTOUT";
readonly pin18: "FB_B3";
readonly pin19: readonly ["EN", "PB", "VSENSE", "EN_PB_VSENSE"];
readonly pin20: "PVIN_B3";
readonly pin21: "LX_B3";
readonly pin22: "PGND";
readonly pin23: "LX_B2";
readonly pin24: "PVIN_B2";
};
/**
* TPS6521401 in TI's VAF0024A WQFN-HR package.
*
* VAF0024A is not a conventional QFN-24: pins 1, 7, 13, and 19 are L-shaped,
* and PGND pins 10 and 22 extend into the center thermal land. Consequently a
* generic qfn24 footprinter string must not be substituted for this footprint.
*/
declare const TPS6521401VAFR: (props: ChipProps<typeof TPS6521401VAFR_PIN_LABELS>) => any;
declare const _default: () => any;
export { TPS6521401VAFR, TPS6521401VAFR_PIN_LABELS, _default as default };