pub type ORDER_W<'a, const O: u8> = BitWriter<'a, u32, CONFIG_SPEC, ORDER_A, O>;
Expand description

Field ORDER writer - Bit order

Implementations

Most significant bit shifted out first

Least significant bit shifted out first