Struct esp32h2::pcr::mem_monitor_conf::R
source · pub struct R(_);
Expand description
Register MEM_MONITOR_CONF
reader
Implementations§
source§impl R
impl R
sourcepub fn mem_monitor_clk_en(&self) -> MEM_MONITOR_CLK_EN_R
pub fn mem_monitor_clk_en(&self) -> MEM_MONITOR_CLK_EN_R
Bit 0 - Set 1 to enable mem_monitor clock
sourcepub fn mem_monitor_rst_en(&self) -> MEM_MONITOR_RST_EN_R
pub fn mem_monitor_rst_en(&self) -> MEM_MONITOR_RST_EN_R
Bit 1 - Set 0 to reset mem_monitor module
sourcepub fn mem_monitor_ready(&self) -> MEM_MONITOR_READY_R
pub fn mem_monitor_ready(&self) -> MEM_MONITOR_READY_R
Bit 2 - Query this field after reset mem_monitor module
Methods from Deref<Target = R<MEM_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