RxinvR

Type Alias RxinvR 

pub type RxinvR = BitReader<Rxinv>;
Expand description

Field RXINV reader - Receive Data Inversion

Aliased Type§

pub struct RxinvR { /* private fields */ }

Implementations§

§

impl RxinvR

pub const fn variant(&self) -> Rxinv

Get enumerated values variant

pub fn is_0(&self) -> bool

Receive data not inverted.

pub fn is_1(&self) -> bool

Receive data inverted.