#[repr(transparent)]pub struct Ahbspndsts(pub u32);Expand description
AHB Suspend Status
Tuple Fields§
§0: u32Implementations§
Source§impl Ahbspndsts
impl Ahbspndsts
Sourcepub const fn set_active(&mut self, val: Active)
pub const fn set_active(&mut self, val: Active)
Active AHB Read Prefetch Suspended
Sourcepub const fn set_bufid(&mut self, val: u8)
pub const fn set_bufid(&mut self, val: u8)
AHB Receive Buffer ID for Suspended Command Sequence
Sourcepub const fn set_datlft(&mut self, val: u16)
pub const fn set_datlft(&mut self, val: u16)
Data Left
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