R

Struct 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<ACC_ACR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<ACC_IMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<ACC_ISR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<ACC_MR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<ACC_WPMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<ACC_WPSR_SPEC>> for R

Source§

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

Converts to this type from the input type.
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<AES_AADLENR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<AES_CLENR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<AES_CTRR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<AES_GCMHR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<AES_GHASHR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<AES_IMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<AES_ISR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<AES_MR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<AES_ODATAR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<AES_TAGR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<AFEC_ACR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<AFEC_CDR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<AFEC_CECR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<AFEC_CGR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<AFEC_CHSR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<AFEC_COCR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<AFEC_COSR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<AFEC_CSELR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<AFEC_CVR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<AFEC_CWR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<AFEC_DIFFR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<AFEC_EMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<AFEC_IMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<AFEC_ISR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<AFEC_LCDR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<AFEC_MR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<AFEC_OVER_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<AFEC_SEQ1R_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<AFEC_SEQ2R_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<AFEC_SHMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<AFEC_TEMPCWR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<AFEC_TEMPMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<AFEC_WPMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<AFEC_WPSR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<CALIB_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<CCFG_SMCNFCS_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<CCFG_SYSIO_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<CHIPID_CIDR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<CHIPID_EXID_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<CKGR_MCFR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<CKGR_MOR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<CKGR_PLLAR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<CKGR_UCKR_SPEC>> for R

Source§

