pub struct W(_);
Expand description
Register CH%s_CONF1
writer
Implementations§
source§impl W
impl W
sourcepub fn duty_scale(&mut self) -> DUTY_SCALE_W<'_, 0>
pub fn duty_scale(&mut self) -> DUTY_SCALE_W<'_, 0>
Bits 0:9 - reg_duty_scale_lsch0.
sourcepub fn duty_cycle(&mut self) -> DUTY_CYCLE_W<'_, 10>
pub fn duty_cycle(&mut self) -> DUTY_CYCLE_W<'_, 10>
Bits 10:19 - reg_duty_cycle_lsch0.
sourcepub fn duty_num(&mut self) -> DUTY_NUM_W<'_, 20>
pub fn duty_num(&mut self) -> DUTY_NUM_W<'_, 20>
Bits 20:29 - reg_duty_num_lsch0.
sourcepub fn duty_inc(&mut self) -> DUTY_INC_W<'_, 30>
pub fn duty_inc(&mut self) -> DUTY_INC_W<'_, 30>
Bit 30 - reg_duty_inc_lsch0.
sourcepub fn duty_start(&mut self) -> DUTY_START_W<'_, 31>
pub fn duty_start(&mut self) -> DUTY_START_W<'_, 31>
Bit 31 - reg_duty_start_lsch0.
Methods from Deref<Target = W<CH_CONF1_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