Struct esp32h2::pcr::trace_conf::R
source · pub struct R(_);
Expand description
Register TRACE_CONF
reader
Implementations§
source§impl R
impl R
sourcepub fn trace_clk_en(&self) -> TRACE_CLK_EN_R
pub fn trace_clk_en(&self) -> TRACE_CLK_EN_R
Bit 0 - Set 1 to enable trace clock
sourcepub fn trace_rst_en(&self) -> TRACE_RST_EN_R
pub fn trace_rst_en(&self) -> TRACE_RST_EN_R
Bit 1 - Set 0 to reset trace module
Methods from Deref<Target = R<TRACE_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