Struct d1_pac::ths::ths_alarm_ctrl::W
source · pub struct W(/* private fields */);
Expand description
Register ths_alarm_ctrl
writer
Implementations§
source§impl W
impl W
sourcepub fn alarm_t_hyst(&mut self) -> ALARM_T_HYST_W<'_, 0>
pub fn alarm_t_hyst(&mut self) -> ALARM_T_HYST_W<'_, 0>
Bits 0:11 - Thermal sensor alarm threshold for hysteresis temperature
sourcepub fn alarm_t_hot(&mut self) -> ALARM_T_HOT_W<'_, 16>
pub fn alarm_t_hot(&mut self) -> ALARM_T_HOT_W<'_, 16>
Bits 16:27 - Thermal sensor alarm threshold for hot temperature
Methods from Deref<Target = W<THS_ALARM_CTRL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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