Type Alias FORMAT_W

Source
pub type FORMAT_W<'a> = FieldWriterSafe<'a, u32, I2SCTRL_SPEC, u8, FORMAT_A, 3, 8>;
Expand description

Field FORMAT writer - I2S Word Format

Aliased Type§

pub struct FORMAT_W<'a> { /* private fields */ }

Implementations§

Source§

impl<'a> FORMAT_W<'a>

Source

pub fn w32d32(self) -> &'a mut W

32-bit word, 32-bit data

Source

pub fn w32d24m(self) -> &'a mut W

32-bit word, 32-bit data with 8 lsb masked

Source

pub fn w32d24(self) -> &'a mut W

32-bit word, 24-bit data

Source

pub fn w32d16(self) -> &'a mut W

32-bit word, 16-bit data

Source

pub fn w32d8(self) -> &'a mut W

32-bit word, 8-bit data

Source

pub fn w16d16(self) -> &'a mut W

16-bit word, 16-bit data

Source

pub fn w16d8(self) -> &'a mut W

16-bit word, 8-bit data

Source

pub fn w8d8(self) -> &'a mut W

8-bit word, 8-bit data