BothedgeR

Type Alias BothedgeR 

pub type BothedgeR = BitReader<Bothedge>;
Expand description

Field BOTHEDGE reader - Both Edge Sampling

Aliased Type§

pub struct BothedgeR { /* private fields */ }

Implementations§

§

impl BothedgeR

pub const fn variant(&self) -> Bothedge

Get enumerated values variant

pub fn is_0(&self) -> bool

Receiver samples input data using the rising edge of the baud rate clock.

pub fn is_1(&self) -> bool

Receiver samples input data using the rising and falling edge of the baud rate clock.