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

Field FORMAT reader - I2S Word Format

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