pub type INST_L_R = FieldReader<INST_L_A>;
Expand description

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

Aliased Type§

struct INST_L_R { /* private fields */ }

Implementations§

source§

impl INST_L_R

source

pub const fn variant(&self) -> INST_L_A

Get enumerated values variant

source

pub fn is_none(&self) -> bool

No instruction

source

pub fn is_4b(&self) -> bool

4-bit instruction

source

pub fn is_8b(&self) -> bool

8-bit instruction

source

pub fn is_16b(&self) -> bool

16-bit instruction