Type Alias OptcodelenR

Source
pub type OptcodelenR = FieldReader<Optcodelenselect>;
Expand description

Field OPTCODELEN reader - Option Code Length

Aliased Type§

struct OptcodelenR { /* private fields */ }

Implementations§

Source§

impl OptcodelenR

Source

pub const fn variant(&self) -> Optcodelenselect

Get enumerated values variant

Source

pub fn is_1bit(&self) -> bool

1-bit length option code

Source

pub fn is_2bits(&self) -> bool

2-bits length option code

Source

pub fn is_4bits(&self) -> bool

4-bits length option code

Source

pub fn is_8bits(&self) -> bool

8-bits length option code