pub type FORMAT_W<'a, const O: u8> = FieldWriterSafe<'a, u32, I2SCTRL_SPEC, u8, FORMAT_A, 3, O>;
Expand description

Field FORMAT writer - I2S Word Format

Implementations§

source§

impl<'a, const O: u8> FORMAT_W<'a, O>

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