pub struct W(_);
Expand description
Register CH3CONF0
writer
Implementations
sourceimpl W
impl W
sourcepub fn div_cnt_ch3(&mut self) -> DIV_CNT_CH3_W<'_>
pub fn div_cnt_ch3(&mut self) -> DIV_CNT_CH3_W<'_>
Bits 0:7 - This register is used to configure the frequency divider’s factor in channel3.
sourcepub fn idle_thres_ch3(&mut self) -> IDLE_THRES_CH3_W<'_>
pub fn idle_thres_ch3(&mut self) -> IDLE_THRES_CH3_W<'_>
Bits 8:23 - In receive mode when the counter’s value is bigger than reg_idle_thres_ch3 then the receive process is done.
sourcepub fn mem_size_ch3(&mut self) -> MEM_SIZE_CH3_W<'_>
pub fn mem_size_ch3(&mut self) -> MEM_SIZE_CH3_W<'_>
Bits 24:27 - This register is used to configure the the amount of memory blocks allocated to channel3.
sourcepub fn carrier_en_ch3(&mut self) -> CARRIER_EN_CH3_W<'_>
pub fn carrier_en_ch3(&mut self) -> CARRIER_EN_CH3_W<'_>
Bit 28 - This is the carrier modulation enable control bit for channel3.
sourcepub fn carrier_out_lv_ch3(&mut self) -> CARRIER_OUT_LV_CH3_W<'_>
pub fn carrier_out_lv_ch3(&mut self) -> CARRIER_OUT_LV_CH3_W<'_>
Bit 29 - This bit is used to configure carrier wave’s position for channel3.1’b1:add on low level 1’b0:add on high level.
Methods from Deref<Target = W<CH3CONF0_SPEC>>
Trait Implementations
sourceimpl From<W<CH3CONF0_SPEC>> for W
impl From<W<CH3CONF0_SPEC>> for W
sourcefn from(writer: W<CH3CONF0_SPEC>) -> Self
fn from(writer: W<CH3CONF0_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