Struct esp32h2::trace::mem_current_addr::MEM_CURRENT_ADDR_SPEC
source · pub struct MEM_CURRENT_ADDR_SPEC;
Expand description
mem current addr
This register you can read
. See API.
For information about available fields see mem_current_addr module
Trait Implementations§
source§impl Readable for MEM_CURRENT_ADDR_SPEC
impl Readable for MEM_CURRENT_ADDR_SPEC
read()
method returns mem_current_addr::R reader structure
source§impl RegisterSpec for MEM_CURRENT_ADDR_SPEC
impl RegisterSpec for MEM_CURRENT_ADDR_SPEC
source§impl Resettable for MEM_CURRENT_ADDR_SPEC
impl Resettable for MEM_CURRENT_ADDR_SPEC
reset()
method sets MEM_CURRENT_ADDR to value 0
source§const RESET_VALUE: Self::Ux = {transmute(0x00000000): <trace::mem_current_addr::MEM_CURRENT_ADDR_SPEC as generic::RegisterSpec>::Ux}
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <trace::mem_current_addr::MEM_CURRENT_ADDR_SPEC as generic::RegisterSpec>::Ux}
Reset value of the register.
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl RefUnwindSafe for MEM_CURRENT_ADDR_SPEC
impl Send for MEM_CURRENT_ADDR_SPEC
impl Sync for MEM_CURRENT_ADDR_SPEC
impl Unpin for MEM_CURRENT_ADDR_SPEC
impl UnwindSafe for MEM_CURRENT_ADDR_SPEC
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