pub struct W(_);
Expand description
Register BBPD_CTRL
writer
Implementations§
source§impl W
impl W
sourcepub fn dc_est_force_pd(&mut self) -> DC_EST_FORCE_PD_W<'_, 0>
pub fn dc_est_force_pd(&mut self) -> DC_EST_FORCE_PD_W<'_, 0>
Bit 0
sourcepub fn dc_est_force_pu(&mut self) -> DC_EST_FORCE_PU_W<'_, 1>
pub fn dc_est_force_pu(&mut self) -> DC_EST_FORCE_PU_W<'_, 1>
Bit 1
sourcepub fn fft_force_pd(&mut self) -> FFT_FORCE_PD_W<'_, 2>
pub fn fft_force_pd(&mut self) -> FFT_FORCE_PD_W<'_, 2>
Bit 2
sourcepub fn fft_force_pu(&mut self) -> FFT_FORCE_PU_W<'_, 3>
pub fn fft_force_pu(&mut self) -> FFT_FORCE_PU_W<'_, 3>
Bit 3
Methods from Deref<Target = W<BBPD_CTRL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more