SaenW

Type Alias SaenW 

pub type SaenW<'a, REG> = BitWriter<'a, REG, Saen>;
Expand description

Field SAEN writer - SMBus Alert Enable

Aliased Type§

pub struct SaenW<'a, REG> { /* private fields */ }

Implementations§

§

impl<'a, REG> SaenW<'a, REG>
where REG: Writable + RegisterSpec,

pub fn _0(self) -> &'a mut W<REG>

Disables match on SMBus Alert.

pub fn _1(self) -> &'a mut W<REG>

Enables match on SMBus Alert.