Inv1enR

Type Alias Inv1enR 

pub type Inv1enR = BitReader<Inv1en>;
Expand description

Field INV1EN reader - Pair Channels 1 Inverting Enable

Aliased Type§

pub struct Inv1enR { /* private fields */ }

Implementations§

§

impl Inv1enR

pub const fn variant(&self) -> Inv1en

Get enumerated values variant

pub fn is_0(&self) -> bool

Inverting is disabled.

pub fn is_1(&self) -> bool

Inverting is enabled.