HystctrR

Type Alias HystctrR 

pub type HystctrR = FieldReader<Hystctr>;
Expand description

Field HYSTCTR reader - Comparator hard block hysteresis control. See chip data sheet to get the actual hysteresis value with each level

Aliased Type§

pub struct HystctrR { /* private fields */ }

Implementations§

§

impl HystctrR

pub const fn variant(&self) -> Hystctr

Get enumerated values variant

pub fn is_00(&self) -> bool

The hard block output has level 0 hysteresis internally.

pub fn is_01(&self) -> bool

The hard block output has level 1 hysteresis internally.

pub fn is_10(&self) -> bool

The hard block output has level 2 hysteresis internally.

pub fn is_11(&self) -> bool

The hard block output has level 3 hysteresis internally.