forked from 74hc595/chipdb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
4518.yaml
63 lines (61 loc) · 1.52 KB
/
4518.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
---
description: "Dual synchronous BCD counter"
package: DIP
pincount: 16
family: "4000"
datasheet: "http://www.standardics.nxp.com/products/hef/datasheet/hef4518b.pdf"
pins:
- num: 1
sym: 1CP0
desc: counter 1 clock input (low-to-high triggered)
- num: 2
sym: 1~CP~1
desc: counter 1 clock input (high-to-low triggered)
- num: 3
sym: 1Q0
desc: counter 1 output
- num: 4
sym: 1Q1
desc: counter 1 output
- num: 5
sym: 1Q2
desc: counter 1 output
- num: 6
sym: 1Q3
desc: counter 1 output
- num: 7
sym: 1MR
desc: counter 1 master reset (active high)
- num: 8
sym: GND
desc: ground
- num: 9
sym: 2CP0
desc: counter 2 clock input (low-to-high triggered)
- num: 10
sym: 2~CP~1
desc: counter 2 clock input (high-to-low triggered)
- num: 11
sym: 2Q0
desc: counter 2 output
- num: 12
sym: 2Q1
desc: counter 2 output
- num: 13
sym: 2Q2
desc: counter 2 output
- num: 14
sym: 2Q3
desc: counter 2 output
- num: 15
sym: 2MR
desc: counter 2 master reset (active high)
- num: 16
sym: Vcc
desc: supply voltage
notes:
- The 4518 counts from 0 to 9. The 4520 is identical but counts from 0 to 15.
- Either nCP0 or n~CP~1 may be used as the clock input; the other can be used as a clock enable input.
- If n~CP~1 is high, the counter advances on a low-to-high transition of nCP0.
- If nCP0 is low, the counter advances on a high-to-low transition of n~CP~1.
...