pub struct W(_);
Expand description
Register COMB_PVT_HVT_CONF
writer
Implementations
sourceimpl W
impl W
sourcepub fn comb_path_len_hvt(&mut self) -> COMB_PATH_LEN_HVT_W<'_, 0>
pub fn comb_path_len_hvt(&mut self) -> COMB_PATH_LEN_HVT_W<'_, 0>
Bits 0:5 - reg_comb_path_len_hvt
sourcepub fn comb_err_cnt_clr_hvt(&mut self) -> COMB_ERR_CNT_CLR_HVT_W<'_, 6>
pub fn comb_err_cnt_clr_hvt(&mut self) -> COMB_ERR_CNT_CLR_HVT_W<'_, 6>
Bit 6 - reg_comb_err_cnt_clr_hvt
sourcepub fn comb_pvt_monitor_en_hvt(&mut self) -> COMB_PVT_MONITOR_EN_HVT_W<'_, 7>
pub fn comb_pvt_monitor_en_hvt(&mut self) -> COMB_PVT_MONITOR_EN_HVT_W<'_, 7>
Bit 7 - reg_comb_pvt_monitor_en_hvt
Methods from Deref<Target = W<COMB_PVT_HVT_CONF_SPEC>>
Trait Implementations
sourceimpl From<W<COMB_PVT_HVT_CONF_SPEC>> for W
impl From<W<COMB_PVT_HVT_CONF_SPEC>> for W
sourcefn from(writer: W<COMB_PVT_HVT_CONF_SPEC>) -> Self
fn from(writer: W<COMB_PVT_HVT_CONF_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