RxedgifR

Type Alias RxedgifR 

pub type RxedgifR = BitReader<Rxedgif>;
Expand description

Field RXEDGIF reader - RXD Pin Active Edge Interrupt Flag

Aliased Type§

pub struct RxedgifR { /* private fields */ }

Implementations§

§

impl RxedgifR

pub const fn variant(&self) -> Rxedgif

Get enumerated values variant

pub fn is_0(&self) -> bool

No active edge on the receive pin has occurred.

pub fn is_1(&self) -> bool

An active edge on the receive pin has occurred.