Am0ieW

Type Alias Am0ieW 

pub type Am0ieW<'a, REG> = BitWriter<'a, REG, Am0ie>;
Expand description

Field AM0IE writer - Address Match 0 Interrupt Enable

Aliased Type§

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

Implementations§

§

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

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

Interrupt enabled.

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

Interrupt disabled.