Struct esp32s3::mcpwm0::timer2_cfg0::R
source · pub struct R(_);
Expand description
Register TIMER2_CFG0
reader
Implementations§
source§impl R
impl R
sourcepub fn timer2_prescale(&self) -> TIMER2_PRESCALE_R
pub fn timer2_prescale(&self) -> TIMER2_PRESCALE_R
Bits 0:7 - period of PT0_clk = Period of PWM_clk * (PWM_timer2_PRESCALE + 1)
sourcepub fn timer2_period(&self) -> TIMER2_PERIOD_R
pub fn timer2_period(&self) -> TIMER2_PERIOD_R
Bits 8:23 - period shadow register of PWM timer2
sourcepub fn timer2_period_upmethod(&self) -> TIMER2_PERIOD_UPMETHOD_R
pub fn timer2_period_upmethod(&self) -> TIMER2_PERIOD_UPMETHOD_R
Bits 24:25 - Update method for active register of PWM timer2 period, 0: immediate, 1: TEZ, 2: sync, 3: TEZ | sync. TEZ here and below means timer equal zero event
Methods from Deref<Target = R<TIMER2_CFG0_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more