pub struct W(_);
Expand description
Register SAR_HALL_CTRL
writer
Implementations
sourceimpl W
impl W
sourcepub fn xpd_hall(&mut self) -> XPD_HALL_W<'_, 28>
pub fn xpd_hall(&mut self) -> XPD_HALL_W<'_, 28>
Bit 28 - Power on hall sensor and connect to VP and VN
sourcepub fn xpd_hall_force(&mut self) -> XPD_HALL_FORCE_W<'_, 29>
pub fn xpd_hall_force(&mut self) -> XPD_HALL_FORCE_W<'_, 29>
Bit 29 - 1: XPD HALL is controlled by SW. 0: XPD HALL is controlled by FSM in ULP-coprocessor
sourcepub fn hall_phase(&mut self) -> HALL_PHASE_W<'_, 30>
pub fn hall_phase(&mut self) -> HALL_PHASE_W<'_, 30>
Bit 30 - Reverse phase of hall sensor
sourcepub fn hall_phase_force(&mut self) -> HALL_PHASE_FORCE_W<'_, 31>
pub fn hall_phase_force(&mut self) -> HALL_PHASE_FORCE_W<'_, 31>
Bit 31 - 1: HALL PHASE is controlled by SW 0: HALL PHASE is controlled by FSM in ULP-coprocessor
Methods from Deref<Target = W<SAR_HALL_CTRL_SPEC>>
Trait Implementations
sourceimpl From<W<SAR_HALL_CTRL_SPEC>> for W
impl From<W<SAR_HALL_CTRL_SPEC>> for W
sourcefn from(writer: W<SAR_HALL_CTRL_SPEC>) -> Self
fn from(writer: W<SAR_HALL_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