Struct stm32_metapac::hspi::regs::Calmr
#[repr(transparent)]pub struct Calmr(pub u32);
Expand description
HSPI DLL master calibration configuration.
Tuple Fields§
§0: u32
Implementations§
§impl Calmr
impl Calmr
pub const fn fine(&self) -> u8
pub const fn fine(&self) -> u8
6: 0]: Fine calibration The unitary value of delay for this field depends on product technology (refer to the product datasheet).
pub fn set_fine(&mut self, val: u8)
pub fn set_fine(&mut self, val: u8)
6: 0]: Fine calibration The unitary value of delay for this field depends on product technology (refer to the product datasheet).
pub const fn coarse(&self) -> u8
pub const fn coarse(&self) -> u8
4: 0]: Coarse calibration The unitary value of delay for this field depends on product technology (refer to the product datasheet).
pub fn set_coarse(&mut self, val: u8)
pub fn set_coarse(&mut self, val: u8)
4: 0]: Coarse calibration The unitary value of delay for this field depends on product technology (refer to the product datasheet).
Trait Implementations§
impl Copy for Calmr
impl Eq for Calmr
impl StructuralPartialEq for Calmr
Auto Trait Implementations§
impl Freeze for Calmr
impl RefUnwindSafe for Calmr
impl Send for Calmr
impl Sync for Calmr
impl Unpin for Calmr
impl UnwindSafe for Calmr
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
)