Type Alias gd32f1::gd32f130::i2c0::ctl0::GcenW

source ·
pub type GcenW<'a, REG> = BitWriter<'a, REG, Gcen>;
Expand description

Field GCEN writer - Whether or not to response to a General Call (0x00)

Aliased Type§

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

Implementations§

source§

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

source

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

Slave won’t respond to General Call

source

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

Slave will respond to General Call