pub type SLV_ACTIVITY_R = BitReader<SLV_ACTIVITY_A>;
Expand description

Field SLV_ACTIVITY reader - Slave FSM Activity Status. When the Slave Finite State Machine (FSM) is not in the IDLE state, this bit is set. - 0: Slave FSM is in IDLE state so the Slave part of DW_apb_i2c is not Active - 1: Slave FSM is not in IDLE state so the Slave part of DW_apb_i2c is Active Reset value: 0x0

Aliased Type§

struct SLV_ACTIVITY_R { /* private fields */ }

Implementations§

source§

impl SLV_ACTIVITY_R

source

pub const fn variant(&self) -> SLV_ACTIVITY_A

Get enumerated values variant

source

pub fn is_idle(&self) -> bool

Slave is idle

source

pub fn is_active(&self) -> bool

Slave not idle