#[repr(transparent)]pub struct Stallstat(pub u32);
Expand description
Stall status for EasyDMA RAM accesses. The fields in this register are set to STALL by hardware whenever a stall occurs and can be cleared (set to NOSTALL) by the CPU.
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Stallstat
impl Eq for Stallstat
impl StructuralPartialEq for Stallstat
Auto Trait Implementations§
impl Freeze for Stallstat
impl RefUnwindSafe for Stallstat
impl Send for Stallstat
impl Sync for Stallstat
impl Unpin for Stallstat
impl UnwindSafe for Stallstat
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)