Struct redpitaya::calibration::Params[][src]

pub struct Params {
    pub fe_ch1_fs_g_hi: u32,
    pub fe_ch2_fs_g_hi: u32,
    pub fe_ch1_fs_g_lo: u32,
    pub fe_ch2_fs_g_lo: u32,
    pub fe_ch1_lo_offs: i32,
    pub fe_ch2_lo_offs: i32,
    pub be_ch1_fs: u32,
    pub be_ch2_fs: u32,
    pub be_ch1_dc_offs: i32,
    pub be_ch2_dc_offs: i32,
    pub magic: u32,
    pub fe_ch1_hi_offs: i32,
    pub fe_ch2_hi_offs: i32,
}

Calibration parameters, stored in the EEPROM device

Fields

fe_ch1_fs_g_hi: u32fe_ch2_fs_g_hi: u32fe_ch1_fs_g_lo: u32fe_ch2_fs_g_lo: u32fe_ch1_lo_offs: i32fe_ch2_lo_offs: i32be_ch1_fs: u32be_ch2_fs: u32be_ch1_dc_offs: i32be_ch2_dc_offs: i32magic: u32fe_ch1_hi_offs: i32fe_ch2_hi_offs: i32

Trait Implementations

impl Clone for rp_calib_params_t[src]

impl Copy for rp_calib_params_t[src]

impl Debug for rp_calib_params_t[src]

impl Default for rp_calib_params_t[src]

impl Eq for rp_calib_params_t[src]

impl Hash for rp_calib_params_t[src]

impl PartialEq<rp_calib_params_t> for rp_calib_params_t[src]

impl StructuralEq for rp_calib_params_t[src]

impl StructuralPartialEq for rp_calib_params_t[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.