pub struct W(_);
Expand description
Register ARB_CTRL
writer
Implementations
sourceimpl W
impl W
sourcepub fn adc_arb_apb_force(&mut self) -> ADC_ARB_APB_FORCE_W<'_, 2>
pub fn adc_arb_apb_force(&mut self) -> ADC_ARB_APB_FORCE_W<'_, 2>
Bit 2 - ADC2 arbiter forces to enable DIG ADC2 CTRL.
sourcepub fn adc_arb_rtc_force(&mut self) -> ADC_ARB_RTC_FORCE_W<'_, 3>
pub fn adc_arb_rtc_force(&mut self) -> ADC_ARB_RTC_FORCE_W<'_, 3>
Bit 3 - ADC2 arbiter forces to enable RTC ADC2 CTRL.
sourcepub fn adc_arb_wifi_force(&mut self) -> ADC_ARB_WIFI_FORCE_W<'_, 4>
pub fn adc_arb_wifi_force(&mut self) -> ADC_ARB_WIFI_FORCE_W<'_, 4>
Bit 4 - ADC2 arbiter forces to enable PWDET/PKDET CTRL.
sourcepub fn adc_arb_grant_force(&mut self) -> ADC_ARB_GRANT_FORCE_W<'_, 5>
pub fn adc_arb_grant_force(&mut self) -> ADC_ARB_GRANT_FORCE_W<'_, 5>
Bit 5 - ADC2 arbiter force grant.
sourcepub fn adc_arb_apb_priority(&mut self) -> ADC_ARB_APB_PRIORITY_W<'_, 6>
pub fn adc_arb_apb_priority(&mut self) -> ADC_ARB_APB_PRIORITY_W<'_, 6>
Bits 6:7 - Set DIG ADC2 CTRL priority.
sourcepub fn adc_arb_rtc_priority(&mut self) -> ADC_ARB_RTC_PRIORITY_W<'_, 8>
pub fn adc_arb_rtc_priority(&mut self) -> ADC_ARB_RTC_PRIORITY_W<'_, 8>
Bits 8:9 - Set RTC ADC2 CTRL priority.
sourcepub fn adc_arb_wifi_priority(&mut self) -> ADC_ARB_WIFI_PRIORITY_W<'_, 10>
pub fn adc_arb_wifi_priority(&mut self) -> ADC_ARB_WIFI_PRIORITY_W<'_, 10>
Bits 10:11 - Set PWDET/PKDET CTRL priority.
sourcepub fn adc_arb_fix_priority(&mut self) -> ADC_ARB_FIX_PRIORITY_W<'_, 12>
pub fn adc_arb_fix_priority(&mut self) -> ADC_ARB_FIX_PRIORITY_W<'_, 12>
Bit 12 - ADC2 arbiter uses fixed priority.
Methods from Deref<Target = W<ARB_CTRL_SPEC>>
Trait Implementations
sourceimpl From<W<ARB_CTRL_SPEC>> for W
impl From<W<ARB_CTRL_SPEC>> for W
sourcefn from(writer: W<ARB_CTRL_SPEC>) -> Self
fn from(writer: W<ARB_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