forked from 74hc595/chipdb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path74153.yaml
66 lines (66 loc) · 1.42 KB
/
74153.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
---
description: Dual 4-input multiplexer
package: DIP
pincount: 16
family: "7400"
datasheet: "http://www.standardics.nxp.com/products/hc/datasheet/74hc153.74hct153.pdf"
pins:
- num: 1
sym: 1~E
desc: enable input 1
- num: 2
sym: S__1
desc: common data select input
- num: 3
sym: 1I__3
desc: data input from source 1
- num: 4
sym: 1I__2
desc: data input from source 1
- num: 5
sym: 1I__1
desc: data input from source 1
- num: 6
sym: 1I__0
desc: data input from source 1
- num: 7
sym: 1Y
desc: multiplexer output from source 1
- num: 8
sym: GND
desc: ground
- num: 9
sym: 2Y
desc: multiplexer output from source 2
- num: 10
sym: 2I__0
desc: data input from source 2
- num: 11
sym: 2I__1
desc: data input from source 2
- num: 12
sym: 2I__2
desc: data input from source 2
- num: 13
sym: 2I__3
desc: data input from source 2
- num: 14
sym: S__0
desc: common data select input
- num: 15
sym: 2~E
desc: enable input 2
- num: 16
sym: Vcc
desc: supply voltage
specs:
- param: Propagation delay, 1I__n, 2I__n to nY
val: [14 (74HC), 16 (74HCT)]
unit: ns
- param: Propagation delay, S__n to nY
val: [15 (74HC), 17 (74HCT)]
unit: ns
- param: Propagation delay, n~E to nY
val: [10 (74HC), 11 (74HCT)]
unit: ns
...