pub struct RegisterBlock {
pub dcrsr: DCRSR,
pub dcrdr: DCRDR,
pub demcr: DEMCR,
/* private fields */
}Expand description
Register block
Fields§
§dcrsr: DCRSR0x04 - Debug Core Register Selector Register
dcrdr: DCRDR0x08 - Debug Core Register Data Register
demcr: DEMCR0x0c - Debug Exception and Monitor Control Register
Implementations§
Source§impl RegisterBlock
impl RegisterBlock
Sourcepub const fn dhcsr_read_dhcsr_write_dhcsr_write(
&self,
) -> &DHCSR_READ_DHCSR_WRITE_DHCSR_WRITE
pub const fn dhcsr_read_dhcsr_write_dhcsr_write( &self, ) -> &DHCSR_READ_DHCSR_WRITE_DHCSR_WRITE
0x00 - Debug Halting Control and Status Register
Sourcepub const fn dhcsr_read_dhcsr_write_dhcsr_read(
&self,
) -> &DHCSR_READ_DHCSR_WRITE_DHCSR_READ
pub const fn dhcsr_read_dhcsr_write_dhcsr_read( &self, ) -> &DHCSR_READ_DHCSR_WRITE_DHCSR_READ
0x00 - Debug Halting Control and Status Register
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl !Sync for RegisterBlock
impl Send for RegisterBlock
impl Unpin for RegisterBlock
impl UnsafeUnpin for RegisterBlock
impl UnwindSafe for RegisterBlock
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