pub struct R(_);Expand description
Register HALL_SENS reader
Implementations
sourceimpl R
impl R
sourcepub fn hall_phase(&self) -> HALL_PHASE_R
pub fn hall_phase(&self) -> HALL_PHASE_R
Bit 30 - Reverse phase of hall sensor
sourcepub fn xpd_hall(&self) -> XPD_HALL_R
pub fn xpd_hall(&self) -> XPD_HALL_R
Bit 31 - Power on hall sensor and connect to VP and VN
Methods from Deref<Target = R<HALL_SENS_SPEC>>
Trait Implementations
sourceimpl From<R<HALL_SENS_SPEC>> for R
impl From<R<HALL_SENS_SPEC>> for R
sourcefn from(reader: R<HALL_SENS_SPEC>) -> Self
fn from(reader: R<HALL_SENS_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