NsamR

Type Alias NsamR 

pub type NsamR = FieldReader<Nsam>;
Expand description

Field NSAM reader - Number of sample clocks

Aliased Type§

pub struct NsamR { /* private fields */ }

Implementations§

§

impl NsamR

pub const fn variant(&self) -> Nsam

Get enumerated values variant

pub fn is_00(&self) -> bool

The comparison result is sampled as soon as the active channel is scanned in one round-robin clock.

pub fn is_01(&self) -> bool

The sampling takes place 1 round-robin clock cycle after the next cycle of the round-robin clock.

pub fn is_10(&self) -> bool

The sampling takes place 2 round-robin clock cycles after the next cycle of the round-robin clock.

pub fn is_11(&self) -> bool

The sampling takes place 3 round-robin clock cycles after the next cycle of the round-robin clock.