Type Alias gd32f1::gd32f130::spi0::i2sctl::I2sstdR

source ·
pub type I2sstdR = FieldReader<I2sstd>;
Expand description

Field I2SSTD reader - I2S standard selection

Aliased Type§

struct I2sstdR { /* private fields */ }

Implementations§

source§

impl I2sstdR

source

pub const fn variant(&self) -> I2sstd

Get enumerated values variant

source

pub fn is_philips(&self) -> bool

I2S Philips standard

source

pub fn is_msb(&self) -> bool

MSB justified standard

source

pub fn is_lsb(&self) -> bool

LSB justified standard

source

pub fn is_pcm(&self) -> bool

PCM standard