pub type MST_ACTIVITY_R = BitReader<MST_ACTIVITY_A>;
Expand description

Field MST_ACTIVITY reader - Master FSM Activity Status. When the Master Finite State Machine (FSM) is not in the IDLE state, this bit is set. - 0: Master FSM is in IDLE state so the Master part of DW_apb_i2c is not Active - 1: Master FSM is not in IDLE state so the Master part of DW_apb_i2c is Active Note: IC_STATUS[0]-that is, ACTIVITY bit-is the OR of SLV_ACTIVITY and MST_ACTIVITY bits.

Reset value: 0x0

Aliased Type§

struct MST_ACTIVITY_R { /* private fields */ }

Implementations§

source§

impl MST_ACTIVITY_R

source

pub const fn variant(&self) -> MST_ACTIVITY_A

Get enumerated values variant

source

pub fn is_idle(&self) -> bool

Master is idle

source

pub fn is_active(&self) -> bool

Master not idle