Inv0enR

Type Alias Inv0enR 

pub type Inv0enR = BitReader<Inv0en>;
Expand description

Field INV0EN reader - Pair Channels 0 Inverting Enable

Aliased Type§

pub struct Inv0enR { /* private fields */ }

Implementations§

§

impl Inv0enR

pub const fn variant(&self) -> Inv0en

Get enumerated values variant

pub fn is_0(&self) -> bool

Inverting is disabled.

pub fn is_1(&self) -> bool

Inverting is enabled.