Type Alias gd32f1::gd32f130::i2c0::ckcfg::FastW

source ·
pub type FastW<'a, REG> = BitWriter<'a, REG, Fast>;
Expand description

Field FAST writer - I2C speed selection in master mode

Aliased Type§

struct FastW<'a, REG> { /* private fields */ }

Implementations§

source§

impl<'a, REG> FastW<'a, REG>
where REG: Writable + RegisterSpec,

source

pub fn standard(self) -> &'a mut W<REG>

Standard mode I2C

source

pub fn fast(self) -> &'a mut W<REG>

Fast mode I2C