Struct stm32_metapac::rcc::regs::Dlycfgr
#[repr(transparent)]pub struct Dlycfgr(pub u32);
Expand description
Delay configuration register
Tuple Fields§
§0: u32
Implementations§
§impl Dlycfgr
impl Dlycfgr
pub const fn octospi1_dly(&self) -> u8
pub const fn octospi1_dly(&self) -> u8
Delay sampling configuration on OCTOSPI1 to be used for internal sampling clock (called feedback clock) or for DQS data strobe
pub fn set_octospi1_dly(&mut self, val: u8)
pub fn set_octospi1_dly(&mut self, val: u8)
Delay sampling configuration on OCTOSPI1 to be used for internal sampling clock (called feedback clock) or for DQS data strobe
pub const fn octospi2_dly(&self) -> u8
pub const fn octospi2_dly(&self) -> u8
Delay sampling configuration on OCTOSPI2 to be used for internal sampling clock (called feedback clock) or for DQS data strobe
pub fn set_octospi2_dly(&mut self, val: u8)
pub fn set_octospi2_dly(&mut self, val: u8)
Delay sampling configuration on OCTOSPI2 to be used for internal sampling clock (called feedback clock) or for DQS data strobe
Trait Implementations§
impl Copy for Dlycfgr
impl Eq for Dlycfgr
impl StructuralPartialEq for Dlycfgr
Auto Trait Implementations§
impl Freeze for Dlycfgr
impl RefUnwindSafe for Dlycfgr
impl Send for Dlycfgr
impl Sync for Dlycfgr
impl Unpin for Dlycfgr
impl UnwindSafe for Dlycfgr
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
)