pub type ENDIAN_W<'a, REG> = FieldWriter<'a, REG, 6>;Expand description
Field ENDIAN writer - endian. [1:0] key endian, [3:2] text_in endian or in_stream endian, [5:4] text_out endian or out_stream endian
Aliased Type§
struct ENDIAN_W<'a, REG> { /* private fields */ }