Expand description
Simple types used in several places in the crate.
Structs§
- Masked
Word - A value of which bits 0..width are significant (0 being the least
significant bit). Hence a six-bit value would be
MaskedWord { width: 6, value: u13!(0o77) }
Enums§
- Flag
Change - Signals that a flag has changed (and why).
- Transfer
Mode - Determines how TSD instructions for Lincoln Writer seuenced behave.
- UpdateE
- Determines whether a memory operation updates the E register.