SwomR

Type Alias SwomR 

pub type SwomR = BitReader<Swom>;
Expand description

Field SWOM reader - Output mask synchronization is activated by the software trigger

Aliased Type§

pub struct SwomR { /* private fields */ }

Implementations§

§

impl SwomR

pub const fn variant(&self) -> Swom

Get enumerated values variant

pub fn is_0(&self) -> bool

The software trigger does not activate the OUTMASK register synchronization.

pub fn is_1(&self) -> bool

The software trigger activates the OUTMASK register synchronization.