Struct stm32_metapac::flash::regs::C2acr
#[repr(transparent)]pub struct C2acr(pub u32);
Expand description
CPU2 cortex M0 access control register
Tuple Fields§
§0: u32
Implementations§
§impl C2acr
impl C2acr
pub fn set_prften(&mut self, val: bool)
pub fn set_prften(&mut self, val: bool)
CPU2 cortex M0 prefetch enable
Trait Implementations§
impl Copy for C2acr
impl Eq for C2acr
impl StructuralPartialEq for C2acr
Auto Trait Implementations§
impl Freeze for C2acr
impl RefUnwindSafe for C2acr
impl Send for C2acr
impl Sync for C2acr
impl Unpin for C2acr
impl UnwindSafe for C2acr
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
)