Struct esp32c3_hal::pac::apb_saradc::arb_ctrl::R
pub struct R(_);
Expand description
Register ARB_CTRL
reader
Implementations
impl R
impl R
pub fn adc_arb_apb_force(&self) -> BitReaderRaw<bool>
pub fn adc_arb_apb_force(&self) -> BitReaderRaw<bool>
Bit 2 - adc2 arbiter force to enableapb controller
pub fn adc_arb_rtc_force(&self) -> BitReaderRaw<bool>
pub fn adc_arb_rtc_force(&self) -> BitReaderRaw<bool>
Bit 3 - adc2 arbiter force to enable rtc controller
pub fn adc_arb_wifi_force(&self) -> BitReaderRaw<bool>
pub fn adc_arb_wifi_force(&self) -> BitReaderRaw<bool>
Bit 4 - adc2 arbiter force to enable wifi controller
pub fn adc_arb_grant_force(&self) -> BitReaderRaw<bool>
pub fn adc_arb_grant_force(&self) -> BitReaderRaw<bool>
Bit 5 - adc2 arbiter force grant
pub fn adc_arb_apb_priority(&self) -> FieldReaderRaw<u8, u8>
pub fn adc_arb_apb_priority(&self) -> FieldReaderRaw<u8, u8>
Bits 6:7 - Set adc2 arbiterapb priority
pub fn adc_arb_rtc_priority(&self) -> FieldReaderRaw<u8, u8>
pub fn adc_arb_rtc_priority(&self) -> FieldReaderRaw<u8, u8>
Bits 8:9 - Set adc2 arbiter rtc priority
pub fn adc_arb_wifi_priority(&self) -> FieldReaderRaw<u8, u8>
pub fn adc_arb_wifi_priority(&self) -> FieldReaderRaw<u8, u8>
Bits 10:11 - Set adc2 arbiter wifi priority
pub fn adc_arb_fix_priority(&self) -> BitReaderRaw<bool>
pub fn adc_arb_fix_priority(&self) -> BitReaderRaw<bool>
Bit 12 - adc2 arbiter uses fixed priority
Methods from Deref<Target = R<ARB_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<ARB_CTRL_SPEC>> for R
impl From<R<ARB_CTRL_SPEC>> for R
fn from(reader: R<ARB_CTRL_SPEC>) -> R
fn from(reader: R<ARB_CTRL_SPEC>) -> R
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