Struct 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