NostallW

Type Alias NostallW 

pub type NostallW<'a, REG> = BitWriter<'a, REG, Nostall>;
Expand description

Field NOSTALL writer - No Stall

Aliased Type§

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

Implementations§

§

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

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

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

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

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