Type Alias gd32f1::gd32f190::i2c0::ctl0::SsW

source ·
pub type SsW<'a, REG> = BitWriter<'a, REG, Ss>;
Expand description

Field SS writer - Whether to stretch SCL low when data is not ready in slave mode

Aliased Type§

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

Implementations§

source§

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

source

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

Clock stretching enabled

source

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

Clock stretching disabled