pub type GEN_CALL_R = BitReader<GEN_CALL_A>;
Expand description

Field GEN_CALL reader - Set only when a General Call address is received and it is acknowledged. It stays set until it is cleared either by disabling DW_apb_i2c or when the CPU reads bit 0 of the IC_CLR_GEN_CALL register. DW_apb_i2c stores the received data in the Rx buffer.

Reset value: 0x0

Aliased Type§

struct GEN_CALL_R { /* private fields */ }

Implementations§

source§

impl GEN_CALL_R

source

pub const fn variant(&self) -> GEN_CALL_A

Get enumerated values variant

source

pub fn is_inactive(&self) -> bool

GEN_CALL interrupt is inactive

source

pub fn is_active(&self) -> bool

GEN_CALL interrupt is active