[][src]Module virt_ic::chip

Chip trait, Pins and premade Chips

Modules

buttons

Buttons and other physically interactable chips

clocks

Clocks that pulse at different speeds

cpu

Central Processing Units

gates

Logic Gates like OR, AND, NOT ...

generators

Generators that provide fixed currents

memory

Readable and/or Writable Memory Chips

Structs

ChipInfo
Pin

A chip's Pin. Can be of type Input or Output, and holds a State

Enums

PinType

The type of a Pin, that can be Input or Output

Traits

Chip

Chip : a trait that represents chips on board

Functions

virt_ic_chip_factory

Factory function for chips that are built-in for the virt_ic crate.