pub struct W(/* private fields */);Expand description
Register rf_ctrl_source writer
Implementations§
Source§impl W
impl W
Sourcepub fn pu_ctrl_hw(&mut self) -> PU_CTRL_HW_W<'_, 0>
pub fn pu_ctrl_hw(&mut self) -> PU_CTRL_HW_W<'_, 0>
Bit 0
Sourcepub fn gain_ctrl_tx_hw(&mut self) -> GAIN_CTRL_TX_HW_W<'_, 3>
pub fn gain_ctrl_tx_hw(&mut self) -> GAIN_CTRL_TX_HW_W<'_, 3>
Bit 3
Sourcepub fn gain_ctrl_rx_hw(&mut self) -> GAIN_CTRL_RX_HW_W<'_, 4>
pub fn gain_ctrl_rx_hw(&mut self) -> GAIN_CTRL_RX_HW_W<'_, 4>
Bit 4
Sourcepub fn rosdac_ctrl_hw(&mut self) -> ROSDAC_CTRL_HW_W<'_, 8>
pub fn rosdac_ctrl_hw(&mut self) -> ROSDAC_CTRL_HW_W<'_, 8>
Bit 8
Sourcepub fn rosdac_ctrl_rccal(&mut self) -> ROSDAC_CTRL_RCCAL_W<'_, 9>
pub fn rosdac_ctrl_rccal(&mut self) -> ROSDAC_CTRL_RCCAL_W<'_, 9>
Bit 9
Sourcepub fn kcal_ratio_ctrl_hw(&mut self) -> KCAL_RATIO_CTRL_HW_W<'_, 12>
pub fn kcal_ratio_ctrl_hw(&mut self) -> KCAL_RATIO_CTRL_HW_W<'_, 12>
Bit 12
Sourcepub fn rbb_bw_ctrl_hw(&mut self) -> RBB_BW_CTRL_HW_W<'_, 16>
pub fn rbb_bw_ctrl_hw(&mut self) -> RBB_BW_CTRL_HW_W<'_, 16>
Bit 16
Sourcepub fn lo_fcw_ctrl_hw(&mut self) -> LO_FCW_CTRL_HW_W<'_, 20>
pub fn lo_fcw_ctrl_hw(&mut self) -> LO_FCW_CTRL_HW_W<'_, 20>
Bit 20
Sourcepub fn inc_fcal_en_ctrl_hw(&mut self) -> INC_FCAL_EN_CTRL_HW_W<'_, 24>
pub fn inc_fcal_en_ctrl_hw(&mut self) -> INC_FCAL_EN_CTRL_HW_W<'_, 24>
Bit 24
Sourcepub fn vco_idac_ctrl_hw(&mut self) -> VCO_IDAC_CTRL_HW_W<'_, 28>
pub fn vco_idac_ctrl_hw(&mut self) -> VCO_IDAC_CTRL_HW_W<'_, 28>
Bit 28
Methods from Deref<Target = W<RF_CTRL_SOURCE_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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