Type Alias OptcodelenW

Source
pub type OptcodelenW<'a, REG> = FieldWriter<'a, REG, 2, Optcodelenselect, Safe>;
Expand description

Field OPTCODELEN writer - Option Code Length

Aliased Type§

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

Implementations§

Source§

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

Source

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

1-bit length option code

Source

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

2-bits length option code

Source

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

4-bits length option code

Source

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

8-bits length option code