FcieW

Type Alias FcieW 

pub type FcieW<'a, REG> = BitWriter<'a, REG, Fcie>;
Expand description

Field FCIE writer - Frame Complete Interrupt Enable

Aliased Type§

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

Implementations§

§

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

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

Interrupt disabled.

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

Interrupt enabled.