DataWidthW

Type Alias DataWidthW 

Source
pub type DataWidthW<'a, REG> = FieldWriter<'a, REG, 2, DataWidth>;
Expand description

Field DATA_WIDTH writer - Data Width.

Aliased Type§

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

Implementations§

Source§

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

Source

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

8 bit.

Source

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

10 bit.

Source

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

12 bit.