[−][src]Struct bl602_pac::rf::rfctrl_hw_en::R
Register rfctrl_hw_en
reader
Implementations
impl R
[src]
pub fn adda_ctrl_hw(&self) -> ADDA_CTRL_HW_R
[src]
Bit 12
pub fn rbb_pkdet_out_rstn_ctrl_hw(&self) -> RBB_PKDET_OUT_RSTN_CTRL_HW_R
[src]
Bit 11
pub fn rbb_pkdet_en_ctrl_hw(&self) -> RBB_PKDET_EN_CTRL_HW_R
[src]
Bit 10
pub fn sdm_ctrl_hw(&self) -> SDM_CTRL_HW_R
[src]
Bit 9
pub fn inc_fcal_ctrl_en_hw(&self) -> INC_FCAL_CTRL_EN_HW_R
[src]
Bit 8
pub fn inc_acal_ctrl_en_hw(&self) -> INC_ACAL_CTRL_EN_HW_R
[src]
Bit 7
pub fn lo_ctrl_hw(&self) -> LO_CTRL_HW_R
[src]
Bit 6
pub fn trxcal_ctrl_hw(&self) -> TRXCAL_CTRL_HW_R
[src]
Bit 5
pub fn rbb_bw_ctrl_hw(&self) -> RBB_BW_CTRL_HW_R
[src]
Bit 4
pub fn lna_ctrl_hw(&self) -> LNA_CTRL_HW_R
[src]
Bit 3
pub fn tx_gain_ctrl_hw(&self) -> TX_GAIN_CTRL_HW_R
[src]
Bit 2
pub fn rx_gain_ctrl_hw(&self) -> RX_GAIN_CTRL_HW_R
[src]
Bit 1
pub fn pu_ctrl_hw(&self) -> PU_CTRL_HW_R
[src]
Bit 0
Methods from Deref<Target = R<RFCTRL_HW_EN_SPEC>>
Trait Implementations
impl Deref for R
[src]
type Target = R<RFCTRL_HW_EN_SPEC>
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
impl From<R<RFCTRL_HW_EN_SPEC>> for R
[src]
fn from(reader: R<RFCTRL_HW_EN_SPEC>) -> Self
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,