ChieW

Type Alias ChieW 

pub type ChieW<'a, REG> = BitWriter<'a, REG, Chie>;
Expand description

Field CHIE writer - Channel (n) Interrupt Enable

Aliased Type§

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

Implementations§

§

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

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

Disable channel (n) interrupt. Use software polling.

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

Enable channel (n) interrupt.