[−][src]Struct bl602_pac::rf::rbb3::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>>
Trait Implementations
impl Deref for R
[src]
type Target = R<RBB3_SPEC>
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
impl From<R<RBB3_SPEC>> for R
[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>,