Trig1W

Type Alias Trig1W 

pub type Trig1W<'a, REG> = BitWriter<'a, REG, Trig1>;
Expand description

Field TRIG1 writer - PWM Synchronization Hardware Trigger 1

Aliased Type§

pub struct Trig1W<'a, REG> { /* private fields */ }

Implementations§

§

impl<'a, REG> Trig1W<'a, REG>
where REG: Writable + RegisterSpec,

pub fn _0(self) -> &'a mut W<REG>

Trigger is disabled.

pub fn _1(self) -> &'a mut W<REG>

Trigger is enabled.