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

pub struct R(_);

Register pucr1 reader

Implementations

impl R[src]

pub fn pu_tosdac(&self) -> PU_TOSDAC_R[src]

Bit 31

pub fn pu_pwrmx(&self) -> PU_PWRMX_R[src]

Bit 30

pub fn pu_rosdac(&self) -> PU_ROSDAC_R[src]

Bit 29

pub fn pu_pkdet(&self) -> PU_PKDET_R[src]

Bit 28

pub fn trsw_en(&self) -> TRSW_EN_R[src]

Bit 26

pub fn pu_txbuf(&self) -> PU_TXBUF_R[src]

Bit 25

pub fn pu_rxbuf(&self) -> PU_RXBUF_R[src]

Bit 24

pub fn pu_osmx(&self) -> PU_OSMX_R[src]

Bit 23

pub fn pu_pfd(&self) -> PU_PFD_R[src]

Bit 22

pub fn pu_fbdv(&self) -> PU_FBDV_R[src]

Bit 21

pub fn pu_vco(&self) -> PU_VCO_R[src]

Bit 20

pub fn pu_dac(&self) -> PU_DAC_R[src]

Bit 19

pub fn pu_tbb(&self) -> PU_TBB_R[src]

Bit 18

pub fn pu_tmx(&self) -> PU_TMX_R[src]

Bit 17

pub fn pu_pa(&self) -> PU_PA_R[src]

Bit 16

pub fn pu_op_atest(&self) -> PU_OP_ATEST_R[src]

Bit 15

pub fn pu_adc(&self) -> PU_ADC_R[src]

Bit 14

pub fn adc_clk_en(&self) -> ADC_CLK_EN_R[src]

Bit 13

pub fn pu_adda_ldo(&self) -> PU_ADDA_LDO_R[src]

Bit 12

pub fn pu_rbb(&self) -> PU_RBB_R[src]

Bit 11

pub fn pu_rmx(&self) -> PU_RMX_R[src]

Bit 10

pub fn pu_rmxgm(&self) -> PU_RMXGM_R[src]

Bit 9

pub fn pu_lna(&self) -> PU_LNA_R[src]

Bit 8

pub fn pu_sfreg(&self) -> PU_SFREG_R[src]

Bit 0

Methods from Deref<Target = R<PUCR1_SPEC>>

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

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<PUCR1_SPEC>

The resulting type after dereferencing.

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