RxufeR

Type Alias RxufeR 

pub type RxufeR = BitReader<Rxufe>;
Expand description

Field RXUFE reader - Receive FIFO Underflow Interrupt Enable

Aliased Type§

pub struct RxufeR { /* private fields */ }

Implementations§

§

impl RxufeR

pub const fn variant(&self) -> Rxufe

Get enumerated values variant

pub fn is_0(&self) -> bool

RXUF flag does not generate an interrupt to the host.

pub fn is_1(&self) -> bool

RXUF flag generates an interrupt to the host.