Type Alias SmpR
pub type SmpR = BitReader<Smp>;
Expand description
Field SMP reader - CAN Bit Sampling
pub struct SmpR { }
Get enumerated values variant
Just one sample is used to determine the bit value.
Three samples are used to determine the value of the received bit: the
regular one (sample point) and 2 preceding samples; a majority rule is
used.