#[repr(transparent)]pub struct Ahbspndsts(pub u32);Expand description
AHB Suspend Status Register
Tuple Fields§
§0: u32Implementations§
Source§impl Ahbspndsts
impl Ahbspndsts
Sourcepub const fn active(&self) -> bool
pub const fn active(&self) -> bool
Indicates if an AHB read prefetch command sequence has been suspended.
Sourcepub const fn set_active(&mut self, val: bool)
pub const fn set_active(&mut self, val: bool)
Indicates if an AHB read prefetch command sequence has been suspended.
Sourcepub const fn set_datlft(&mut self, val: u16)
pub const fn set_datlft(&mut self, val: u16)
Left Data size for suspended command sequence (in byte).
Trait Implementations§
Source§impl Clone for Ahbspndsts
impl Clone for Ahbspndsts
Source§fn clone(&self) -> Ahbspndsts
fn clone(&self) -> Ahbspndsts
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Ahbspndsts
impl Debug for Ahbspndsts
Source§impl Default for Ahbspndsts
impl Default for Ahbspndsts
Source§fn default() -> Ahbspndsts
fn default() -> Ahbspndsts
Returns the “default value” for a type. Read more
Source§impl PartialEq for Ahbspndsts
impl PartialEq for Ahbspndsts
impl Copy for Ahbspndsts
impl Eq for Ahbspndsts
impl StructuralPartialEq for Ahbspndsts
Auto Trait Implementations§
impl Freeze for Ahbspndsts
impl RefUnwindSafe for Ahbspndsts
impl Send for Ahbspndsts
impl Sync for Ahbspndsts
impl Unpin for Ahbspndsts
impl UnwindSafe for Ahbspndsts
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