pub type ACK_GEN_CALL_W<'a, REG> = BitWriter<'a, REG, ACK_GEN_CALL_A>;
Expand description

Field ACK_GEN_CALL writer - 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_W<'a, REG> { /* private fields */ }

Implementations§

source§

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

source

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

Generate NACK for a General Call

source

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

Generate ACK for a General Call