Type Alias DatalenW

Source
pub type DatalenW<'a, REG> = FieldWriter<'a, REG, 4, Datalenselect>;
Expand description

Field DATALEN writer - Data Length

Aliased Type§

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

Implementations§

Source§

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

Source

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

8-bits transfer

Source

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

9 bits transfer

Source

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

10-bits transfer

Source

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

11-bits transfer

Source

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

12-bits transfer

Source

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

13-bits transfer

Source

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

14-bits transfer

Source

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

15-bits transfer

Source

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

16-bits transfer