pub struct W(_);
Expand description
Register CH7CARRIER_DUTY
writer
Implementations
sourceimpl W
impl W
sourcepub fn carrier_low(&mut self) -> CARRIER_LOW_W<'_, 0>
pub fn carrier_low(&mut self) -> CARRIER_LOW_W<'_, 0>
Bits 0:15 - This register is used to configure carrier wave’s low level value for channel7.
sourcepub fn carrier_high(&mut self) -> CARRIER_HIGH_W<'_, 16>
pub fn carrier_high(&mut self) -> CARRIER_HIGH_W<'_, 16>
Bits 16:31 - This register is used to configure carrier wave’s high level value for channel7.
Methods from Deref<Target = W<CH7CARRIER_DUTY_SPEC>>
Trait Implementations
sourceimpl From<W<CH7CARRIER_DUTY_SPEC>> for W
impl From<W<CH7CARRIER_DUTY_SPEC>> for W
sourcefn from(writer: W<CH7CARRIER_DUTY_SPEC>) -> Self
fn from(writer: W<CH7CARRIER_DUTY_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