SarfR

Type Alias SarfR 

pub type SarfR = BitReader<Sarf>;
Expand description

Field SARF reader - SMBus Alert Response Flag

Aliased Type§

pub struct SarfR { /* private fields */ }

Implementations§

§

impl SarfR

pub const fn variant(&self) -> Sarf

Get enumerated values variant

pub fn is_0(&self) -> bool

SMBus Alert Response disabled or not detected.

pub fn is_1(&self) -> bool

SMBus Alert Response enabled and detected.