- Type: gate
- DIP: 14-pin
- Number of elements: 3
- Inputs per element: 3
- Outputs per element: 1
Provides three NAND gates with three inputs and an output each.
| Label | Description |
|---|---|
| An | first input of gate n |
| Bn | second input of gate n |
| Cn | third input of gate n |
| Yn | output of gate n |
| An | Bn | Cn | Yn |
|---|---|---|---|
| L | X | X | H |
| H | L | X | H |
| H | H | L | H |
| H | H | H | L |
- H: HIGH voltage level
- L: LOW voltage level
- X: don't care
