Type Alias gd32f1::gd32f190::i2c0::ctl0::AckenR

source ·
pub type AckenR = BitReader<Acken>;
Expand description

Field ACKEN reader - Whether or not to send an ACK

Aliased Type§

struct AckenR { /* private fields */ }

Implementations§

source§

impl AckenR

source

pub const fn variant(&self) -> Acken

Get enumerated values variant

source

pub fn is_nak(&self) -> bool

No acknowledge returned

source

pub fn is_ack(&self) -> bool

Acknowledge returned after a byte is received