[−][src]Struct bl602_pac::rf::ten_dc::R
Register ten_dc
reader
Implementations
impl R
[src]
pub fn ten_lodist(&self) -> TEN_LODIST_R
[src]
Bit 27
pub fn ten_lf(&self) -> TEN_LF_R
[src]
Bit 26
pub fn ten_pfdcp(&self) -> TEN_PFDCP_R
[src]
Bit 25
pub fn ten_vco(&self) -> TEN_VCO_R
[src]
Bit 24
pub fn ten_dac_q(&self) -> TEN_DAC_Q_R
[src]
Bit 22
pub fn ten_dac_i(&self) -> TEN_DAC_I_R
[src]
Bit 21
pub fn ten_adc(&self) -> TEN_ADC_R
[src]
Bit 20
pub fn ten_tbb(&self) -> TEN_TBB_R
[src]
Bit 19
pub fn ten_atest(&self) -> TEN_ATEST_R
[src]
Bit 18
pub fn ten_bq(&self) -> TEN_BQ_R
[src]
Bit 17
pub fn ten_tia(&self) -> TEN_TIA_R
[src]
Bit 16
pub fn ten_tmx(&self) -> TEN_TMX_R
[src]
Bit 15
pub fn ten_pa(&self) -> TEN_PA_R
[src]
Bit 14
pub fn ten_rrf_1(&self) -> TEN_RRF_1_R
[src]
Bit 13
pub fn ten_rrf_0(&self) -> TEN_RRF_0_R
[src]
Bit 12
pub fn ten_clkpll_sfreg(&self) -> TEN_CLKPLL_SFREG_R
[src]
Bit 9
pub fn ten_clkpll(&self) -> TEN_CLKPLL_R
[src]
Bit 8
pub fn dc_tp_clkpll_en(&self) -> DC_TP_CLKPLL_EN_R
[src]
Bit 4
pub fn dc_tp_en(&self) -> DC_TP_EN_R
[src]
Bit 3
pub fn tmux(&self) -> TMUX_R
[src]
Bits 0:2
Methods from Deref<Target = R<TEN_DC_SPEC>>
Trait Implementations
impl Deref for R
[src]
type Target = R<TEN_DC_SPEC>
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
impl From<R<TEN_DC_SPEC>> for R
[src]
fn from(reader: R<TEN_DC_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>,