Type Alias atsame51j::adc0::ctrlb::WINMODE_R

source ·
pub type WINMODE_R = FieldReader<WINMODESELECT_A>;
Expand description

Field WINMODE reader - Window Monitor Mode

Aliased Type§

struct WINMODE_R { /* private fields */ }

Implementations§

source§

impl WINMODE_R

source

pub const fn variant(&self) -> Option<WINMODESELECT_A>

Get enumerated values variant

source

pub fn is_disable(&self) -> bool

No window mode (default)

source

pub fn is_mode1(&self) -> bool

RESULT > WINLT

source

pub fn is_mode2(&self) -> bool

RESULT < WINUT

source

pub fn is_mode3(&self) -> bool

WINLT < RESULT < WINUT

source

pub fn is_mode4(&self) -> bool

!(WINLT < RESULT < WINUT)