RxinvW

Type Alias RxinvW 

pub type RxinvW<'a, REG> = BitWriter<'a, REG, Rxinv>;
Expand description

Field RXINV writer - Receive Data Inversion

Aliased Type§

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

Implementations§

§

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

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

Receive data not inverted.

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

Receive data inverted.