[−][src]Struct bl602_pac::rf::ten_ac::R
Register ten_ac
reader
Implementations
impl R
[src]
pub fn atest_in_en_i(&self) -> ATEST_IN_EN_I_R
[src]
Bit 23
pub fn atest_in_en_q(&self) -> ATEST_IN_EN_Q_R
[src]
Bit 22
pub fn atest_out_en_i(&self) -> ATEST_OUT_EN_I_R
[src]
Bit 21
pub fn atest_out_en_q(&self) -> ATEST_OUT_EN_Q_R
[src]
Bit 20
pub fn atest_gain_r5(&self) -> ATEST_GAIN_R5_R
[src]
Bits 16:18
pub fn atest_gain_r6(&self) -> ATEST_GAIN_R6_R
[src]
Bits 14:15
pub fn atest_gain_r7(&self) -> ATEST_GAIN_R7_R
[src]
Bits 12:13
pub fn atest_gain_r8(&self) -> ATEST_GAIN_R8_R
[src]
Bits 10:11
pub fn atest_gain_r9(&self) -> ATEST_GAIN_R9_R
[src]
Bits 8:9
pub fn atest_in_en(&self) -> ATEST_IN_EN_R
[src]
Bit 6
pub fn atest_in_trx_sw(&self) -> ATEST_IN_TRX_SW_R
[src]
Bit 5
pub fn atest_dac_en(&self) -> ATEST_DAC_EN_R
[src]
Bit 4
pub fn atest_op_cc(&self) -> ATEST_OP_CC_R
[src]
Bits 0:3
Methods from Deref<Target = R<TEN_AC_SPEC>>
Trait Implementations
impl Deref for R
[src]
type Target = R<TEN_AC_SPEC>
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
impl From<R<TEN_AC_SPEC>> for R
[src]
fn from(reader: R<TEN_AC_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>,