#[repr(transparent)]pub struct Ahbrxbuf0cr0(pub u32);Expand description
AHB Receive Buffer 0 Control 0
Tuple Fields§
§0: u32Implementations§
Source§impl Ahbrxbuf0cr0
impl Ahbrxbuf0cr0
Sourcepub const fn set_mstrid(&mut self, val: u8)
pub const fn set_mstrid(&mut self, val: u8)
AHB Controller ID
Sourcepub const fn set_priority(&mut self, val: u8)
pub const fn set_priority(&mut self, val: u8)
AHB Controller Read Priority
Sourcepub const fn prefetchen(&self) -> Ahbrxbuf0cr0Prefetchen
pub const fn prefetchen(&self) -> Ahbrxbuf0cr0Prefetchen
AHB Read Prefetch Enable
Sourcepub const fn set_prefetchen(&mut self, val: Ahbrxbuf0cr0Prefetchen)
pub const fn set_prefetchen(&mut self, val: Ahbrxbuf0cr0Prefetchen)
AHB Read Prefetch Enable
Trait Implementations§
Source§impl Clone for Ahbrxbuf0cr0
impl Clone for Ahbrxbuf0cr0
Source§fn clone(&self) -> Ahbrxbuf0cr0
fn clone(&self) -> Ahbrxbuf0cr0
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 Ahbrxbuf0cr0
impl Debug for Ahbrxbuf0cr0
Source§impl Default for Ahbrxbuf0cr0
impl Default for Ahbrxbuf0cr0
Source§fn default() -> Ahbrxbuf0cr0
fn default() -> Ahbrxbuf0cr0
Returns the “default value” for a type. Read more
Source§impl PartialEq for Ahbrxbuf0cr0
impl PartialEq for Ahbrxbuf0cr0
impl Copy for Ahbrxbuf0cr0
impl Eq for Ahbrxbuf0cr0
impl StructuralPartialEq for Ahbrxbuf0cr0
Auto Trait Implementations§
impl Freeze for Ahbrxbuf0cr0
impl RefUnwindSafe for Ahbrxbuf0cr0
impl Send for Ahbrxbuf0cr0
impl Sync for Ahbrxbuf0cr0
impl Unpin for Ahbrxbuf0cr0
impl UnwindSafe for Ahbrxbuf0cr0
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