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