Trig0R

Type Alias Trig0R 

pub type Trig0R = BitReader<Trig0>;
Expand description

Field TRIG0 reader - PWM Synchronization Hardware Trigger 0

Aliased Type§

pub struct Trig0R { /* private fields */ }

Implementations§

§

impl Trig0R

pub const fn variant(&self) -> Trig0

Get enumerated values variant

pub fn is_0(&self) -> bool

Trigger is disabled.

pub fn is_1(&self) -> bool

Trigger is enabled.