pub type BitWriter<'a, REG, FI = bool> = BitWriter<'a, REG, FI, BitM>;
Bit-wise write field proxy
struct BitWriter<'a, REG, FI = bool> { /* private fields */ }
Field width
Field offset
Writes bit to the field
Writes variant to the field
variant
Sets the field bit
Clears the field bit