SaenR

Type Alias SaenR 

pub type SaenR = BitReader<Saen>;
Expand description

Field SAEN reader - SMBus Alert Enable

Aliased Type§

pub struct SaenR { /* private fields */ }

Implementations§

§

impl SaenR

pub const fn variant(&self) -> Saen

Get enumerated values variant

pub fn is_0(&self) -> bool

Disables match on SMBus Alert.

pub fn is_1(&self) -> bool

Enables match on SMBus Alert.