Type Alias gd32f1::gd32f190::i2c0::ctl0::StartR

source ·
pub type StartR = BitReader<Start>;
Expand description

Field START reader - Generate a START condition on I2C bus

Aliased Type§

struct StartR { /* private fields */ }

Implementations§

source§

impl StartR

source

pub const fn variant(&self) -> Start

Get enumerated values variant

source

pub fn is_no_start(&self) -> bool

START will not be sent

source

pub fn is_start(&self) -> bool

START will be sent