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