Struct esp32s3::rmt::chcarrier_duty::R
source · pub struct R(_);
Expand description
Register CH%sCARRIER_DUTY
reader
Implementations
sourceimpl R
impl R
sourcepub fn carrier_low(&self) -> CARRIER_LOW_R
pub fn carrier_low(&self) -> CARRIER_LOW_R
Bits 0:15 - This register is used to configure carrier wave ’s low level clock period for CHANNEL%s.
sourcepub fn carrier_high(&self) -> CARRIER_HIGH_R
pub fn carrier_high(&self) -> CARRIER_HIGH_R
Bits 16:31 - This register is used to configure carrier wave ’s high level clock period for CHANNEL%s.
Methods from Deref<Target = R<CHCARRIER_DUTY_SPEC>>
Trait Implementations
sourceimpl From<R<CHCARRIER_DUTY_SPEC>> for R
impl From<R<CHCARRIER_DUTY_SPEC>> for R
sourcefn from(reader: R<CHCARRIER_DUTY_SPEC>) -> Self
fn from(reader: R<CHCARRIER_DUTY_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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