OffsetR

Type Alias OffsetR 

pub type OffsetR = BitReader<Offset>;
Expand description

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

Aliased Type§

pub struct OffsetR { /* private fields */ }

Implementations§

§

impl OffsetR

pub const fn variant(&self) -> Offset

Get enumerated values variant

pub fn is_0(&self) -> bool

The comparator hard block output has level 0 offset internally.

pub fn is_1(&self) -> bool

The comparator hard block output has level 1 offset internally.