pub type OPCODE_W<'a, const O: u8> = FieldWriter<'a, u32, CINSTRCONF_SPEC, u8, u8, 8, O>;
Expand description
Field OPCODE
writer - Opcode of Custom instruction.
Aliased Typeยง
struct OPCODE_W<'a, const O: u8> { /* private fields */ }
pub type OPCODE_W<'a, const O: u8> = FieldWriter<'a, u32, CINSTRCONF_SPEC, u8, u8, 8, O>;
Field OPCODE
writer - Opcode of Custom instruction.
struct OPCODE_W<'a, const O: u8> { /* private fields */ }