HwsocR

Type Alias HwsocR 

pub type HwsocR = BitReader<Hwsoc>;
Expand description

Field HWSOC reader - Software output control synchronization is activated by a hardware trigger

Aliased Type§

pub struct HwsocR { /* private fields */ }

Implementations§

§

impl HwsocR

pub const fn variant(&self) -> Hwsoc

Get enumerated values variant

pub fn is_0(&self) -> bool

A hardware trigger does not activate the SWOCTRL register synchronization.

pub fn is_1(&self) -> bool

A hardware trigger activates the SWOCTRL register synchronization.