Struct esp32s3_hal::pac::sens::sar_hall_ctrl::R
pub struct R(_);
Expand description
Register SAR_HALL_CTRL
reader
Implementations§
§impl R
impl R
pub fn xpd_hall_force(&self) -> BitReaderRaw<bool>
pub fn xpd_hall_force(&self) -> BitReaderRaw<bool>
Bit 29 - 1: XPD HALL is controlled by SW. 0: XPD HALL is controlled by FSM in ULP-coprocessor
pub fn hall_phase(&self) -> BitReaderRaw<bool>
pub fn hall_phase(&self) -> BitReaderRaw<bool>
Bit 30 - Reverse phase of hall sensor
pub fn hall_phase_force(&self) -> BitReaderRaw<bool>
pub fn hall_phase_force(&self) -> BitReaderRaw<bool>
Bit 31 - 1: HALL PHASE is controlled by SW 0: HALL PHASE is controlled by FSM in ULP-coprocessor
Methods from Deref<Target = R<SAR_HALL_CTRL_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<SAR_HALL_CTRL_SPEC>> for R
impl From<R<SAR_HALL_CTRL_SPEC>> for R
§fn from(reader: R<SAR_HALL_CTRL_SPEC>) -> R
fn from(reader: R<SAR_HALL_CTRL_SPEC>) -> R
Converts to this type from the input type.