Skip to content

Commit 16162fb

Browse files
committed
IRF: Add new FETs
1 parent ff2b866 commit 16162fb

File tree

3 files changed

+94
-0
lines changed

3 files changed

+94
-0
lines changed

irf/ir2113s.yaml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
name: IR2113S
2+
suffix: -1, -2
3+
description: High and Low Side Driver
4+
datasheet: http://www.irf.com/product-info/datasheets/data/ir2110.pdf
5+
keywords: IC, analog, driver
6+
7+
pinout:
8+
CONTROL:
9+
VDD: 11
10+
HIN: 12
11+
SD: 13
12+
LIN: 14
13+
VSS: 15
14+
HISIDE:
15+
HO: 8
16+
VB: 7
17+
VS: 6
18+
LOSIDE:
19+
VCC: 3
20+
COM: 2
21+
LO: 1
22+
NC: 4, 5, 9, 10, 16
23+
24+
properties:
25+
in: HIN, SD, LIN
26+
out: HO, LO
27+
power: VDD, VB, VS, VCC
28+
ground: VSS, COM
29+
nc: NC
30+
31+
schematic:
32+
symbol: IC
33+
left: CONTROL, NC
34+
right: HISIDE, LOSIDE
35+
36+
housing:
37+
outline: JEDEC MS-013 AA

irf/irf4905s.yaml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
name: IRF4905S
2+
description: HEXFET Power MOSFET
3+
datasheet: http://www.irf.com/product-info/datasheets/data/irf4905s.pdf
4+
keywords: FET
5+
6+
pinout:
7+
G: 1
8+
D: 4
9+
S: 3
10+
11+
properties:
12+
in: G
13+
passive: S, D
14+
15+
schematic:
16+
symbol: FET
17+
options: p, bulk, diode
18+
19+
housing:
20+
pattern: PAK
21+
bodyWidth: 8.68
22+
bodyLength: 10.29-10.54
23+
height: 4.2-4.69
24+
leadWidth: 0.69-0.93
25+
leadLength: 1.14-1.39
26+
leadSpan: 14.73-15.49
27+
leadCount: 3
28+
pitch: 2.54
29+
tabWidth: 10.29-10.54
30+
tabLength: 7.58-7.87
31+
tabLedge: 1.4
32+
33+
padWidth1: 3.81
34+
padHeight1: 2.08
35+
padWidth2: 8.89
36+
padHeight2: 11.43
37+
padSpan: 17.78

irf/irfs4310.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: IRFS4310
2+
description: HEXFET Power MOSFET
3+
datasheet: http://www.irf.com/product-info/datasheets/data/irfs4310.pdf
4+
keywords: FET
5+
6+
pinout:
7+
G: 1
8+
D: 4
9+
S: 3
10+
11+
properties:
12+
in: G
13+
passive: S, D
14+
15+
schematic:
16+
symbol: FET
17+
options: n, bulk, diode
18+
19+
housing:
20+
outline: JEDEC TO-263 AB

0 commit comments

Comments
 (0)