Struct stm32_metapac::dcache::regs::Cmdrsaddrr
#[repr(transparent)]pub struct Cmdrsaddrr(pub u32);
Expand description
DCACHE command range start address register.
Tuple Fields§
§0: u32
Implementations§
§impl Cmdrsaddrr
impl Cmdrsaddrr
pub const fn cmdstartaddr(&self) -> u32
pub const fn cmdstartaddr(&self) -> u32
start address of range to which the cache maintenance command specified in DCACHE_CR.CACHECMD field applies This register must be set before DCACHE_CR.CACHECMD is written..
pub fn set_cmdstartaddr(&mut self, val: u32)
pub fn set_cmdstartaddr(&mut self, val: u32)
start address of range to which the cache maintenance command specified in DCACHE_CR.CACHECMD field applies This register must be set before DCACHE_CR.CACHECMD is written..
Trait Implementations§
§impl Clone for Cmdrsaddrr
impl Clone for Cmdrsaddrr
§fn clone(&self) -> Cmdrsaddrr
fn clone(&self) -> Cmdrsaddrr
Returns a copy 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 more§impl Default for Cmdrsaddrr
impl Default for Cmdrsaddrr
§fn default() -> Cmdrsaddrr
fn default() -> Cmdrsaddrr
Returns the “default value” for a type. Read more
§impl PartialEq for Cmdrsaddrr
impl PartialEq for Cmdrsaddrr
impl Copy for Cmdrsaddrr
impl Eq for Cmdrsaddrr
impl StructuralPartialEq for Cmdrsaddrr
Auto Trait Implementations§
impl Freeze for Cmdrsaddrr
impl RefUnwindSafe for Cmdrsaddrr
impl Send for Cmdrsaddrr
impl Sync for Cmdrsaddrr
impl Unpin for Cmdrsaddrr
impl UnwindSafe for Cmdrsaddrr
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)