Module types

Module types 

Source
Expand description

Simple types used in several places in the crate.

Structs§

MaskedWord
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§

FlagChange
Signals that a flag has changed (and why).
TransferMode
Determines how TSD instructions for Lincoln Writer seuenced behave.
UpdateE
Determines whether a memory operation updates the E register.