pub struct R(_);
Expand description
Register RF_PWC
reader
Implementations§
source§impl R
impl R
sourcepub fn xpd_perif_i2c(&self) -> XPD_PERIF_I2C_R
pub fn xpd_perif_i2c(&self) -> XPD_PERIF_I2C_R
Bit 27 - need_des
sourcepub fn xpd_rftx_i2c(&self) -> XPD_RFTX_I2C_R
pub fn xpd_rftx_i2c(&self) -> XPD_RFTX_I2C_R
Bit 28 - need_des
sourcepub fn xpd_rfrx_i2c(&self) -> XPD_RFRX_I2C_R
pub fn xpd_rfrx_i2c(&self) -> XPD_RFRX_I2C_R
Bit 29 - need_des
sourcepub fn xpd_rfpll(&self) -> XPD_RFPLL_R
pub fn xpd_rfpll(&self) -> XPD_RFPLL_R
Bit 30 - need_des
sourcepub fn xpd_force_rfpll(&self) -> XPD_FORCE_RFPLL_R
pub fn xpd_force_rfpll(&self) -> XPD_FORCE_RFPLL_R
Bit 31 - need_des
Methods from Deref<Target = R<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