#[repr(transparent)]pub struct Baseline(pub u32);Expand description
TSI Baseline
Tuple Fields§
§0: u32Implementations§
Source§impl Baseline
impl Baseline
Sourcepub const fn set_baseline(&mut self, val: u16)
pub const fn set_baseline(&mut self, val: u16)
Baseline
Sourcepub const fn base_trace_debounce(&self) -> BaseTraceDebounce
pub const fn base_trace_debounce(&self) -> BaseTraceDebounce
Base Trace Debounce
Sourcepub const fn set_base_trace_debounce(&mut self, val: BaseTraceDebounce)
pub const fn set_base_trace_debounce(&mut self, val: BaseTraceDebounce)
Base Trace Debounce
Sourcepub const fn base_trace_en(&self) -> bool
pub const fn base_trace_en(&self) -> bool
Baseline Trace Enable
Sourcepub const fn set_base_trace_en(&mut self, val: bool)
pub const fn set_base_trace_en(&mut self, val: bool)
Baseline Trace Enable
Sourcepub const fn theshold_ratio(&self) -> ThesholdRatio
pub const fn theshold_ratio(&self) -> ThesholdRatio
Threshold Ratio
Sourcepub const fn set_theshold_ratio(&mut self, val: ThesholdRatio)
pub const fn set_theshold_ratio(&mut self, val: ThesholdRatio)
Threshold Ratio
Sourcepub const fn threshold_trace_en(&self) -> bool
pub const fn threshold_trace_en(&self) -> bool
Threshold Trace Enable
Sourcepub const fn set_threshold_trace_en(&mut self, val: bool)
pub const fn set_threshold_trace_en(&mut self, val: bool)
Threshold Trace Enable
Trait Implementations§
impl Copy for Baseline
impl Eq for Baseline
impl StructuralPartialEq for Baseline
Auto Trait Implementations§
impl Freeze for Baseline
impl RefUnwindSafe for Baseline
impl Send for Baseline
impl Sync for Baseline
impl Unpin for Baseline
impl UnwindSafe for Baseline
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