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

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

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

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<TEN_AC_SPEC>

The resulting type after dereferencing.

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