Type Alias FORMAT_R

Source
pub type FORMAT_R = FieldReader<u8, FORMAT_A>;
Expand description

Field FORMAT reader - I2S Word Format

Aliased Type§

pub struct FORMAT_R { /* private fields */ }

Implementations§

Source§

impl FORMAT_R

Source

pub fn variant(&self) -> FORMAT_A

Get enumerated values variant

Source

pub fn is_w32d32(&self) -> bool

Checks if the value of the field is W32D32

Source

pub fn is_w32d24m(&self) -> bool

Checks if the value of the field is W32D24M

Source

pub fn is_w32d24(&self) -> bool

Checks if the value of the field is W32D24

Source

pub fn is_w32d16(&self) -> bool

Checks if the value of the field is W32D16

Source

pub fn is_w32d8(&self) -> bool

Checks if the value of the field is W32D8

Source

pub fn is_w16d16(&self) -> bool

Checks if the value of the field is W16D16

Source

pub fn is_w16d8(&self) -> bool

Checks if the value of the field is W16D8

Source

pub fn is_w8d8(&self) -> bool

Checks if the value of the field is W8D8