[−][src]Struct bl602_pac::rf::pucr1::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>>
Trait Implementations
impl Deref for W
[src]
type Target = W<PUCR1_SPEC>
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
impl DerefMut for W
[src]
impl From<W<PUCR1_SPEC>> for W
[src]
fn from(writer: W<PUCR1_SPEC>) -> Self
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,