Inv2enR

Type Alias Inv2enR 

pub type Inv2enR = BitReader<Inv2en>;
Expand description

Field INV2EN reader - Pair Channels 2 Inverting Enable

Aliased Type§

pub struct Inv2enR { /* private fields */ }

Implementations§

§

impl Inv2enR

pub const fn variant(&self) -> Inv2en

Get enumerated values variant

pub fn is_0(&self) -> bool

Inverting is disabled.

pub fn is_1(&self) -> bool

Inverting is enabled.