[][src]Struct bl602_pac::rf::rfctrl_hw_en::R

pub struct 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>>

pub fn bits(&self) -> REG::Ux[src]

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<RFCTRL_HW_EN_SPEC>

The resulting type after dereferencing.

impl From<R<RFCTRL_HW_EN_SPEC>> for R[src]

Auto Trait Implementations

impl Send for R

impl Sync for R

impl Unpin for R

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.