CcieW

Type Alias CcieW 

pub type CcieW<'a, REG> = BitWriter<'a, REG, Ccie>;
Expand description

Field CCIE writer - Command Complete Interrupt Enable

Aliased Type§

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

Implementations§

§

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

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

Command complete interrupt disabled

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

Command complete interrupt enabled. An interrupt request is generated whenever the FSTAT[CCIF] flag is set.