Trig2R

Type Alias Trig2R 

pub type Trig2R = BitReader<Trig2>;
Expand description

Field TRIG2 reader - PWM Synchronization Hardware Trigger 2

Aliased Type§

pub struct Trig2R { /* private fields */ }

Implementations§

§

impl Trig2R

pub const fn variant(&self) -> Trig2

Get enumerated values variant

pub fn is_0(&self) -> bool

Trigger is disabled.

pub fn is_1(&self) -> bool

Trigger is enabled.