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

pub struct R(_);

Register pa1 reader

Implementations

impl R[src]

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

Bits 28:31

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

Bits 24:26

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

Bit 22

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

Bits 18:21

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

Bit 17

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

Bit 16

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

Bit 15

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

Bits 12:14

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

Bits 8:11

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

Bits 4:7

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

Bit 3

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

Bits 0:2

Methods from Deref<Target = R<PA1_SPEC>>

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

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<PA1_SPEC>

The resulting type after dereferencing.

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