pub struct Dspsr(pub u32);Expand description
DSPSR (Debug Saved Program Status Register)
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl SysRegRead for Dspsr
impl SysRegRead for Dspsr
Source§impl SysRegWrite for Dspsr
impl SysRegWrite for Dspsr
impl Copy for Dspsr
Auto Trait Implementations§
impl Freeze for Dspsr
impl RefUnwindSafe for Dspsr
impl Send for Dspsr
impl Sync for Dspsr
impl Unpin for Dspsr
impl UnwindSafe for Dspsr
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