SwinvcR

Type Alias SwinvcR 

pub type SwinvcR = BitReader<Swinvc>;
Expand description

Field SWINVC reader - Inverting control synchronization is activated by the software trigger

Aliased Type§

pub struct SwinvcR { /* private fields */ }

Implementations§

§

impl SwinvcR

pub const fn variant(&self) -> Swinvc

Get enumerated values variant

pub fn is_0(&self) -> bool

The software trigger does not activate the INVCTRL register synchronization.

pub fn is_1(&self) -> bool

The software trigger activates the INVCTRL register synchronization.