Type Alias HystW

Source
pub type HystW<'a, REG> = FieldWriter<'a, REG, 2, Hystselect, Safe>;
Expand description

Field HYST writer - Hysteresis Level

Aliased Type§

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

Implementations§

Source§

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

Source

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

25mV

Source

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

50mV

Source

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

75mV

Source

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

100mV