pub type INST_L_W<'a, REG> = FieldWriterSafe<'a, REG, 2, INST_L_A>;
Expand description

Field INST_L writer - Instruction length (0/4/8/16b)

Aliased Type§

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

Implementations§

source§

impl<'a, REG> INST_L_W<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

source

pub fn none(self) -> &'a mut W<REG>

No instruction

source

pub fn _4b(self) -> &'a mut W<REG>

4-bit instruction

source

pub fn _8b(self) -> &'a mut W<REG>

8-bit instruction

source

pub fn _16b(self) -> &'a mut W<REG>

16-bit instruction