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 - reg_div_cnt_ch3.
sourcepub fn idle_thres_ch3(&mut self) -> IDLE_THRES_CH3_W<'_>
pub fn idle_thres_ch3(&mut self) -> IDLE_THRES_CH3_W<'_>
Bits 8:22 - reg_idle_thres_ch3.
sourcepub fn mem_size_ch3(&mut self) -> MEM_SIZE_CH3_W<'_>
pub fn mem_size_ch3(&mut self) -> MEM_SIZE_CH3_W<'_>
Bits 23:25 - reg_mem_size_ch3.
sourcepub fn carrier_en_ch3(&mut self) -> CARRIER_EN_CH3_W<'_>
pub fn carrier_en_ch3(&mut self) -> CARRIER_EN_CH3_W<'_>
Bit 28 - reg_carrier_en_ch3.
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 - reg_carrier_out_lv_ch3.
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