RfenW

Type Alias RfenW 

pub type RfenW<'a, REG> = BitWriter<'a, REG, Rfen>;
Expand description

Field RFEN writer - Rx FIFO Enable

Aliased Type§

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

Implementations§

§

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

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

Rx FIFO not enabled.

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

Rx FIFO enabled.