Type Alias gd32e1::gd32e103::i2c0::ckcfg::FastR

source ·
pub type FastR = BitReader<Fast>;
Expand description

Field FAST reader - I2C speed selection in master mode

Aliased Type§

struct FastR { /* private fields */ }

Implementations§

source§

impl FastR

source

pub const fn variant(&self) -> Fast

Get enumerated values variant

source

pub fn is_standard(&self) -> bool

Standard mode I2C

source

pub fn is_fast(&self) -> bool

Fast mode I2C