fn from(reader: R<CKGR_UCKR_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<CVR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<DACC_ACR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<DACC_CHSR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<DACC_IMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<DACC_ISR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<DACC_MR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<DACC_TRIGR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<DACC_WPMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<DACC_WPSR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<EEFC_FMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<EEFC_FRR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<EEFC_FSR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<EEFC_WPMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<HSMCI_ARGR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<HSMCI_BLKR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<HSMCI_CFG_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<HSMCI_CSTOR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<HSMCI_DMA_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<HSMCI_DTOR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<HSMCI_FIFO_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<HSMCI_IMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<HSMCI_MR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<HSMCI_RDR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<HSMCI_RSPR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<HSMCI_SDCR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<HSMCI_SR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<HSMCI_WPMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<HSMCI_WPSR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<ICM_CFG_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<ICM_DSCR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<ICM_HASH_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<ICM_IMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<ICM_ISR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<ICM_SR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<ICM_UASR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<ICTR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<ISI_CFG1_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<ISI_CFG2_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<ISI_DMA_CHSR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<ISI_DMA_C_ADDR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<ISI_DMA_C_CTRL_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<ISI_DMA_C_DSCR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<ISI_DMA_P_ADDR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<ISI_DMA_P_CTRL_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<ISI_DMA_P_DSCR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<ISI_IMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<ISI_PDECF_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<ISI_PSIZE_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<ISI_R2Y_SET0_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<ISI_R2Y_SET1_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<ISI_R2Y_SET2_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<ISI_SR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<ISI_WPMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<ISI_WPSR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<ISI_Y2R_SET0_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<ISI_Y2R_SET1_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<LOCKBIT_WORD0_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<LOCKBIT_WORD1_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<LOCKBIT_WORD2_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<LOCKBIT_WORD3_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<MATRIX_MCFG_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<MATRIX_MRCR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<MATRIX_PRAS_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<MATRIX_PRBS_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<MATRIX_SCFG_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<MATRIX_WPMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<MATRIX_WPSR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PIO_ABCDSR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PIO_AIMMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PIO_DRIVER_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PIO_ELSR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PIO_FRLHSR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PIO_IFSCSR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PIO_IFSR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PIO_IMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PIO_ISR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PIO_LOCKSR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PIO_MDSR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PIO_ODSR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PIO_OSR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PIO_OWSR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PIO_PCIMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PIO_PCISR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PIO_PCMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PIO_PCRHR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PIO_PDSR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PIO_PPDSR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PIO_PSR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PIO_PUSR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PIO_SCDR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PIO_SCHMITT_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PIO_WPMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PIO_WPSR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PMC_FSMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PMC_FSPR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PMC_IMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PMC_MCKR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PMC_OCR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PMC_PCK_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PMC_PCR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PMC_PCSR0_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PMC_PCSR1_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PMC_PMMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PMC_SCSR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PMC_SLPWK_AIPR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PMC_SLPWK_ASR0_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PMC_SLPWK_ASR1_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PMC_SLPWK_SR0_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PMC_SLPWK_SR1_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PMC_SR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PMC_USB_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PMC_WPMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PMC_WPSR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PWM_CCNT_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PWM_CDTY_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PWM_CLK_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PWM_CMPM_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PWM_CMPV_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PWM_CMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PWM_CPRD_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PWM_DT_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PWM_ELMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PWM_ETRG1_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PWM_ETRG2_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PWM_FMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PWM_FPE_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PWM_FPV1_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PWM_FPV2_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PWM_FSR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PWM_IMR1_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PWM_IMR2_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PWM_ISR1_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PWM_ISR2_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PWM_LEBR1_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PWM_LEBR2_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PWM_OOV_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PWM_OS_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PWM_SCM_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PWM_SCUC_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PWM_SCUP_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PWM_SMMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PWM_SR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PWM_SSPR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<PWM_WPSR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<QSPI_IAR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<QSPI_ICR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<QSPI_IFR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<QSPI_IMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<QSPI_MR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<QSPI_RDR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<QSPI_SCR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<QSPI_SMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<QSPI_SR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<QSPI_WPMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<QSPI_WPSR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<RSTC_MR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<RSTC_SR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<RSWDT_MR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<RSWDT_SR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<RTC_CALALR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<RTC_CALR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<RTC_CR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<RTC_IMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<RTC_MR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<RTC_SR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<RTC_TIMALR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<RTC_TIMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<RTC_VER_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<RTT_AR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<RTT_MR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<RTT_SR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<RTT_VR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<RVR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<SPI_CSR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<SPI_IMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<SPI_MR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<SPI_RDR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<SPI_SR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<SPI_WPMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<SPI_WPSR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<SSC_CMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<SSC_IMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<SSC_RC0R_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<SSC_RC1R_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<SSC_RCMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<SSC_RFMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<SSC_RHR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<SSC_RSHR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<SSC_SR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<SSC_TCMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<SSC_TFMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<SSC_TSHR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<SSC_WPMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<SSC_WPSR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<SUPC_MR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<SUPC_SMMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<SUPC_SR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<SUPC_WUIR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<SUPC_WUMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<SYS_GPBR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<TC_BMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<TC_CMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<TC_CV_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<TC_EMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<TC_FMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<TC_IMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<TC_QIMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<TC_QISR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<TC_RAB_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<TC_RA_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<TC_RB_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<TC_RC_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<TC_SMMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<TC_SR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<TC_WPMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<TRNG_IMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<TRNG_ISR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<TRNG_ODATA_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<TWIHS_CWGR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<TWIHS_FILTR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<TWIHS_IADR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<TWIHS_IMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<TWIHS_MMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<TWIHS_RHR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<TWIHS_SMBTR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<TWIHS_SMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<TWIHS_SR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<TWIHS_SWMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<TWIHS_WPMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<TWIHS_WPSR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<UART_BRGR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<UART_CMPR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<UART_IMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<UART_MR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<UART_RHR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<UART_SR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<UART_WPMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<USBHS_CTRL_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<USBHS_DEVCTRL_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<USBHS_DEVDMAADDRESS_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<USBHS_DEVDMACONTROL_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<USBHS_DEVDMANXTDSC_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<USBHS_DEVDMASTATUS_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<USBHS_DEVEPTCFG_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<USBHS_DEVEPTIMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<USBHS_DEVEPTISR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<USBHS_DEVEPT_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<USBHS_DEVFNUM_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<USBHS_DEVIMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<USBHS_DEVISR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<USBHS_HSTADDR1_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<USBHS_HSTADDR2_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<USBHS_HSTADDR3_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<USBHS_HSTCTRL_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<USBHS_HSTDMAADDRESS_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<USBHS_HSTDMACONTROL_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<USBHS_HSTDMANXTDSC_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<USBHS_HSTDMASTATUS_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<USBHS_HSTFNUM_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<USBHS_HSTIMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<USBHS_HSTISR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<USBHS_HSTPIPCFG_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<USBHS_HSTPIPERR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<USBHS_HSTPIPIMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<USBHS_HSTPIPINRQ_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<USBHS_HSTPIPISR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<USBHS_HSTPIP_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<USBHS_SR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<US_BRGR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<US_CSR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<US_FIDI_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<US_ICDIFF_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<US_IDTRX_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<US_IDTTX_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<US_IF_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<US_IMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<US_LINBRR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<US_LINIR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<US_LINMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<US_LONB1RX_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<US_LONB1TX_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<US_LONBL_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<US_LONDL_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<US_LONL2HDR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<US_LONMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<US_LONPRIO_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<US_LONPR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<US_MAN_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<US_MR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<US_NER_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<US_RHR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<US_RTOR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<US_TTGR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<US_WPMR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<US_WPSR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<UTMI_CKTRIM_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<UTMI_OHCIICR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<WDT_MR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<WDT_SR_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<XDMAC_CBC_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<XDMAC_CC_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<XDMAC_CDA_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<XDMAC_CDS_MSP_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<XDMAC_CDUS_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<XDMAC_CIM_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<XDMAC_CIS_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<XDMAC_CNDA_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<XDMAC_CNDC_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<XDMAC_CSA_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<XDMAC_CSUS_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<XDMAC_CUBC_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<XDMAC_GCFG_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<XDMAC_GIM_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<XDMAC_GIS_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<XDMAC_GRS_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<XDMAC_GSWS_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<XDMAC_GS_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<XDMAC_GTYPE_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<XDMAC_GWAC_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

impl From<R<XDMAC_GWS_SPEC>> for R

Source§

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

Converts to this type from the input type.
Source§

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

Source§

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

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

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

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

Auto Trait Implementations§

§

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

§

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

§

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

§

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

§

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

§

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

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>,

Source§

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>,

Source§

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.