Trait kernel::reg::RegisterSpec
source · pub trait RegisterSpec {
type Bits: RegisterBits;
}Required Associated Types§
sourcetype Bits: RegisterBits
type Bits: RegisterBits
The type of the raw value of the register.