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

pub struct W(_);

Register pa1 writer

Implementations

impl W[src]

pub fn pa_att_gc(&mut self) -> PA_ATT_GC_W[src]

Bits 28:31

pub fn pa_pwrmx_bm(&mut self) -> PA_PWRMX_BM_W[src]

Bits 24:26

pub fn pa_pwrmx_dac_pn_switch(&mut self) -> PA_PWRMX_DAC_PN_SWITCH_W[src]

Bit 22

pub fn pa_pwrmx_osdac(&mut self) -> PA_PWRMX_OSDAC_W[src]

Bits 18:21

pub fn pa_lz_bias_en(&mut self) -> PA_LZ_BIAS_EN_W[src]

Bit 17

pub fn pa_ib_fix(&mut self) -> PA_IB_FIX_W[src]

Bit 16

pub fn pa_half_on(&mut self) -> PA_HALF_ON_W[src]

Bit 15

pub fn pa_vbcas(&mut self) -> PA_VBCAS_W[src]

Bits 12:14

pub fn pa_vbcore(&mut self) -> PA_VBCORE_W[src]

Bits 8:11

pub fn pa_iet(&mut self) -> PA_IET_W[src]

Bits 4:7

pub fn pa_etb_en(&mut self) -> PA_ETB_EN_W[src]

Bit 3

pub fn pa_iaq(&mut self) -> PA_IAQ_W[src]

Bits 0:2

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

Writes raw bits to the register.

Methods from Deref<Target = W<PA1_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<PA1_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

impl From<W<PA1_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.