pub type LENGTH_W<'a, const O: u8> = FieldWriterRaw<'a, u32, CINSTRCONF_SPEC, u8, LENGTH_A, Unsafe, 4, O>;
Expand description

Field LENGTH writer - Length of custom instruction in number of bytes.

Aliased Type§

struct LENGTH_W<'a, const O: u8> { /* private fields */ }