pub type ResetTypeByte = ByteWrapper<ResetType>;
Expand description

Store a single byte, either as a Standard(ResetType), or as an Extended(u8).

Aliased Type§

enum ResetTypeByte {
    Standard(ResetType),
    Extended(u8),
}

Variants§

§

Standard(ResetType)

§

Extended(u8)