pub struct W(_);
Expand description
Register RF_PWC
writer
Implementations§
source§impl W
impl W
sourcepub fn perif_i2c_rstb(&mut self) -> PERIF_I2C_RSTB_W<'_, 26>
pub fn perif_i2c_rstb(&mut self) -> PERIF_I2C_RSTB_W<'_, 26>
Bit 26 - need_des
sourcepub fn xpd_perif_i2c(&mut self) -> XPD_PERIF_I2C_W<'_, 27>
pub fn xpd_perif_i2c(&mut self) -> XPD_PERIF_I2C_W<'_, 27>
Bit 27 - need_des
sourcepub fn xpd_txrf_i2c(&mut self) -> XPD_TXRF_I2C_W<'_, 28>
pub fn xpd_txrf_i2c(&mut self) -> XPD_TXRF_I2C_W<'_, 28>
Bit 28 - need_des
sourcepub fn xpd_rfrx_pbus(&mut self) -> XPD_RFRX_PBUS_W<'_, 29>
pub fn xpd_rfrx_pbus(&mut self) -> XPD_RFRX_PBUS_W<'_, 29>
Bit 29 - need_des
sourcepub fn xpd_ckgen_i2c(&mut self) -> XPD_CKGEN_I2C_W<'_, 30>
pub fn xpd_ckgen_i2c(&mut self) -> XPD_CKGEN_I2C_W<'_, 30>
Bit 30 - need_des
sourcepub fn xpd_pll_i2c(&mut self) -> XPD_PLL_I2C_W<'_, 31>
pub fn xpd_pll_i2c(&mut self) -> XPD_PLL_I2C_W<'_, 31>
Bit 31 - need_des
Methods from Deref<Target = W<RF_PWC_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