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

pub struct R(_);

Register rbb3 reader

Implementations

impl R[src]

pub fn pwr_det_en(&self) -> PWR_DET_EN_R[src]

Bit 31

pub fn rxiqcal_en(&self) -> RXIQCAL_EN_R[src]

Bit 28

pub fn rbb_bw(&self) -> RBB_BW_R[src]

Bits 24:25

pub fn rbb_tia_iqbias_short(&self) -> RBB_TIA_IQBIAS_SHORT_R[src]

Bit 21

pub fn rbb_bq_iqbias_short(&self) -> RBB_BQ_IQBIAS_SHORT_R[src]

Bit 20

pub fn rbb_vcm(&self) -> RBB_VCM_R[src]

Bits 16:17

pub fn rbb_bm_op(&self) -> RBB_BM_OP_R[src]

Bits 12:14

pub fn rbb_deq(&self) -> RBB_DEQ_R[src]

Bits 8:9

pub fn rbb_bt_fif_tune(&self) -> RBB_BT_FIF_TUNE_R[src]

Bits 5:6

pub fn rbb_bt_mode(&self) -> RBB_BT_MODE_R[src]

Bit 4

pub fn rbb_bt_mode_hw(&self) -> RBB_BT_MODE_HW_R[src]

Bit 0

Methods from Deref<Target = R<RBB3_SPEC>>

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

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<RBB3_SPEC>

The resulting type after dereferencing.

impl From<R<RBB3_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.