pub struct W(_);
Expand description
Register SAR_TSENS_CTRL
writer
Implementations
sourceimpl W
impl W
sourcepub fn tsens_int_en(&mut self) -> TSENS_INT_EN_W<'_, 12>
pub fn tsens_int_en(&mut self) -> TSENS_INT_EN_W<'_, 12>
Bit 12 - Enable temperature sensor to send out interrupt.
sourcepub fn tsens_in_inv(&mut self) -> TSENS_IN_INV_W<'_, 13>
pub fn tsens_in_inv(&mut self) -> TSENS_IN_INV_W<'_, 13>
Bit 13 - Invert temperature sensor data.
sourcepub fn tsens_clk_div(&mut self) -> TSENS_CLK_DIV_W<'_, 14>
pub fn tsens_clk_div(&mut self) -> TSENS_CLK_DIV_W<'_, 14>
Bits 14:21 - Temperature sensor clock divider.
sourcepub fn tsens_power_up(&mut self) -> TSENS_POWER_UP_W<'_, 22>
pub fn tsens_power_up(&mut self) -> TSENS_POWER_UP_W<'_, 22>
Bit 22 - Temperature sensor power up.
sourcepub fn tsens_power_up_force(&mut self) -> TSENS_POWER_UP_FORCE_W<'_, 23>
pub fn tsens_power_up_force(&mut self) -> TSENS_POWER_UP_FORCE_W<'_, 23>
Bit 23 - 1: dump out and power up controlled by software. 0: by FSM.
sourcepub fn tsens_dump_out(&mut self) -> TSENS_DUMP_OUT_W<'_, 24>
pub fn tsens_dump_out(&mut self) -> TSENS_DUMP_OUT_W<'_, 24>
Bit 24 - Temperature sensor dump out only active when SENS_TSENS_POWER_UP_FORCE = 1.
Methods from Deref<Target = W<SAR_TSENS_CTRL_SPEC>>
Trait Implementations
sourceimpl From<W<SAR_TSENS_CTRL_SPEC>> for W
impl From<W<SAR_TSENS_CTRL_SPEC>> for W
sourcefn from(writer: W<SAR_TSENS_CTRL_SPEC>) -> Self
fn from(writer: W<SAR_TSENS_CTRL_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more