#[repr(transparent)]pub struct RamInterleave(pub u32);Expand description
Control PKC RAM Interleave Access
Tuple Fields§
§0: u32Implementations§
Source§impl RamInterleave
impl RamInterleave
Sourcepub const fn interleave(&self) -> Interleave
pub const fn interleave(&self) -> Interleave
Controls PKC RAM access for PKC RAM 0 and PKC RAM 1
Sourcepub const fn set_interleave(&mut self, val: Interleave)
pub const fn set_interleave(&mut self, val: Interleave)
Controls PKC RAM access for PKC RAM 0 and PKC RAM 1
Trait Implementations§
Source§impl Clone for RamInterleave
impl Clone for RamInterleave
Source§fn clone(&self) -> RamInterleave
fn clone(&self) -> RamInterleave
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 RamInterleave
impl Debug for RamInterleave
Source§impl Default for RamInterleave
impl Default for RamInterleave
Source§fn default() -> RamInterleave
fn default() -> RamInterleave
Returns the “default value” for a type. Read more
Source§impl PartialEq for RamInterleave
impl PartialEq for RamInterleave
impl Copy for RamInterleave
impl Eq for RamInterleave
impl StructuralPartialEq for RamInterleave
Auto Trait Implementations§
impl Freeze for RamInterleave
impl RefUnwindSafe for RamInterleave
impl Send for RamInterleave
impl Sync for RamInterleave
impl Unpin for RamInterleave
impl UnwindSafe for RamInterleave
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