RxfeW

Type Alias RxfeW 

pub type RxfeW<'a, REG> = BitWriter<'a, REG, Rxfe>;
Expand description

Field RXFE writer - Receive FIFO Enable

Aliased Type§

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

Implementations§

§

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

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

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

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

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