8-BIT PARALLEL-OUT SERIAL SHIFT REGISTERS The SN74164N is an 8-bit serial-in, parallel-out shift register manufactured by Texas Instruments (TI).  
### **Specifications:**  
- **Logic Type**: Shift Register  
- **Output Type**: Push-Pull  
- **Number of Bits**: 8  
- **Voltage Supply**: 4.75V to 5.25V (Standard 5V operation)  
- **Operating Temperature**: 0°C to 70°C  
- **Package / Case**: PDIP-14 (Plastic Dual In-Line Package)  
- **Mounting Type**: Through-Hole  
- **Propagation Delay**: Typically 30ns (max 50ns) at 5V  
- **Power Dissipation**: 80mW (typical)  
### **Descriptions:**  
The SN74164N is a serial-in, parallel-out shift register that accepts serial data input and provides parallel output. It features two serial data inputs (A and B) that are ANDed together internally, meaning both must be high for a logic '1' to be clocked in. Data is shifted on the rising edge of the clock (CLK) input. A master reset (MR) clears all outputs when held low.  
### **Features:**  
- **Serial-to-Parallel Conversion**: Converts serial input data into 8 parallel outputs.  
- **Gated Serial Inputs**: Two serial inputs (A and B) allow control over data entry.  
- **Asynchronous Clear**: Master Reset (MR) clears all outputs independently of the clock.  
- **Wide Operating Voltage**: Compatible with standard TTL logic levels.  
- **High-Speed Operation**: Suitable for moderate-speed digital applications.  
- **Standard 14-Pin DIP Package**: Easy to integrate into breadboards and PCBs.  
This device is commonly used in digital systems for data storage, serial-to-parallel conversion, and LED driving applications.