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

pub struct W(_);

Register ten_ac writer

Implementations

impl W[src]

pub fn atest_in_en_i(&mut self) -> ATEST_IN_EN_I_W[src]

Bit 23

pub fn atest_in_en_q(&mut self) -> ATEST_IN_EN_Q_W[src]

Bit 22

pub fn atest_out_en_i(&mut self) -> ATEST_OUT_EN_I_W[src]

Bit 21

pub fn atest_out_en_q(&mut self) -> ATEST_OUT_EN_Q_W[src]

Bit 20

pub fn atest_gain_r5(&mut self) -> ATEST_GAIN_R5_W[src]

Bits 16:18

pub fn atest_gain_r6(&mut self) -> ATEST_GAIN_R6_W[src]

Bits 14:15

pub fn atest_gain_r7(&mut self) -> ATEST_GAIN_R7_W[src]

Bits 12:13

pub fn atest_gain_r8(&mut self) -> ATEST_GAIN_R8_W[src]

Bits 10:11

pub fn atest_gain_r9(&mut self) -> ATEST_GAIN_R9_W[src]

Bits 8:9

pub fn atest_in_en(&mut self) -> ATEST_IN_EN_W[src]

Bit 6

pub fn atest_in_trx_sw(&mut self) -> ATEST_IN_TRX_SW_W[src]

Bit 5

pub fn atest_dac_en(&mut self) -> ATEST_DAC_EN_W[src]

Bit 4

pub fn atest_op_cc(&mut self) -> ATEST_OP_CC_W[src]

Bits 0:3

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register.

Methods from Deref<Target = W<TEN_AC_SPEC>>

pub unsafe fn bits(&mut self, bits: REG::Ux) -> &mut Self[src]

Writes raw bits to the register.

Trait Implementations

impl Deref for W[src]

type Target = W<TEN_AC_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

impl From<W<TEN_AC_SPEC>> for W[src]

Auto Trait Implementations

impl Send for W

impl Sync for W

impl Unpin for W

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.