HwinvcR

Type Alias HwinvcR 

pub type HwinvcR = BitReader<Hwinvc>;
Expand description

Field HWINVC reader - Inverting control synchronization is activated by a hardware trigger

Aliased Type§

pub struct HwinvcR { /* private fields */ }

Implementations§

§

impl HwinvcR

pub const fn variant(&self) -> Hwinvc

Get enumerated values variant

pub fn is_0(&self) -> bool

A hardware trigger does not activate the INVCTRL register synchronization.

pub fn is_1(&self) -> bool

A hardware trigger activates the INVCTRL register synchronization.