• LOGIN

Wesley Peck

Home

Computing

A vocabulary of computing terms. These terms span from general purpose computing to embedded systems to high level languages and everything in-between.

a | b | c | d | e | f | g | h | i | j | k | l | m | n | o | p | q | r | s | t | u | v | w | x | y | z | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9
Click one of the letters above to be taken to a page of all terms beginning with that letter.
g
GPIO search for term

The acronym GPIOi stands for general purpose input and output. A GPIOi is a simple peripheral which can read input from and produce output to physical wires. This allows a microprocessor to read and write physical wires in a computer system without being directly connected to those physical wires.

This is accomplished using two registers per physical wire. First, the tristate register is used to select between input mode and output mode for the wire. Second, the data register is used to store the state of the wire when in input mode or drive the state of the wire when in output mode.

Navigation

  • Home
  • EECS 388
  • FPGA Tutorials
  • MicroBlaze Tutorials
  • Frequently Asked Questions
  • Glossary
  • Search

(C) 2008 Wesley Peck
All Rights Reserved