#[repr(C)]pub struct mss_ddr_calibration_ {
pub write_cal: mss_ddr_write_calibration,
pub dq_cal: mss_lpddr4_dq_calibration,
pub fpga_vref: mss_ddr_vref,
pub mem_vref: mss_ddr_vref,
}
Expand description
//** Calibration settings derived during write training
Fields§
§write_cal: mss_ddr_write_calibration
§dq_cal: mss_lpddr4_dq_calibration
§fpga_vref: mss_ddr_vref
§mem_vref: mss_ddr_vref
Trait Implementations§
Source§impl Clone for mss_ddr_calibration_
impl Clone for mss_ddr_calibration_
Source§fn clone(&self) -> mss_ddr_calibration_
fn clone(&self) -> mss_ddr_calibration_
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for mss_ddr_calibration_
impl Debug for mss_ddr_calibration_
impl Copy for mss_ddr_calibration_
Auto Trait Implementations§
impl Freeze for mss_ddr_calibration_
impl RefUnwindSafe for mss_ddr_calibration_
impl Send for mss_ddr_calibration_
impl Sync for mss_ddr_calibration_
impl Unpin for mss_ddr_calibration_
impl UnwindSafe for mss_ddr_calibration_
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