NostallR

Type Alias NostallR 

pub type NostallR = BitReader<Nostall>;
Expand description

Field NOSTALL reader - No Stall

Aliased Type§

pub struct NostallR { /* private fields */ }

Implementations§

§

impl NostallR

pub const fn variant(&self) -> Nostall

Get enumerated values variant

pub fn is_0(&self) -> bool

Transfers will stall when transmit FIFO is empty or receive FIFO is full.

pub fn is_1(&self) -> bool

Transfers will not stall, allowing transmit FIFO underrun or receive FIFO overrun to occur.