Type Alias atsame53j::ac::winctrl::WINTSEL0_W

source ·
pub type WINTSEL0_W<'a, REG, const O: u8> = FieldWriterSafe<'a, REG, 2, O, WINTSEL0SELECT_A>;
Expand description

Field WINTSEL0 writer - Window 0 Interrupt Selection

Aliased Type§

struct WINTSEL0_W<'a, REG, const O: u8> { /* private fields */ }

Implementations§

source§

impl<'a, REG, const O: u8> WINTSEL0_W<'a, REG, O>
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