[−][src]Struct bl602_pac::rf::tbb_gain_index1::R
Register tbb_gain_index1
reader
Implementations
impl R
[src]
pub fn gain_ctrl1_gc_tbb_boost(&self) -> GAIN_CTRL1_GC_TBB_BOOST_R
[src]
Bits 30:31
pub fn gain_ctrl1_dac_bias_sel(&self) -> GAIN_CTRL1_DAC_BIAS_SEL_R
[src]
Bits 28:29
pub fn gain_ctrl1_gc_tmx(&self) -> GAIN_CTRL1_GC_TMX_R
[src]
Bits 24:26
pub fn gain_ctrl1_gc_tbb(&self) -> GAIN_CTRL1_GC_TBB_R
[src]
Bits 16:20
pub fn gain_ctrl0_gc_tbb_boost(&self) -> GAIN_CTRL0_GC_TBB_BOOST_R
[src]
Bits 14:15
pub fn gain_ctrl0_dac_bias_sel(&self) -> GAIN_CTRL0_DAC_BIAS_SEL_R
[src]
Bits 12:13
pub fn gain_ctrl0_gc_tmx(&self) -> GAIN_CTRL0_GC_TMX_R
[src]
Bits 8:10
pub fn gain_ctrl0_gc_tbb(&self) -> GAIN_CTRL0_GC_TBB_R
[src]
Bits 0:4
Methods from Deref<Target = R<TBB_GAIN_INDEX1_SPEC>>
Trait Implementations
impl Deref for R
[src]
type Target = R<TBB_GAIN_INDEX1_SPEC>
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
impl From<R<TBB_GAIN_INDEX1_SPEC>> for R
[src]
fn from(reader: R<TBB_GAIN_INDEX1_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>,