BothedgeW

Type Alias BothedgeW 

pub type BothedgeW<'a, REG> = BitWriter<'a, REG, Bothedge>;
Expand description

Field BOTHEDGE writer - Both Edge Sampling

Aliased Type§

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

Implementations§

§

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

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

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

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

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