pub struct W(_);
Expand description
Register TRIPLE_PWM_CTRL_REG
writer
Implementations
sourceimpl W
impl W
sourcepub fn triple_pwm_clk_sel(&mut self) -> TRIPLE_PWM_CLK_SEL_W<'_>
pub fn triple_pwm_clk_sel(&mut self) -> TRIPLE_PWM_CLK_SEL_W<'_>
Bit 3 - 1 = Timer2 uses 16, 8, 4 or 2 MHz (fast) clock frequency. 0 = Timer2 uses LP clock
sourcepub fn hw_pause_en(&mut self) -> HW_PAUSE_EN_W<'_>
pub fn hw_pause_en(&mut self) -> HW_PAUSE_EN_W<'_>
Bit 2 - ‘1’ = HW can pause PWM 2,3,4,5,6,7
sourcepub fn sw_pause_en(&mut self) -> SW_PAUSE_EN_W<'_>
pub fn sw_pause_en(&mut self) -> SW_PAUSE_EN_W<'_>
Bit 1 - ‘1’ = PWM 2 3 4 5 6 7 are paused
sourcepub fn triple_pwm_enable(&mut self) -> TRIPLE_PWM_ENABLE_W<'_>
pub fn triple_pwm_enable(&mut self) -> TRIPLE_PWM_ENABLE_W<'_>
Bit 0 - ‘1’ = enable PWM 2 3 4 5 6 7
Methods from Deref<Target = W<TRIPLE_PWM_CTRL_REG_SPEC>>
Trait Implementations
sourceimpl From<W<TRIPLE_PWM_CTRL_REG_SPEC>> for W
impl From<W<TRIPLE_PWM_CTRL_REG_SPEC>> for W
sourcefn from(writer: W<TRIPLE_PWM_CTRL_REG_SPEC>) -> Self
fn from(writer: W<TRIPLE_PWM_CTRL_REG_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more