Type Alias CintW

Source
pub type CintW<'a, REG> = BitWriter<'a, REG, Cintselect>;
Expand description

Field CINT writer - Card Interrupt

Aliased Type§

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

Implementations§

Source§

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

Source

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

No Card Interrupt

Source

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

Generate Card Interrupt