pub type Pwm2StartCycle = RegValueT<Pwm2StartCycle_SPEC>;Expand description
Defines start Cycle for PWM2
Aliased Type§
pub struct Pwm2StartCycle { /* private fields */ }Implementations§
Source§impl Pwm2StartCycle
impl Pwm2StartCycle
Sourcepub fn start_cycle(
self,
) -> RegisterField<0, 0x3fff, 1, 0, u16, u16, Pwm2StartCycle_SPEC, RW>
pub fn start_cycle( self, ) -> RegisterField<0, 0x3fff, 1, 0, u16, u16, Pwm2StartCycle_SPEC, RW>
Defines the cycle in which the PWM becomes high. if start_cycle is larger than freq or end_cycle is equal to start_cycle, pwm out is always 0
Trait Implementations§
Source§impl Default for Pwm2StartCycle
impl Default for Pwm2StartCycle
Source§fn default() -> Pwm2StartCycle
fn default() -> Pwm2StartCycle
Returns the “default value” for a type. Read more