Type Alias xmc4800::usic0_ch0::psr_iicmode::ACK_R

source ·
pub type ACK_R = BitReader<ACK_A>;
Expand description

Field ACK reader - Acknowledge Received

Aliased Type§

struct ACK_R { /* private fields */ }

Implementations§

source§

impl ACK_R

source

pub const fn variant(&self) -> ACK_A

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

An acknowledge has not been received.

source

pub fn is_value2(&self) -> bool

An acknowledge has been received.