OffsetW

Type Alias OffsetW 

pub type OffsetW<'a, REG> = BitWriter<'a, REG, Offset>;
Expand description

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

Aliased Type§

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

Implementations§

§

impl<'a, REG> OffsetW<'a, REG>
where REG: Writable + RegisterSpec,

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

The comparator hard block output has level 0 offset internally.

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

The comparator hard block output has level 1 offset internally.