Type Alias Wintsel0R

Source
pub type Wintsel0R = FieldReader<Wintsel0select>;
Expand description

Field WINTSEL0 reader - Window 0 Interrupt Selection

Aliased Type§

struct Wintsel0R { /* private fields */ }

Implementations§

Source§

impl Wintsel0R

Source

pub const fn variant(&self) -> Wintsel0select

Get enumerated values variant

Source

pub fn is_above(&self) -> bool

Interrupt on signal above window

Source

pub fn is_inside(&self) -> bool

Interrupt on signal inside window

Source

pub fn is_below(&self) -> bool

Interrupt on signal below window

Source

pub fn is_outside(&self) -> bool

Interrupt on signal outside window