pub struct W(_);Expand description
Register COMB_PVT_LVT_CONF writer
Implementations
sourceimpl W
impl W
sourcepub fn comb_path_len_lvt(&mut self) -> COMB_PATH_LEN_LVT_W<'_, 0>
pub fn comb_path_len_lvt(&mut self) -> COMB_PATH_LEN_LVT_W<'_, 0>
Bits 0:4 - ******* Description ***********
sourcepub fn comb_err_cnt_clr_lvt(&mut self) -> COMB_ERR_CNT_CLR_LVT_W<'_, 5>
pub fn comb_err_cnt_clr_lvt(&mut self) -> COMB_ERR_CNT_CLR_LVT_W<'_, 5>
Bit 5 - ******* Description ***********
sourcepub fn comb_pvt_monitor_en_lvt(&mut self) -> COMB_PVT_MONITOR_EN_LVT_W<'_, 6>
pub fn comb_pvt_monitor_en_lvt(&mut self) -> COMB_PVT_MONITOR_EN_LVT_W<'_, 6>
Bit 6 - ******* Description ***********
Methods from Deref<Target = W<COMB_PVT_LVT_CONF_SPEC>>
Trait Implementations
sourceimpl From<W<COMB_PVT_LVT_CONF_SPEC>> for W
impl From<W<COMB_PVT_LVT_CONF_SPEC>> for W
sourcefn from(writer: W<COMB_PVT_LVT_CONF_SPEC>) -> Self
fn from(writer: W<COMB_PVT_LVT_CONF_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