pub struct R(_);Expand description
Register BBPD_CTRL reader
Implementations
sourceimpl R
impl R
sourcepub fn dc_est_force_pd(&self) -> DC_EST_FORCE_PD_R
pub fn dc_est_force_pd(&self) -> DC_EST_FORCE_PD_R
Bit 0
sourcepub fn dc_est_force_pu(&self) -> DC_EST_FORCE_PU_R
pub fn dc_est_force_pu(&self) -> DC_EST_FORCE_PU_R
Bit 1
sourcepub fn fft_force_pd(&self) -> FFT_FORCE_PD_R
pub fn fft_force_pd(&self) -> FFT_FORCE_PD_R
Bit 2
sourcepub fn fft_force_pu(&self) -> FFT_FORCE_PU_R
pub fn fft_force_pu(&self) -> FFT_FORCE_PU_R
Bit 3
Methods from Deref<Target = R<BBPD_CTRL_SPEC>>
Trait Implementations
sourceimpl From<R<BBPD_CTRL_SPEC>> for R
impl From<R<BBPD_CTRL_SPEC>> for R
sourcefn from(reader: R<BBPD_CTRL_SPEC>) -> Self
fn from(reader: R<BBPD_CTRL_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