Struct esp32s2::rmt::ch_rx_carrier_rm::W
source · pub struct W(_);
Expand description
Register CH%s_RX_CARRIER_RM
writer
Implementations§
source§impl W
impl W
sourcepub fn carrier_low_thres(&mut self) -> CARRIER_LOW_THRES_W<'_, 0>
pub fn carrier_low_thres(&mut self) -> CARRIER_LOW_THRES_W<'_, 0>
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(&mut self) -> CARRIER_HIGH_THRES_W<'_, 16>
pub fn carrier_high_thres(&mut self) -> CARRIER_HIGH_THRES_W<'_, 16>
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.