Crate ull

Crate ull 

Source

Re-exports§

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;

Modules§

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.

Macros§

byte
nibble
word
Convenience macro for creating Word values.