Type Alias Wintsel0W

Source
pub type Wintsel0W<'a, REG> = FieldWriter<'a, REG, 2, Wintsel0select, Safe>;
Expand description

Field WINTSEL0 writer - Window 0 Interrupt Selection

Aliased Type§

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

Implementations§

Source§

impl<'a, REG> Wintsel0W<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

Source

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

Interrupt on signal above window

Source

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

Interrupt on signal inside window

Source

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

Interrupt on signal below window

Source

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

Interrupt on signal outside window