Type Alias gd32f1::gd32f190::i2c0::stat0::OuerrR

source ·
pub type OuerrR = BitReader<Ouerr>;
Expand description

Field OUERR reader - Over-run or under-run situation occurs in slave mode

Aliased Type§

struct OuerrR { /* private fields */ }

Implementations§

source§

impl OuerrR

source

pub const fn variant(&self) -> Ouerr

Get enumerated values variant

source

pub fn is_no_overrun(&self) -> bool

No overrun/underrun occured

source

pub fn is_overrun(&self) -> bool

Overrun/underrun occured