pub type ACK_GEN_CALL_R = BitReader<ACK_GEN_CALL_A>;
Expand description

Field ACK_GEN_CALL reader - ACK General Call. When set to 1, DW_apb_i2c responds with a ACK (by asserting ic_data_oe) when it receives a General Call. Otherwise, DW_apb_i2c responds with a NACK (by negating ic_data_oe).

Aliased Type§

struct ACK_GEN_CALL_R { /* private fields */ }

Implementations§

source§

impl ACK_GEN_CALL_R

source

pub const fn variant(&self) -> ACK_GEN_CALL_A

Get enumerated values variant

source

pub fn is_disabled(&self) -> bool

Generate NACK for a General Call

source

pub fn is_enabled(&self) -> bool

Generate ACK for a General Call