[−][src]Struct bl602_pac::rf::pucr1_hw::R
Register pucr1_hw
reader
Implementations
impl R
[src]
pub fn pu_tosdac_hw(&self) -> PU_TOSDAC_HW_R
[src]
Bit 31
pub fn pu_rosdac_hw(&self) -> PU_ROSDAC_HW_R
[src]
Bit 29
pub fn pu_pkdet_hw(&self) -> PU_PKDET_HW_R
[src]
Bit 28
pub fn trsw_en_hw(&self) -> TRSW_EN_HW_R
[src]
Bit 26
pub fn pu_txbuf_hw(&self) -> PU_TXBUF_HW_R
[src]
Bit 25
pub fn pu_rxbuf_hw(&self) -> PU_RXBUF_HW_R
[src]
Bit 24
pub fn pu_osmx_hw(&self) -> PU_OSMX_HW_R
[src]
Bit 23
pub fn pu_pfd_hw(&self) -> PU_PFD_HW_R
[src]
Bit 22
pub fn pu_fbdv_hw(&self) -> PU_FBDV_HW_R
[src]
Bit 21
pub fn pu_vco_hw(&self) -> PU_VCO_HW_R
[src]
Bit 20
pub fn pu_dac_hw(&self) -> PU_DAC_HW_R
[src]
Bit 19
pub fn pu_tbb_hw(&self) -> PU_TBB_HW_R
[src]
Bit 18
pub fn pu_tmx_hw(&self) -> PU_TMX_HW_R
[src]
Bit 17
pub fn pu_pa_hw(&self) -> PU_PA_HW_R
[src]
Bit 16
pub fn pu_adc_hw(&self) -> PU_ADC_HW_R
[src]
Bit 14
pub fn adc_clk_en_hw(&self) -> ADC_CLK_EN_HW_R
[src]
Bit 13
pub fn pu_adda_ldo_hw(&self) -> PU_ADDA_LDO_HW_R
[src]
Bit 12
pub fn pu_rbb_hw(&self) -> PU_RBB_HW_R
[src]
Bit 11
pub fn pu_rmx_hw(&self) -> PU_RMX_HW_R
[src]
Bit 10
pub fn pu_rmxgm_hw(&self) -> PU_RMXGM_HW_R
[src]
Bit 9
pub fn pu_lna_hw(&self) -> PU_LNA_HW_R
[src]
Bit 8
pub fn pu_sfreg_hw(&self) -> PU_SFREG_HW_R
[src]
Bit 0
Methods from Deref<Target = R<PUCR1_HW_SPEC>>
Trait Implementations
impl Deref for R
[src]
type Target = R<PUCR1_HW_SPEC>
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
impl From<R<PUCR1_HW_SPEC>> for R
[src]
fn from(reader: R<PUCR1_HW_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>,