Crate ull
Source pub use byte::Byte;pub use nibble::Nibble;pub use word::Word;pub use address::Address;pub use bus::Bus;pub use bus::DmaRequest;pub use bus::DmaResult;
- address
- Marker trait for values that can act as memory addresses.
- bus
- Memory and I/O bus abstraction.
- byte
- Type-safe 8-bit value with automatic wrapping arithmetic.
- nibble
- 4-bit nibble type for internal BCD arithmetic.
- word
- Type-safe 16-bit value for addresses with wrapping arithmetic.
- byte
- nibble
- word
- Convenience macro for creating
Word values.