Struct esp32c6::pcr::pvt_monitor_conf::W
source · pub struct W(_);
Expand description
Register PVT_MONITOR_CONF
writer
Implementations§
source§impl W
impl W
sourcepub fn pvt_monitor_clk_en(&mut self) -> PVT_MONITOR_CLK_EN_W<'_, 0>
pub fn pvt_monitor_clk_en(&mut self) -> PVT_MONITOR_CLK_EN_W<'_, 0>
Bit 0 - Set 1 to enable apb clock of pvt module
sourcepub fn pvt_monitor_rst_en(&mut self) -> PVT_MONITOR_RST_EN_W<'_, 1>
pub fn pvt_monitor_rst_en(&mut self) -> PVT_MONITOR_RST_EN_W<'_, 1>
Bit 1 - Set 0 to reset all pvt monitor module
sourcepub fn pvt_monitor_site1_clk_en(&mut self) -> PVT_MONITOR_SITE1_CLK_EN_W<'_, 2>
pub fn pvt_monitor_site1_clk_en(&mut self) -> PVT_MONITOR_SITE1_CLK_EN_W<'_, 2>
Bit 2 - Set 1 to enable function clock of modem pvt module
sourcepub fn pvt_monitor_site2_clk_en(&mut self) -> PVT_MONITOR_SITE2_CLK_EN_W<'_, 3>
pub fn pvt_monitor_site2_clk_en(&mut self) -> PVT_MONITOR_SITE2_CLK_EN_W<'_, 3>
Bit 3 - Set 1 to enable function clock of cpu pvt module
sourcepub fn pvt_monitor_site3_clk_en(&mut self) -> PVT_MONITOR_SITE3_CLK_EN_W<'_, 4>
pub fn pvt_monitor_site3_clk_en(&mut self) -> PVT_MONITOR_SITE3_CLK_EN_W<'_, 4>
Bit 4 - Set 1 to enable function clock of hp_peri pvt module
Methods from Deref<Target = W<PVT_MONITOR_CONF_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more