Type Alias InstrW

Source
pub type InstrW<'a, REG> = FieldWriter<'a, REG, 8>;
Expand description

Field INSTR writer - Instruction Code

Aliased Type§

struct InstrW<'a, REG> { /* private fields */ }