Struct ch641::R

source ·
pub struct R<REG: RegisterSpec + ?Sized> { /* private fields */ }
Expand description

Register reader.

Result of the read methods of registers. Also used as a closure argument in the modify method.

Implementations§

source§

impl<REG: RegisterSpec> R<REG>

source

pub fn bits(&self) -> REG::Ux

Reads raw bits from register.

Trait Implementations§

source§

impl From<R<ACTLR_SPEC>> for R

source§

fn from(reader: R<ACTLR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<AHBPCENR_SPEC>> for R

source§

fn from(reader: R<AHBPCENR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<APB1PCENR_SPEC>> for R

source§

fn from(reader: R<APB1PCENR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<APB1PRSTR_SPEC>> for R

source§

fn from(reader: R<APB1PRSTR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<APB2PCENR_SPEC>> for R

source§

fn from(reader: R<APB2PCENR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<APB2PRSTR_SPEC>> for R

source§

fn from(reader: R<APB2PRSTR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<ATRLR_SPEC>> for R

source§

fn from(reader: R<ATRLR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<ATRLR_SPEC>> for R

source§

fn from(reader: R<ATRLR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<AWUCSR_SPEC>> for R

source§

fn from(reader: R<AWUCSR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<AWUWR_SPEC>> for R

source§

fn from(reader: R<AWUWR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<BDTR_SPEC>> for R

source§

fn from(reader: R<BDTR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<BMC_BYTE_CNT_SPEC>> for R

source§

fn from(reader: R<BMC_BYTE_CNT_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<BMC_CLK_CNT_SPEC>> for R

source§

fn from(reader: R<BMC_CLK_CNT_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<BMC_TX_SZ_SPEC>> for R

source§

fn from(reader: R<BMC_TX_SZ_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<BRR_SPEC>> for R

source§

fn from(reader: R<BRR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<CCER_SPEC>> for R

source§

fn from(reader: R<CCER_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<CCER_SPEC>> for R

source§

fn from(reader: R<CCER_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<CFGHR_SPEC>> for R

source§

fn from(reader: R<CFGHR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<CFGLR_SPEC>> for R

source§

fn from(reader: R<CFGLR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<CFGR0_SPEC>> for R

source§

fn from(reader: R<CFGR0_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<CFGR1_SPEC>> for R

source§

fn from(reader: R<CFGR1_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<CFGR2_SPEC>> for R

source§

fn from(reader: R<CFGR2_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<CFGR3_SPEC>> for R

source§

fn from(reader: R<CFGR3_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<CFGR4_SPEC>> for R

source§

fn from(reader: R<CFGR4_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<CFGR5_SPEC>> for R

source§

fn from(reader: R<CFGR5_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<CFGR6_SPEC>> for R

source§

fn from(reader: R<CFGR6_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<CFGR7_SPEC>> for R

source§

fn from(reader: R<CFGR7_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<CFGR_SPEC>> for R

source§

fn from(reader: R<CFGR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<CH1CVR_SPEC>> for R

source§

fn from(reader: R<CH1CVR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<CH1CVR_SPEC>> for R

source§

fn from(reader: R<CH1CVR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<CH2CVR_SPEC>> for R

source§

fn from(reader: R<CH2CVR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<CH2CVR_SPEC>> for R

source§

fn from(reader: R<CH2CVR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<CH3CVR_SPEC>> for R

source§

fn from(reader: R<CH3CVR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<CHCTLR1_INPUT_SPEC>> for R

source§

fn from(reader: R<CHCTLR1_INPUT_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<CHCTLR1_INPUT_SPEC>> for R

source§

fn from(reader: R<CHCTLR1_INPUT_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<CHCTLR1_OUTPUT_SPEC>> for R

source§

fn from(reader: R<CHCTLR1_OUTPUT_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<CHCTLR1_OUTPUT_SPEC>> for R

source§

fn from(reader: R<CHCTLR1_OUTPUT_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<CHCTLR2_INPUT_SPEC>> for R

source§

fn from(reader: R<CHCTLR2_INPUT_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<CHCTLR2_OUTPUT_SPEC>> for R

source§

fn from(reader: R<CHCTLR2_OUTPUT_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<CNTR1_SPEC>> for R

source§

fn from(reader: R<CNTR1_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<CNTR2_SPEC>> for R

source§

fn from(reader: R<CNTR2_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<CNTR3_SPEC>> for R

source§

fn from(reader: R<CNTR3_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<CNTR4_SPEC>> for R

source§

fn from(reader: R<CNTR4_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<CNTR5_SPEC>> for R

source§

fn from(reader: R<CNTR5_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<CNTR6_SPEC>> for R

source§

fn from(reader: R<CNTR6_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<CNTR7_SPEC>> for R

source§

fn from(reader: R<CNTR7_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<CNT_SPEC>> for R

source§

fn from(reader: R<CNT_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<CNT_SPEC>> for R

source§

fn from(reader: R<CNT_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<CONFIG_SPEC>> for R

source§

fn from(reader: R<CONFIG_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<CONTROL_SPEC>> for R

source§

fn from(reader: R<CONTROL_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<CSR_SPEC>> for R

source§

fn from(reader: R<CSR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<CTLR1_SPEC>> for R

source§

fn from(reader: R<CTLR1_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<CTLR1_SPEC>> for R

source§

fn from(reader: R<CTLR1_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<CTLR1_SPEC>> for R

source§

fn from(reader: R<CTLR1_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<CTLR1_SPEC>> for R

source§

fn from(reader: R<CTLR1_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<CTLR1_SPEC>> for R

source§

fn from(reader: R<CTLR1_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<CTLR2_SPEC>> for R

source§

fn from(reader: R<CTLR2_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<CTLR2_SPEC>> for R

source§

fn from(reader: R<CTLR2_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<CTLR2_SPEC>> for R

source§

fn from(reader: R<CTLR2_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<CTLR2_SPEC>> for R

source§

fn from(reader: R<CTLR2_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<CTLR3_SPEC>> for R

source§

fn from(reader: R<CTLR3_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<CTLR_SPEC>> for R

source§

fn from(reader: R<CTLR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<CTLR_SPEC>> for R

source§

fn from(reader: R<CTLR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<CTLR_SPEC>> for R

source§

fn from(reader: R<CTLR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<CTLR_SPEC>> for R

source§

fn from(reader: R<CTLR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<CTRL_SPEC>> for R

source§

fn from(reader: R<CTRL_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<DATAR_SPEC>> for R

source§

fn from(reader: R<DATAR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<DATAR_SPEC>> for R

source§

fn from(reader: R<DATAR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<DATA_BUF_SPEC>> for R

source§

fn from(reader: R<DATA_BUF_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<DLYR_SPEC>> for R

source§

fn from(reader: R<DLYR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<DMAADR_SPEC>> for R

source§

fn from(reader: R<DMAADR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<DMACFGR_SPEC>> for R

source§

fn from(reader: R<DMACFGR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<DMAINTENR_SPEC>> for R

source§

fn from(reader: R<DMAINTENR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<DMAINTENR_SPEC>> for R

source§

fn from(reader: R<DMAINTENR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<DMA_SPEC>> for R

source§

fn from(reader: R<DMA_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<EVENR_SPEC>> for R

source§

fn from(reader: R<EVENR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<EXTEN_CTLR0_SPEC>> for R

source§

fn from(reader: R<EXTEN_CTLR0_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<EXTEN_CTLR1_SPEC>> for R

source§

fn from(reader: R<EXTEN_CTLR1_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<EXTEN_CTLR2_SPEC>> for R

source§

fn from(reader: R<EXTEN_CTLR2_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<EXTICR_SPEC>> for R

source§

fn from(reader: R<EXTICR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<FLACAP_SPEC>> for R

source§

fn from(reader: R<FLACAP_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<FTENR_SPEC>> for R

source§

fn from(reader: R<FTENR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<GISR_SPEC>> for R

source§

fn from(reader: R<GISR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<GPR_SPEC>> for R

source§

fn from(reader: R<GPR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IDATAR1_SPEC>> for R

source§

fn from(reader: R<IDATAR1_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IDATAR2_SPEC>> for R

source§

fn from(reader: R<IDATAR2_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IDATAR3_SPEC>> for R

source§

fn from(reader: R<IDATAR3_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IDATAR4_SPEC>> for R

source§

fn from(reader: R<IDATAR4_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<INDR_SPEC>> for R

source§

fn from(reader: R<INDR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<INTENR_SPEC>> for R

source§

fn from(reader: R<INTENR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<INTFR_SPEC>> for R

source§

fn from(reader: R<INTFR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<INTFR_SPEC>> for R

source§

fn from(reader: R<INTFR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<INTFR_SPEC>> for R

source§

fn from(reader: R<INTFR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<INTFR_SPEC>> for R

source§

fn from(reader: R<INTFR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<INTR_SPEC>> for R

source§

fn from(reader: R<INTR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IOFR1_SPEC>> for R

source§

fn from(reader: R<IOFR1_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IOFR2_SPEC>> for R

source§

fn from(reader: R<IOFR2_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IOFR3_SPEC>> for R

source§

fn from(reader: R<IOFR3_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IOFR4_SPEC>> for R

source§

fn from(reader: R<IOFR4_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPR1_SPEC>> for R

source§

fn from(reader: R<IPR1_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPR2_SPEC>> for R

source§

fn from(reader: R<IPR2_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR0_SPEC>> for R

source§

fn from(reader: R<IPRIOR0_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR10_SPEC>> for R

source§

fn from(reader: R<IPRIOR10_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR11_SPEC>> for R

source§

fn from(reader: R<IPRIOR11_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR12_SPEC>> for R

source§

fn from(reader: R<IPRIOR12_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR13_SPEC>> for R

source§

fn from(reader: R<IPRIOR13_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR14_SPEC>> for R

source§

fn from(reader: R<IPRIOR14_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR15_SPEC>> for R

source§

fn from(reader: R<IPRIOR15_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR16_SPEC>> for R

source§

fn from(reader: R<IPRIOR16_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR17_SPEC>> for R

source§

fn from(reader: R<IPRIOR17_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR18_SPEC>> for R

source§

fn from(reader: R<IPRIOR18_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR19_SPEC>> for R

source§

fn from(reader: R<IPRIOR19_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR1_SPEC>> for R

source§

fn from(reader: R<IPRIOR1_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR20_SPEC>> for R

source§

fn from(reader: R<IPRIOR20_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR21_SPEC>> for R

source§

fn from(reader: R<IPRIOR21_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR22_SPEC>> for R

source§

fn from(reader: R<IPRIOR22_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR23_SPEC>> for R

source§

fn from(reader: R<IPRIOR23_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR24_SPEC>> for R

source§

fn from(reader: R<IPRIOR24_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR25_SPEC>> for R

source§

fn from(reader: R<IPRIOR25_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR26_SPEC>> for R

source§

fn from(reader: R<IPRIOR26_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR27_SPEC>> for R

source§

fn from(reader: R<IPRIOR27_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR28_SPEC>> for R

source§

fn from(reader: R<IPRIOR28_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR29_SPEC>> for R

source§

fn from(reader: R<IPRIOR29_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR2_SPEC>> for R

source§

fn from(reader: R<IPRIOR2_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR30_SPEC>> for R

source§

fn from(reader: R<IPRIOR30_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR31_SPEC>> for R

source§

fn from(reader: R<IPRIOR31_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR32_SPEC>> for R

source§

fn from(reader: R<IPRIOR32_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR33_SPEC>> for R

source§

fn from(reader: R<IPRIOR33_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR34_SPEC>> for R

source§

fn from(reader: R<IPRIOR34_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR35_SPEC>> for R

source§

fn from(reader: R<IPRIOR35_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR36_SPEC>> for R

source§

fn from(reader: R<IPRIOR36_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR37_SPEC>> for R

source§

fn from(reader: R<IPRIOR37_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR38_SPEC>> for R

source§

fn from(reader: R<IPRIOR38_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR39_SPEC>> for R

source§

fn from(reader: R<IPRIOR39_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR3_SPEC>> for R

source§

fn from(reader: R<IPRIOR3_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR40_SPEC>> for R

source§

fn from(reader: R<IPRIOR40_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR41_SPEC>> for R

source§

fn from(reader: R<IPRIOR41_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR42_SPEC>> for R

source§

fn from(reader: R<IPRIOR42_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR43_SPEC>> for R

source§

fn from(reader: R<IPRIOR43_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR44_SPEC>> for R

source§

fn from(reader: R<IPRIOR44_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR45_SPEC>> for R

source§

fn from(reader: R<IPRIOR45_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR46_SPEC>> for R

source§

fn from(reader: R<IPRIOR46_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR47_SPEC>> for R

source§

fn from(reader: R<IPRIOR47_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR48_SPEC>> for R

source§

fn from(reader: R<IPRIOR48_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR49_SPEC>> for R

source§

fn from(reader: R<IPRIOR49_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR4_SPEC>> for R

source§

fn from(reader: R<IPRIOR4_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR50_SPEC>> for R

source§

fn from(reader: R<IPRIOR50_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR51_SPEC>> for R

source§

fn from(reader: R<IPRIOR51_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR52_SPEC>> for R

source§

fn from(reader: R<IPRIOR52_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR53_SPEC>> for R

source§

fn from(reader: R<IPRIOR53_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR54_SPEC>> for R

source§

fn from(reader: R<IPRIOR54_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR55_SPEC>> for R

source§

fn from(reader: R<IPRIOR55_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR56_SPEC>> for R

source§

fn from(reader: R<IPRIOR56_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR57_SPEC>> for R

source§

fn from(reader: R<IPRIOR57_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR58_SPEC>> for R

source§

fn from(reader: R<IPRIOR58_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR59_SPEC>> for R

source§

fn from(reader: R<IPRIOR59_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR5_SPEC>> for R

source§

fn from(reader: R<IPRIOR5_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR60_SPEC>> for R

source§

fn from(reader: R<IPRIOR60_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR61_SPEC>> for R

source§

fn from(reader: R<IPRIOR61_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR62_SPEC>> for R

source§

fn from(reader: R<IPRIOR62_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR63_SPEC>> for R

source§

fn from(reader: R<IPRIOR63_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR6_SPEC>> for R

source§

fn from(reader: R<IPRIOR6_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR7_SPEC>> for R

source§

fn from(reader: R<IPRIOR7_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR8_SPEC>> for R

source§

fn from(reader: R<IPRIOR8_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<IPRIOR9_SPEC>> for R

source§

fn from(reader: R<IPRIOR9_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<ISQR_SPEC>> for R

source§

fn from(reader: R<ISQR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<ISR1_SPEC>> for R

source§

fn from(reader: R<ISR1_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<ISR2_SPEC>> for R

source§

fn from(reader: R<ISR2_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<ITHRESDR_SPEC>> for R

source§

fn from(reader: R<ITHRESDR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<LCKR_SPEC>> for R

source§

fn from(reader: R<LCKR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<MADDR1_SPEC>> for R

source§

fn from(reader: R<MADDR1_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<MADDR2_SPEC>> for R

source§

fn from(reader: R<MADDR2_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<MADDR3_SPEC>> for R

source§

fn from(reader: R<MADDR3_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<MADDR4_SPEC>> for R

source§

fn from(reader: R<MADDR4_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<MADDR5_SPEC>> for R

source§

fn from(reader: R<MADDR5_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<MADDR6_SPEC>> for R

source§

fn from(reader: R<MADDR6_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<MADDR7_SPEC>> for R

source§

fn from(reader: R<MADDR7_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<OADDR1_SPEC>> for R

source§

fn from(reader: R<OADDR1_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<OADDR2_SPEC>> for R

source§

fn from(reader: R<OADDR2_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<OBR_SPEC>> for R

source§

fn from(reader: R<OBR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<OUTDR_SPEC>> for R

source§

fn from(reader: R<OUTDR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<PADDR1_SPEC>> for R

source§

fn from(reader: R<PADDR1_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<PADDR2_SPEC>> for R

source§

fn from(reader: R<PADDR2_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<PADDR3_SPEC>> for R

source§

fn from(reader: R<PADDR3_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<PADDR4_SPEC>> for R

source§

fn from(reader: R<PADDR4_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<PADDR5_SPEC>> for R

source§

fn from(reader: R<PADDR5_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<PADDR6_SPEC>> for R

source§

fn from(reader: R<PADDR6_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<PADDR7_SPEC>> for R

source§

fn from(reader: R<PADDR7_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<PCFR1_SPEC>> for R

source§

fn from(reader: R<PCFR1_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<PORT_CC1_SPEC>> for R

source§

fn from(reader: R<PORT_CC1_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<PORT_CC2_SPEC>> for R

source§

fn from(reader: R<PORT_CC2_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<PORT_CC3_SPEC>> for R

source§

fn from(reader: R<PORT_CC3_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<PSC_SPEC>> for R

source§

fn from(reader: R<PSC_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<PSC_SPEC>> for R

source§

fn from(reader: R<PSC_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<RDATAR_SPEC>> for R

source§

fn from(reader: R<RDATAR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<RPTCR_SPEC>> for R

source§

fn from(reader: R<RPTCR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<RSQR1_SPEC>> for R

source§

fn from(reader: R<RSQR1_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<RSQR2_SPEC>> for R

source§

fn from(reader: R<RSQR2_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<RSQR3_SPEC>> for R

source§

fn from(reader: R<RSQR3_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<RSTSCKR_SPEC>> for R

source§

fn from(reader: R<RSTSCKR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<RTENR_SPEC>> for R

source§

fn from(reader: R<RTENR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<SAMPTR1_SPEC>> for R

source§

fn from(reader: R<SAMPTR1_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<SAMPTR2_SPEC>> for R

source§

fn from(reader: R<SAMPTR2_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<SCTLR_SPEC>> for R

source§

fn from(reader: R<SCTLR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<SMCFGR_SPEC>> for R

source§

fn from(reader: R<SMCFGR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<SMCFGR_SPEC>> for R

source§

fn from(reader: R<SMCFGR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<STAR1_SPEC>> for R

source§

fn from(reader: R<STAR1_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<STAR2_SPEC>> for R

source§

fn from(reader: R<STAR2_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<STATR_SPEC>> for R

source§

fn from(reader: R<STATR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<STATR_SPEC>> for R

source§

fn from(reader: R<STATR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<STATR_SPEC>> for R

source§

fn from(reader: R<STATR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<STATR_SPEC>> for R

source§

fn from(reader: R<STATR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<STATUS_SPEC>> for R

source§

fn from(reader: R<STATUS_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<STK_CMPLR_SPEC>> for R

source§

fn from(reader: R<STK_CMPLR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<STK_CNTL_SPEC>> for R

source§

fn from(reader: R<STK_CNTL_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<STK_CTLR_SPEC>> for R

source§

fn from(reader: R<STK_CTLR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<STK_SR_SPEC>> for R

source§

fn from(reader: R<STK_SR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<SWIEVR_SPEC>> for R

source§

fn from(reader: R<SWIEVR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<TX_SEL_SPEC>> for R

source§

fn from(reader: R<TX_SEL_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<UNIID1_SPEC>> for R

source§

fn from(reader: R<UNIID1_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<UNIID2_SPEC>> for R

source§

fn from(reader: R<UNIID2_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<UNIID3_SPEC>> for R

source§

fn from(reader: R<UNIID3_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<VTFADDRR0_SPEC>> for R

source§

fn from(reader: R<VTFADDRR0_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<VTFADDRR1_SPEC>> for R

source§

fn from(reader: R<VTFADDRR1_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<VTFIDR_SPEC>> for R

source§

fn from(reader: R<VTFIDR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<WDHTR_SPEC>> for R

source§

fn from(reader: R<WDHTR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<WDLTR_SPEC>> for R

source§

fn from(reader: R<WDLTR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl From<R<WPR_SPEC>> for R

source§

fn from(reader: R<WPR_SPEC>) -> Self

Converts to this type from the input type.
source§

impl<REG: RegisterSpec, FI> PartialEq<FI> for R<REG>
where REG::Ux: PartialEq + From<FI>, FI: Copy,

source§

fn eq(&self, other: &FI) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.

Auto Trait Implementations§

§

impl<REG: ?Sized> RefUnwindSafe for R<REG>
where REG: RefUnwindSafe, <REG as RegisterSpec>::Ux: RefUnwindSafe,

§

impl<REG: ?Sized> Send for R<REG>
where REG: Send, <REG as RegisterSpec>::Ux: Send,

§

impl<REG: ?Sized> Sync for R<REG>
where REG: Sync, <REG as RegisterSpec>::Ux: Sync,

§

impl<REG: ?Sized> Unpin for R<REG>
where REG: Unpin, <REG as RegisterSpec>::Ux: Unpin,

§

impl<REG: ?Sized> UnwindSafe for R<REG>
where REG: UnwindSafe, <REG as RegisterSpec>::Ux: UnwindSafe,

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.