Am1fW

Type Alias Am1fW 

pub type Am1fW<'a, REG> = BitWriter<'a, REG, Am1f>;
Expand description

Field AM1F writer - Address Match 1 Interrupt Enable

Aliased Type§

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

Implementations§

§

impl<'a, REG> Am1fW<'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.