HystctrW

Type Alias HystctrW 

pub type HystctrW<'a, REG> = FieldWriter<'a, REG, 2, Hystctr, Safe>;
Expand description

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

Aliased Type§

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

Implementations§

§

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

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

The hard block output has level 0 hysteresis internally.

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

The hard block output has level 1 hysteresis internally.

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

The hard block output has level 2 hysteresis internally.

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

The hard block output has level 3 hysteresis internally.