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

pub struct W(_);

Register pucr1 writer

Implementations

impl W[src]

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

Bit 31

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

Bit 30

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

Bit 29

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

Bit 28

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

Bit 26

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

Bit 25

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

Bit 24

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

Bit 23

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

Bit 22

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

Bit 21

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

Bit 20

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

Bit 19

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

Bit 18

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

Bit 17

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

Bit 16

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

Bit 15

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

Bit 14

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

Bit 13

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

Bit 12

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

Bit 11

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

Bit 10

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

Bit 9

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

Bit 8

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

Bit 0

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

Writes raw bits to the register.

Methods from Deref<Target = W<PUCR1_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<PUCR1_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

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