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

pub struct W(_);

Register pucr1_hw writer

Implementations

impl W[src]

pub fn pu_tosdac_hw(&mut self) -> PU_TOSDAC_HW_W[src]

Bit 31

pub fn pu_rosdac_hw(&mut self) -> PU_ROSDAC_HW_W[src]

Bit 29

pub fn pu_pkdet_hw(&mut self) -> PU_PKDET_HW_W[src]

Bit 28

pub fn trsw_en_hw(&mut self) -> TRSW_EN_HW_W[src]

Bit 26

pub fn pu_txbuf_hw(&mut self) -> PU_TXBUF_HW_W[src]

Bit 25

pub fn pu_rxbuf_hw(&mut self) -> PU_RXBUF_HW_W[src]

Bit 24

pub fn pu_osmx_hw(&mut self) -> PU_OSMX_HW_W[src]

Bit 23

pub fn pu_pfd_hw(&mut self) -> PU_PFD_HW_W[src]

Bit 22

pub fn pu_fbdv_hw(&mut self) -> PU_FBDV_HW_W[src]

Bit 21

pub fn pu_vco_hw(&mut self) -> PU_VCO_HW_W[src]

Bit 20

pub fn pu_dac_hw(&mut self) -> PU_DAC_HW_W[src]

Bit 19

pub fn pu_tbb_hw(&mut self) -> PU_TBB_HW_W[src]

Bit 18

pub fn pu_tmx_hw(&mut self) -> PU_TMX_HW_W[src]

Bit 17

pub fn pu_pa_hw(&mut self) -> PU_PA_HW_W[src]

Bit 16

pub fn pu_adc_hw(&mut self) -> PU_ADC_HW_W[src]

Bit 14

pub fn adc_clk_en_hw(&mut self) -> ADC_CLK_EN_HW_W[src]

Bit 13

pub fn pu_adda_ldo_hw(&mut self) -> PU_ADDA_LDO_HW_W[src]

Bit 12

pub fn pu_rbb_hw(&mut self) -> PU_RBB_HW_W[src]

Bit 11

pub fn pu_rmx_hw(&mut self) -> PU_RMX_HW_W[src]

Bit 10

pub fn pu_rmxgm_hw(&mut self) -> PU_RMXGM_HW_W[src]

Bit 9

pub fn pu_lna_hw(&mut self) -> PU_LNA_HW_W[src]

Bit 8

pub fn pu_sfreg_hw(&mut self) -> PU_SFREG_HW_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_HW_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_HW_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

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