Struct stm32_metapac::fmc::regs::Pmem
#[repr(transparent)]pub struct Pmem(pub u32);
Expand description
Common memory space timing register
Tuple Fields§
§0: u32
Implementations§
§impl Pmem
impl Pmem
pub fn set_memset(&mut self, val: u8)
pub fn set_memset(&mut self, val: u8)
Common memory x setup time
pub fn set_memwait(&mut self, val: u8)
pub fn set_memwait(&mut self, val: u8)
Common memory wait time
pub fn set_memhold(&mut self, val: u8)
pub fn set_memhold(&mut self, val: u8)
Common memory hold time
pub fn set_memhiz(&mut self, val: u8)
pub fn set_memhiz(&mut self, val: u8)
Common memory x data bus Hi-Z time
Trait Implementations§
impl Copy for Pmem
impl Eq for Pmem
impl StructuralPartialEq for Pmem
Auto Trait Implementations§
impl Freeze for Pmem
impl RefUnwindSafe for Pmem
impl Send for Pmem
impl Sync for Pmem
impl Unpin for Pmem
impl UnwindSafe for Pmem
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
)