pub struct W(_);
Expand description
Register HALL_SENS
writer
Implementations
sourceimpl W
impl W
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 xpd_hall(&mut self) -> XPD_HALL_W<'_, 31>
pub fn xpd_hall(&mut self) -> XPD_HALL_W<'_, 31>
Bit 31 - Power on hall sensor and connect to VP and VN
Methods from Deref<Target = W<HALL_SENS_SPEC>>
Trait Implementations
sourceimpl From<W<HALL_SENS_SPEC>> for W
impl From<W<HALL_SENS_SPEC>> for W
sourcefn from(writer: W<HALL_SENS_SPEC>) -> Self
fn from(writer: W<HALL_SENS_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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