IrenW

Type Alias IrenW 

pub type IrenW<'a, REG> = BitWriter<'a, REG, Iren>;
Expand description

Field IREN writer - Infrared enable

Aliased Type§

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

Implementations§

§

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

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

IR disabled.

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

IR enabled.