Type Alias gd32f1::gd32f130::i2c0::stat0::SmbaltW

source ·
pub type SmbaltW<'a, REG> = BitWriter<'a, REG, Smbalt>;
Expand description

Field SMBALT writer - SMBus Alert status

Aliased Type§

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

Implementations§

source§

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

source

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

SMBA not pulled down or no alert occured

source

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

SMBA pulled down or alert occurred