Trig0W

Type Alias Trig0W 

pub type Trig0W<'a, REG> = BitWriter<'a, REG, Trig0>;
Expand description

Field TRIG0 writer - PWM Synchronization Hardware Trigger 0

Aliased Type§

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

Implementations§

§

impl<'a, REG> Trig0W<'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.