Skip to main content

DlenW

Type Alias DlenW 

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

Field dlen writer - Data length: 00=5bit; 01=6bit; 10=7bit; 11=8bit

Aliased Type§

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

Implementations§

Source§

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

Source

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

5-bit data

Source

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

6-bit data

Source

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

7-bit data

Source

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

8-bit data