HwomR

Type Alias HwomR 

pub type HwomR = BitReader<Hwom>;
Expand description

Field HWOM reader - Output mask synchronization is activated by a hardware trigger

Aliased Type§

pub struct HwomR { /* private fields */ }

Implementations§

§

impl HwomR

pub const fn variant(&self) -> Hwom

Get enumerated values variant

pub fn is_0(&self) -> bool

A hardware trigger does not activate the OUTMASK register synchronization.

pub fn is_1(&self) -> bool

A hardware trigger activates the OUTMASK register synchronization.