#[repr(transparent)]pub struct Baseline(pub u32);Expand description
TSI Baseline Register
Tuple Fields§
§0: u32Implementations§
Source§impl Baseline
impl Baseline
Sourcepub const fn tsi_baseline(&self) -> u16
pub const fn tsi_baseline(&self) -> u16
TSI_BASELINE
Sourcepub const fn set_tsi_baseline(&mut self, val: u16)
pub const fn set_tsi_baseline(&mut self, val: u16)
TSI_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
BASE_TRACE_EN
Sourcepub const fn set_base_trace_en(&mut self, val: bool)
pub const fn set_base_trace_en(&mut self, val: bool)
BASE_TRACE_EN
Sourcepub const fn theshold_ratio(&self) -> ThesholdRatio
pub const fn theshold_ratio(&self) -> ThesholdRatio
THESHOLD_RATIO
Sourcepub const fn set_theshold_ratio(&mut self, val: ThesholdRatio)
pub const fn set_theshold_ratio(&mut self, val: ThesholdRatio)
THESHOLD_RATIO
Sourcepub const fn threshold_trace_en(&self) -> ThresholdTraceEn
pub const fn threshold_trace_en(&self) -> ThresholdTraceEn
THRESHOLD_TRACE_EN
Sourcepub const fn set_threshold_trace_en(&mut self, val: ThresholdTraceEn)
pub const fn set_threshold_trace_en(&mut self, val: ThresholdTraceEn)
THRESHOLD_TRACE_EN
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