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