Struct stm32_metapac::hspi::regs::Calsir
#[repr(transparent)]pub struct Calsir(pub u32);
Expand description
HSPI DLL slave input calibration configuration.
Tuple Fields§
§0: u32
Implementations§
§impl Calsir
impl Calsir
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 Calsir
impl Eq for Calsir
impl StructuralPartialEq for Calsir
Auto Trait Implementations§
impl Freeze for Calsir
impl RefUnwindSafe for Calsir
impl Send for Calsir
impl Sync for Calsir
impl Unpin for Calsir
impl UnwindSafe for Calsir
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
)