RxedgifW

Type Alias RxedgifW 

pub type RxedgifW<'a, REG> = BitWriter<'a, REG, Rxedgif>;
Expand description

Field RXEDGIF writer - RXD Pin Active Edge Interrupt Flag

Aliased Type§

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

Implementations§

§

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

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

No active edge on the receive pin has occurred.

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

An active edge on the receive pin has occurred.