Trig2W

Type Alias Trig2W 

pub type Trig2W<'a, REG> = BitWriter<'a, REG, Trig2>;
Expand description

Field TRIG2 writer - PWM Synchronization Hardware Trigger 2

Aliased Type§

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

Implementations§

§

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