SampleR

Type Alias SampleR 

pub type SampleR = BitReader<Sample>;
Expand description

Field SAMPLE reader - Sample Point

Aliased Type§

pub struct SampleR { /* private fields */ }

Implementations§

§

impl SampleR

pub const fn variant(&self) -> Sample

Get enumerated values variant

pub fn is_0(&self) -> bool

Input data sampled on SCK edge.

pub fn is_1(&self) -> bool

Input data sampled on delayed SCK edge.