SampleW

Type Alias SampleW 

pub type SampleW<'a, REG> = BitWriter<'a, REG, Sample>;
Expand description

Field SAMPLE writer - Sample Point

Aliased Type§

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

Implementations§

§

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

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

Input data sampled on SCK edge.

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

Input data sampled on delayed SCK edge.