NsamW

Type Alias NsamW 

pub type NsamW<'a, REG> = FieldWriter<'a, REG, 2, Nsam, Safe>;
Expand description

Field NSAM writer - Number of sample clocks

Aliased Type§

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

Implementations§

§

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

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

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

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

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

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

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

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

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