Type Alias rp2040_pac::i2c0::ic_ack_general_call::R

source ·
pub type R = R<IC_ACK_GENERAL_CALL_SPEC>;
Expand description

Register IC_ACK_GENERAL_CALL reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

source§

impl R

source

pub fn ack_gen_call(&self) -> ACK_GEN_CALL_R

Bit 0 - 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).