Type Alias xmc4500::usic0_ch0::pcr_ascmode::SMD_R

source ·
pub type SMD_R = BitReader<SMD_A>;
Expand description

Field SMD reader - Sample Mode

Aliased Type§

struct SMD_R { /* private fields */ }

Implementations§

source§

impl SMD_R

source

pub const fn variant(&self) -> SMD_A

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

Only one sample is taken per bit time. The current input value is sampled.

source

pub fn is_value2(&self) -> bool

Three samples are taken per bit time and a majority decision is made.