Struct stm32_metapac::fmc::regs::Bwtr
#[repr(transparent)]pub struct Bwtr(pub u32);
Expand description
SRAM/NOR-Flash write timing registers
Tuple Fields§
§0: u32
Implementations§
§impl Bwtr
impl Bwtr
pub fn set_addset(&mut self, val: u8)
pub fn set_addset(&mut self, val: u8)
Address setup phase duration
pub fn set_addhld(&mut self, val: u8)
pub fn set_addhld(&mut self, val: u8)
Address-hold phase duration
pub fn set_datast(&mut self, val: u8)
pub fn set_datast(&mut self, val: u8)
Data-phase duration
pub fn set_busturn(&mut self, val: u8)
pub fn set_busturn(&mut self, val: u8)
Bus turnaround phase duration
pub fn set_accmod(&mut self, val: Accmod)
pub fn set_accmod(&mut self, val: Accmod)
Access mode
Trait Implementations§
impl Copy for Bwtr
impl Eq for Bwtr
impl StructuralPartialEq for Bwtr
Auto Trait Implementations§
impl Freeze for Bwtr
impl RefUnwindSafe for Bwtr
impl Send for Bwtr
impl Sync for Bwtr
impl Unpin for Bwtr
impl UnwindSafe for Bwtr
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
)