Struct esp32h2::rmt::ch_rx_carrier_rm::R
source · pub struct R(_);
Expand description
Register CH%s_RX_CARRIER_RM
reader
Implementations§
source§impl R
impl R
sourcepub fn carrier_low_thres(&self) -> CARRIER_LOW_THRES_R
pub fn carrier_low_thres(&self) -> CARRIER_LOW_THRES_R
Bits 0:15 - The low level period in a carrier modulation mode is (REG_RMT_REG_CARRIER_LOW_THRES_CH%s + 1) for channel %s.
sourcepub fn carrier_high_thres(&self) -> CARRIER_HIGH_THRES_R
pub fn carrier_high_thres(&self) -> CARRIER_HIGH_THRES_R
Bits 16:31 - The high level period in a carrier modulation mode is (REG_RMT_REG_CARRIER_HIGH_THRES_CH%s + 1) for channel %s.
Methods from Deref<Target = R<CH_RX_CARRIER_RM_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