pub struct W(_);
Expand description
Register SAR_TSENS_CTRL
writer
Implementations
sourceimpl W
impl W
sourcepub fn tsens_xpd_wait(&mut self) -> TSENS_XPD_WAIT_W<'_, 0>
pub fn tsens_xpd_wait(&mut self) -> TSENS_XPD_WAIT_W<'_, 0>
Bits 0:11
sourcepub fn tsens_xpd_force(&mut self) -> TSENS_XPD_FORCE_W<'_, 12>
pub fn tsens_xpd_force(&mut self) -> TSENS_XPD_FORCE_W<'_, 12>
Bit 12
sourcepub fn tsens_clk_inv(&mut self) -> TSENS_CLK_INV_W<'_, 13>
pub fn tsens_clk_inv(&mut self) -> TSENS_CLK_INV_W<'_, 13>
Bit 13
sourcepub fn tsens_clk_gated(&mut self) -> TSENS_CLK_GATED_W<'_, 14>
pub fn tsens_clk_gated(&mut self) -> TSENS_CLK_GATED_W<'_, 14>
Bit 14
sourcepub fn tsens_in_inv(&mut self) -> TSENS_IN_INV_W<'_, 15>
pub fn tsens_in_inv(&mut self) -> TSENS_IN_INV_W<'_, 15>
Bit 15 - invert temperature sensor data
sourcepub fn tsens_clk_div(&mut self) -> TSENS_CLK_DIV_W<'_, 16>
pub fn tsens_clk_div(&mut self) -> TSENS_CLK_DIV_W<'_, 16>
Bits 16:23 - temperature sensor clock divider
sourcepub fn tsens_power_up(&mut self) -> TSENS_POWER_UP_W<'_, 24>
pub fn tsens_power_up(&mut self) -> TSENS_POWER_UP_W<'_, 24>
Bit 24 - temperature sensor power up
sourcepub fn tsens_power_up_force(&mut self) -> TSENS_POWER_UP_FORCE_W<'_, 25>
pub fn tsens_power_up_force(&mut self) -> TSENS_POWER_UP_FORCE_W<'_, 25>
Bit 25 - 1: dump out & power up controlled by SW 0: by FSM
sourcepub fn tsens_dump_out(&mut self) -> TSENS_DUMP_OUT_W<'_, 26>
pub fn tsens_dump_out(&mut self) -> TSENS_DUMP_OUT_W<'_, 26>
Bit 26 - temperature sensor dump out only active when reg_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