pub struct W(_);
Expand description
Register CH%sCONF0
writer
Implementations
sourceimpl W
impl W
sourcepub fn div_cnt(&mut self) -> DIV_CNT_W<'_, 0>
pub fn div_cnt(&mut self) -> DIV_CNT_W<'_, 0>
Bits 0:7 - This register is used to configure the frequency divider’s factor in channel0.
sourcepub fn idle_thres(&mut self) -> IDLE_THRES_W<'_, 8>
pub fn idle_thres(&mut self) -> IDLE_THRES_W<'_, 8>
Bits 8:23 - In receive mode when no edge is detected on the input signal for longer than reg_idle_thres_ch0 then the receive process is done.
sourcepub fn mem_size(&mut self) -> MEM_SIZE_W<'_, 24>
pub fn mem_size(&mut self) -> MEM_SIZE_W<'_, 24>
Bits 24:27 - This register is used to configure the the amount of memory blocks allocated to channel0.
sourcepub fn carrier_en(&mut self) -> CARRIER_EN_W<'_, 28>
pub fn carrier_en(&mut self) -> CARRIER_EN_W<'_, 28>
Bit 28 - This is the carrier modulation enable control bit for channel0.
sourcepub fn carrier_out_lv(&mut self) -> CARRIER_OUT_LV_W<'_, 29>
pub fn carrier_out_lv(&mut self) -> CARRIER_OUT_LV_W<'_, 29>
Bit 29 - This bit is used to configure the way carrier wave is modulated for channel0.1’b1:transmit on low output level 1’b0:transmit on high output level.
sourcepub fn mem_pd(&mut self) -> MEM_PD_W<'_, 30>
pub fn mem_pd(&mut self) -> MEM_PD_W<'_, 30>
Bit 30 - This bit is used to reduce power consumed by mem. 1:mem is in low power state.
Methods from Deref<Target = W<CHCONF0_SPEC>>
Trait Implementations
sourceimpl From<W<CHCONF0_SPEC>> for W
impl From<W<CHCONF0_SPEC>> for W
sourcefn from(writer: W<CHCONF0_SPEC>) -> Self
fn from(writer: W<CHCONF0_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