RxfeR

Type Alias RxfeR 

pub type RxfeR = BitReader<Rxfe>;
Expand description

Field RXFE reader - Receive FIFO Enable

Aliased Type§

pub struct RxfeR { /* private fields */ }

Implementations§

§

impl RxfeR

pub const fn variant(&self) -> Rxfe

Get enumerated values variant

pub fn is_0(&self) -> bool

Receive FIFO is not enabled. Buffer is depth 1. (Legacy support)

pub fn is_1(&self) -> bool

Receive FIFO is enabled. Buffer is depth indicted by RXFIFOSIZE.