Struct stm32_metapac::dcache::regs::Cmdreaddrr
#[repr(transparent)]pub struct Cmdreaddrr(pub u32);
Expand description
DCACHE command range end address register.
Tuple Fields§
§0: u32
Implementations§
§impl Cmdreaddrr
impl Cmdreaddrr
pub const fn cmdendaddr(&self) -> u32
pub const fn cmdendaddr(&self) -> u32
end 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_cmdendaddr(&mut self, val: u32)
pub fn set_cmdendaddr(&mut self, val: u32)
end 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 Cmdreaddrr
impl Clone for Cmdreaddrr
§fn clone(&self) -> Cmdreaddrr
fn clone(&self) -> Cmdreaddrr
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 Cmdreaddrr
impl Default for Cmdreaddrr
§fn default() -> Cmdreaddrr
fn default() -> Cmdreaddrr
Returns the “default value” for a type. Read more
§impl PartialEq for Cmdreaddrr
impl PartialEq for Cmdreaddrr
impl Copy for Cmdreaddrr
impl Eq for Cmdreaddrr
impl StructuralPartialEq for Cmdreaddrr
Auto Trait Implementations§
impl Freeze for Cmdreaddrr
impl RefUnwindSafe for Cmdreaddrr
impl Send for Cmdreaddrr
impl Sync for Cmdreaddrr
impl Unpin for Cmdreaddrr
impl UnwindSafe for Cmdreaddrr
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
)