pub enum I2SMODR {
SPIMODE,
I2SMODE,
}Expand description
Possible values of the field I2SMOD
Variants§
Implementations§
source§impl I2SMODR
impl I2SMODR
sourcepub fn bit_is_clear(&self) -> bool
pub fn bit_is_clear(&self) -> bool
Returns true if the bit is clear (0)
sourcepub fn bit_is_set(&self) -> bool
pub fn bit_is_set(&self) -> bool
Returns true if the bit is set (1)
sourcepub fn is_spimode(&self) -> bool
pub fn is_spimode(&self) -> bool
Checks if the value of the field is SPIMODE
sourcepub fn is_i2smode(&self) -> bool
pub fn is_i2smode(&self) -> bool
Checks if the value of the field is I2SMODE