pub struct R(/* private fields */);Expand description
Register rfctrl_hw_en reader
Implementations§
Source§impl R
impl R
Sourcepub fn pu_ctrl_hw(&self) -> PU_CTRL_HW_R
pub fn pu_ctrl_hw(&self) -> PU_CTRL_HW_R
Bit 0
Sourcepub fn rx_gain_ctrl_hw(&self) -> RX_GAIN_CTRL_HW_R
pub fn rx_gain_ctrl_hw(&self) -> RX_GAIN_CTRL_HW_R
Bit 1
Sourcepub fn tx_gain_ctrl_hw(&self) -> TX_GAIN_CTRL_HW_R
pub fn tx_gain_ctrl_hw(&self) -> TX_GAIN_CTRL_HW_R
Bit 2
Sourcepub fn lna_ctrl_hw(&self) -> LNA_CTRL_HW_R
pub fn lna_ctrl_hw(&self) -> LNA_CTRL_HW_R
Bit 3
Sourcepub fn rbb_bw_ctrl_hw(&self) -> RBB_BW_CTRL_HW_R
pub fn rbb_bw_ctrl_hw(&self) -> RBB_BW_CTRL_HW_R
Bit 4
Sourcepub fn trxcal_ctrl_hw(&self) -> TRXCAL_CTRL_HW_R
pub fn trxcal_ctrl_hw(&self) -> TRXCAL_CTRL_HW_R
Bit 5
Sourcepub fn lo_ctrl_hw(&self) -> LO_CTRL_HW_R
pub fn lo_ctrl_hw(&self) -> LO_CTRL_HW_R
Bit 6
Sourcepub fn inc_acal_ctrl_en_hw(&self) -> INC_ACAL_CTRL_EN_HW_R
pub fn inc_acal_ctrl_en_hw(&self) -> INC_ACAL_CTRL_EN_HW_R
Bit 7
Sourcepub fn inc_fcal_ctrl_en_hw(&self) -> INC_FCAL_CTRL_EN_HW_R
pub fn inc_fcal_ctrl_en_hw(&self) -> INC_FCAL_CTRL_EN_HW_R
Bit 8
Sourcepub fn sdm_ctrl_hw(&self) -> SDM_CTRL_HW_R
pub fn sdm_ctrl_hw(&self) -> SDM_CTRL_HW_R
Bit 9
Sourcepub fn rbb_pkdet_en_ctrl_hw(&self) -> RBB_PKDET_EN_CTRL_HW_R
pub fn rbb_pkdet_en_ctrl_hw(&self) -> RBB_PKDET_EN_CTRL_HW_R
Bit 10
Sourcepub fn rbb_pkdet_out_rstn_ctrl_hw(&self) -> RBB_PKDET_OUT_RSTN_CTRL_HW_R
pub fn rbb_pkdet_out_rstn_ctrl_hw(&self) -> RBB_PKDET_OUT_RSTN_CTRL_HW_R
Bit 11
Sourcepub fn adda_ctrl_hw(&self) -> ADDA_CTRL_HW_R
pub fn adda_ctrl_hw(&self) -> ADDA_CTRL_HW_R
Bit 12
Methods from Deref<Target = R<RFCTRL_HW_EN_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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