Type Alias gd32f1::gd32f130::i2c0::ctl0::StartW

source ·
pub type StartW<'a, REG> = BitWriter<'a, REG, Start>;
Expand description

Field START writer - Generate a START condition on I2C bus

Aliased Type§

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

Implementations§

source§

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

source

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

START will not be sent

source

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

START will be sent