FefW

Type Alias FefW 

pub type FefW<'a, REG> = BitWriter<'a, REG, Fef>;
Expand description

Field FEF writer - FIFO Error Flag

Aliased Type§

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

Implementations§

§

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

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

FIFO underflow or overflow not detected.

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

FIFO underflow or overflow detected.