Type Alias gd32f1::gd32f130::i2c0::ctl0::GcenR

source ·
pub type GcenR = BitReader<Gcen>;
Expand description

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

Aliased Type§

struct GcenR { /* private fields */ }

Implementations§

source§

impl GcenR

source

pub const fn variant(&self) -> Gcen

Get enumerated values variant

source

pub fn is_not_respond(&self) -> bool

Slave won’t respond to General Call

source

pub fn is_respond(&self) -> bool

Slave will respond to General Call