Trait atsame70n20b_pac::generic::ResetValue[][src]

pub trait ResetValue {
    type Type;
    fn reset_value() -> Self::Type;
}

Reset value of the register.

This value is the initial value for the write method. It can also be directly written to the register by using the reset method.

Associated Types

type Type[src]

Raw register type (u8, u16, u32, …).

Loading content...

Required methods

fn reset_value() -> Self::Type[src]

Reset value of the register.

Loading content...

Implementors

impl ResetValue for atsame70n20b_pac::acc::ACR[src]

Register ACR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::acc::CR[src]

Register CR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::acc::IDR[src]

Register IDR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::acc::IER[src]

Register IER reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::acc::MR[src]

Register MR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::acc::WPMR[src]

Register WPMR reset()’s with value 0

type Type = u32

impl ResetValue for AADLENR[src]

Register AADLENR reset()’s with value 0

type Type = u32

impl ResetValue for CLENR[src]

Register CLENR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::aes::CR[src]

Register CR reset()’s with value 0

type Type = u32

impl ResetValue for GCMHR[src]

Register GCMHR[%s] reset()’s with value 0

type Type = u32

impl ResetValue for GHASHR[src]

Register GHASHR[%s] reset()’s with value 0

type Type = u32

impl ResetValue for IDATAR[src]

Register IDATAR[%s] reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::aes::IDR[src]

Register IDR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::aes::IER[src]

Register IER reset()’s with value 0

type Type = u32

impl ResetValue for IVR[src]

Register IVR[%s] reset()’s with value 0

type Type = u32

impl ResetValue for KEYWR[src]

Register KEYWR[%s] reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::aes::MR[src]

Register MR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::afec0::ACR[src]

Register ACR reset()’s with value 0

type Type = u32

impl ResetValue for CECR[src]

Register CECR reset()’s with value 0

type Type = u32

impl ResetValue for CGR[src]

Register CGR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::afec0::CHDR[src]

Register CHDR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::afec0::CHER[src]

Register CHER reset()’s with value 0

type Type = u32

impl ResetValue for COCR[src]

Register COCR reset()’s with value 0

type Type = u32

impl ResetValue for COSR[src]

Register COSR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::afec0::CR[src]

Register CR reset()’s with value 0

type Type = u32

impl ResetValue for CSELR[src]

Register CSELR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::afec0::CVR[src]

Register CVR reset()’s with value 0

type Type = u32

impl ResetValue for CWR[src]

Register CWR reset()’s with value 0

type Type = u32

impl ResetValue for DIFFR[src]

Register DIFFR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::afec0::EMR[src]

Register EMR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::afec0::IDR[src]

Register IDR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::afec0::IER[src]

Register IER reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::afec0::MR[src]

Register MR reset()’s with value 0

type Type = u32

impl ResetValue for SEQ1R[src]

Register SEQ1R reset()’s with value 0

type Type = u32

impl ResetValue for SEQ2R[src]

Register SEQ2R reset()’s with value 0

type Type = u32

impl ResetValue for SHMR[src]

Register SHMR reset()’s with value 0

type Type = u32

impl ResetValue for TEMPCWR[src]

Register TEMPCWR reset()’s with value 0

type Type = u32

impl ResetValue for TEMPMR[src]

Register TEMPMR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::afec0::WPMR[src]

Register WPMR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::dacc::ACR[src]

Register ACR reset()’s with value 0

type Type = u32

impl ResetValue for CDR[src]

Register CDR[%s] reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::dacc::CHDR[src]

Register CHDR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::dacc::CHER[src]

Register CHER reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::dacc::CR[src]

Register CR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::dacc::IDR[src]

Register IDR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::dacc::IER[src]

Register IER reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::dacc::MR[src]

Register MR reset()’s with value 0

type Type = u32

impl ResetValue for TRIGR[src]

Register TRIGR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::dacc::WPMR[src]

Register WPMR reset()’s with value 0

type Type = u32

impl ResetValue for EEFC_FCR[src]

Register EEFC_FCR reset()’s with value 0

type Type = u32

impl ResetValue for EEFC_FMR[src]

Register EEFC_FMR reset()’s with value 0

type Type = u32

impl ResetValue for EEFC_WPMR[src]

Register EEFC_WPMR reset()’s with value 0

type Type = u32

impl ResetValue for SAB[src]

Register SAB reset()’s with value 0

type Type = u32

impl ResetValue for SAT[src]

Register SAT reset()’s with value 0

type Type = u32

impl ResetValue for ST2CW0[src]

Register ST2CW0 reset()’s with value 0

type Type = u32

impl ResetValue for ST2CW1[src]

Register ST2CW1 reset()’s with value 0

type Type = u32

impl ResetValue for CBSCR[src]

Register CBSCR reset()’s with value 0

type Type = u32

impl ResetValue for CBSISQA[src]

Register CBSISQA reset()’s with value 0

type Type = u32

impl ResetValue for CBSISQB[src]

Register CBSISQB reset()’s with value 0

type Type = u32

impl ResetValue for DCFGR[src]

Register DCFGR reset()’s with value 0

type Type = u32

impl ResetValue for HRB[src]

Register HRB reset()’s with value 0

type Type = u32

impl ResetValue for HRT[src]

Register HRT reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::gmac::IDR[src]

Register IDR reset()’s with value 0

type Type = u32

impl ResetValue for IDRPQ[src]

Register IDRPQ[%s] reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::gmac::IER[src]

Register IER reset()’s with value 0

type Type = u32

impl ResetValue for IERPQ[src]

Register IERPQ[%s] reset()’s with value 0

type Type = u32

impl ResetValue for IMR[src]

Register IMR reset()’s with value 0

type Type = u32

impl ResetValue for IMRPQ[src]

Register IMRPQ[%s] reset()’s with value 0

type Type = u32

impl ResetValue for IPGS[src]

Register IPGS reset()’s with value 0

type Type = u32

impl ResetValue for MAN[src]

Register MAN reset()’s with value 0

type Type = u32

impl ResetValue for NCFGR[src]

Register NCFGR reset()’s with value 0

type Type = u32

impl ResetValue for NCR[src]

Register NCR reset()’s with value 0

type Type = u32

impl ResetValue for NSC[src]

Register NSC reset()’s with value 0

type Type = u32

impl ResetValue for RBQB[src]

Register RBQB reset()’s with value 0

type Type = u32

impl ResetValue for RBQBAPQ[src]

Register RBQBAPQ[%s] reset()’s with value 0

type Type = u32

impl ResetValue for RBSRPQ[src]

Register RBSRPQ[%s] reset()’s with value 0

type Type = u32

impl ResetValue for RJFML[src]

Register RJFML reset()’s with value 0

type Type = u32

impl ResetValue for RPSF[src]

Register RPSF reset()’s with value 0

type Type = u32

impl ResetValue for RSR[src]

Register RSR reset()’s with value 0

type Type = u32

impl ResetValue for SAMB1[src]

Register SAMB1 reset()’s with value 0

type Type = u32

impl ResetValue for SAMT1[src]

Register SAMT1 reset()’s with value 0

type Type = u32

impl ResetValue for SCH[src]

Register SCH reset()’s with value 0

type Type = u32

impl ResetValue for SCL[src]

Register SCL reset()’s with value 0

type Type = u32

impl ResetValue for ST1RPQ[src]

Register ST1RPQ[%s] reset()’s with value 0

type Type = u32

impl ResetValue for ST2ER[src]

Register ST2ER[%s] reset()’s with value 0

type Type = u32

impl ResetValue for ST2RPQ[src]

Register ST2RPQ[%s] reset()’s with value 0

type Type = u32

impl ResetValue for SVLAN[src]

Register SVLAN reset()’s with value 0

type Type = u32

impl ResetValue for TA[src]

Register TA reset()’s with value 0

type Type = u32

impl ResetValue for TBQB[src]

Register TBQB reset()’s with value 0

type Type = u32

impl ResetValue for TBQBAPQ[src]

Register TBQBAPQ[%s] reset()’s with value 0

type Type = u32

impl ResetValue for TI[src]

Register TI reset()’s with value 0

type Type = u32

impl ResetValue for TIDM1[src]

Register TIDM1 reset()’s with value 0

type Type = u32

impl ResetValue for TIDM2[src]

Register TIDM2 reset()’s with value 0

type Type = u32

impl ResetValue for TIDM3[src]

Register TIDM3 reset()’s with value 0

type Type = u32

impl ResetValue for TIDM4[src]

Register TIDM4 reset()’s with value 0

type Type = u32

impl ResetValue for TISUBN[src]

Register TISUBN reset()’s with value 0

type Type = u32

impl ResetValue for TN[src]

Register TN reset()’s with value 0

type Type = u32

impl ResetValue for TPFCP[src]

Register TPFCP reset()’s with value 0

type Type = u32

impl ResetValue for TPQ[src]

Register TPQ reset()’s with value 0

type Type = u32

impl ResetValue for TPSF[src]

Register TPSF reset()’s with value 0

type Type = u32

impl ResetValue for TSH[src]

Register TSH reset()’s with value 0

type Type = u32

impl ResetValue for TSL[src]

Register TSL reset()’s with value 0

type Type = u32

impl ResetValue for TSR[src]

Register TSR reset()’s with value 0

type Type = u32

impl ResetValue for UR[src]

Register UR reset()’s with value 0

type Type = u32

impl ResetValue for WOL[src]

Register WOL reset()’s with value 0

type Type = u32

impl ResetValue for SYS_GPBR[src]

Register SYS_GPBR[%s] reset()’s with value 0

type Type = u32

impl ResetValue for ARGR[src]

Register ARGR reset()’s with value 0

type Type = u32

impl ResetValue for BLKR[src]

Register BLKR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::hsmci::CFG[src]

Register CFG reset()’s with value 0

type Type = u32

impl ResetValue for CMDR[src]

Register CMDR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::hsmci::CR[src]

Register CR reset()’s with value 0

type Type = u32

impl ResetValue for CSTOR[src]

Register CSTOR reset()’s with value 0

type Type = u32

impl ResetValue for DMA[src]

Register DMA reset()’s with value 0

type Type = u32

impl ResetValue for DTOR[src]

Register DTOR reset()’s with value 0

type Type = u32

impl ResetValue for FIFO[src]

Register FIFO[%s] reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::hsmci::IDR[src]

Register IDR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::hsmci::IER[src]

Register IER reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::hsmci::MR[src]

Register MR reset()’s with value 0

type Type = u32

impl ResetValue for SDCR[src]

Register SDCR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::hsmci::TDR[src]

Register TDR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::hsmci::WPMR[src]

Register WPMR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::i2sc0::CR[src]

Register CR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::i2sc0::IDR[src]

Register IDR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::i2sc0::IER[src]

Register IER reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::i2sc0::MR[src]

Register MR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::i2sc0::SCR[src]

Register SCR reset()’s with value 0

type Type = u32

impl ResetValue for SSR[src]

Register SSR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::i2sc0::THR[src]

Register THR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::icm::CFG[src]

Register CFG reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::icm::CTRL[src]

Register CTRL reset()’s with value 0

type Type = u32

impl ResetValue for DSCR[src]

Register DSCR reset()’s with value 0

type Type = u32

impl ResetValue for HASH[src]

Register HASH reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::icm::IDR[src]

Register IDR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::icm::IER[src]

Register IER reset()’s with value 0

type Type = u32

impl ResetValue for UIHVAL[src]

Register UIHVAL[%s] reset()’s with value 0

type Type = u32

impl ResetValue for CFG1[src]

Register CFG1 reset()’s with value 0

type Type = u32

impl ResetValue for CFG2[src]

Register CFG2 reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::isi::CR[src]

Register CR reset()’s with value 0

type Type = u32

impl ResetValue for DMA_CHDR[src]

Register DMA_CHDR reset()’s with value 0

type Type = u32

impl ResetValue for DMA_CHER[src]

Register DMA_CHER reset()’s with value 0

type Type = u32

impl ResetValue for DMA_C_ADDR[src]

Register DMA_C_ADDR reset()’s with value 0

type Type = u32

impl ResetValue for DMA_C_CTRL[src]

Register DMA_C_CTRL reset()’s with value 0

type Type = u32

impl ResetValue for DMA_C_DSCR[src]

Register DMA_C_DSCR reset()’s with value 0

type Type = u32

impl ResetValue for DMA_P_ADDR[src]

Register DMA_P_ADDR reset()’s with value 0

type Type = u32

impl ResetValue for DMA_P_CTRL[src]

Register DMA_P_CTRL reset()’s with value 0

type Type = u32

impl ResetValue for DMA_P_DSCR[src]

Register DMA_P_DSCR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::isi::IDR[src]

Register IDR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::isi::IER[src]

Register IER reset()’s with value 0

type Type = u32

impl ResetValue for PDECF[src]

Register PDECF reset()’s with value 0

type Type = u32

impl ResetValue for PSIZE[src]

Register PSIZE reset()’s with value 0

type Type = u32

impl ResetValue for R2Y_SET0[src]

Register R2Y_SET0 reset()’s with value 0

type Type = u32

impl ResetValue for R2Y_SET1[src]

Register R2Y_SET1 reset()’s with value 0

type Type = u32

impl ResetValue for R2Y_SET2[src]

Register R2Y_SET2 reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::isi::WPMR[src]

Register WPMR reset()’s with value 0

type Type = u32

impl ResetValue for Y2R_SET0[src]

Register Y2R_SET0 reset()’s with value 0

type Type = u32

impl ResetValue for Y2R_SET1[src]

Register Y2R_SET1 reset()’s with value 0

type Type = u32

impl ResetValue for WORD0[src]

Register WORD0 reset()’s with value 0

type Type = u32

impl ResetValue for WORD1[src]

Register WORD1 reset()’s with value 0

type Type = u32

impl ResetValue for PRAS[src]

Register PRAS reset()’s with value 0

type Type = u32

impl ResetValue for PRBS[src]

Register PRBS reset()’s with value 0

type Type = u32

impl ResetValue for CCFG_CAN0[src]

Register CCFG_CAN0 reset()’s with value 0

type Type = u32

impl ResetValue for CCFG_DYNCKG[src]

Register CCFG_DYNCKG reset()’s with value 0

type Type = u32

impl ResetValue for CCFG_PCCR[src]

Register CCFG_PCCR reset()’s with value 0

type Type = u32

impl ResetValue for CCFG_SMCNFCS[src]

Register CCFG_SMCNFCS reset()’s with value 0

type Type = u32

impl ResetValue for CCFG_SYSIO[src]

Register CCFG_SYSIO reset()’s with value 0

type Type = u32

impl ResetValue for MCFG[src]

Register MCFG[%s] reset()’s with value 0

type Type = u32

impl ResetValue for MRCR[src]

Register MRCR reset()’s with value 0

type Type = u32

impl ResetValue for SCFG[src]

Register SCFG[%s] reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::matrix::WPMR[src]

Register WPMR reset()’s with value 0

type Type = u32

impl ResetValue for CCCR[src]

Register CCCR reset()’s with value 0

type Type = u32

impl ResetValue for CUST[src]

Register CUST reset()’s with value 0

type Type = u32

impl ResetValue for DBTP[src]

Register DBTP reset()’s with value 0

type Type = u32

impl ResetValue for GFC[src]

Register GFC reset()’s with value 0

type Type = u32

impl ResetValue for IE[src]

Register IE reset()’s with value 0

type Type = u32

impl ResetValue for ILE[src]

Register ILE reset()’s with value 0

type Type = u32

impl ResetValue for ILS[src]

Register ILS reset()’s with value 0

type Type = u32

impl ResetValue for IR[src]

Register IR reset()’s with value 0

type Type = u32

impl ResetValue for NBTP[src]

Register NBTP reset()’s with value 0

type Type = u32

impl ResetValue for NDAT1[src]

Register NDAT1 reset()’s with value 0

type Type = u32

impl ResetValue for NDAT2[src]

Register NDAT2 reset()’s with value 0

type Type = u32

impl ResetValue for RWD[src]

Register RWD reset()’s with value 0

type Type = u32

impl ResetValue for RXBC[src]

Register RXBC reset()’s with value 0

type Type = u32

impl ResetValue for RXESC[src]

Register RXESC reset()’s with value 0

type Type = u32

impl ResetValue for RXF0A[src]

Register RXF0A reset()’s with value 0

type Type = u32

impl ResetValue for RXF0C[src]

Register RXF0C reset()’s with value 0

type Type = u32

impl ResetValue for RXF1A[src]

Register RXF1A reset()’s with value 0

type Type = u32

impl ResetValue for RXF1C[src]

Register RXF1C reset()’s with value 0

type Type = u32

impl ResetValue for SIDFC[src]

Register SIDFC reset()’s with value 0

type Type = u32

impl ResetValue for TDCR[src]

Register TDCR reset()’s with value 0

type Type = u32

impl ResetValue for TEST[src]

Register TEST reset()’s with value 0

type Type = u32

impl ResetValue for TOCC[src]

Register TOCC reset()’s with value 0

type Type = u32

impl ResetValue for TOCV[src]

Register TOCV reset()’s with value 0

type Type = u32

impl ResetValue for TSCC[src]

Register TSCC reset()’s with value 0

type Type = u32

impl ResetValue for TSCV[src]

Register TSCV reset()’s with value 0

type Type = u32

impl ResetValue for TXBAR[src]

Register TXBAR reset()’s with value 0

type Type = u32

impl ResetValue for TXBC[src]

Register TXBC reset()’s with value 0

type Type = u32

impl ResetValue for TXBCIE[src]

Register TXBCIE reset()’s with value 0

type Type = u32

impl ResetValue for TXBCR[src]

Register TXBCR reset()’s with value 0

type Type = u32

impl ResetValue for TXBTIE[src]

Register TXBTIE reset()’s with value 0

type Type = u32

impl ResetValue for TXEFA[src]

Register TXEFA reset()’s with value 0

type Type = u32

impl ResetValue for TXEFC[src]

Register TXEFC reset()’s with value 0

type Type = u32

impl ResetValue for TXESC[src]

Register TXESC reset()’s with value 0

type Type = u32

impl ResetValue for XIDAM[src]

Register XIDAM reset()’s with value 0

type Type = u32

impl ResetValue for XIDFC[src]

Register XIDFC reset()’s with value 0

type Type = u32

impl ResetValue for ABCDSR[src]

Register ABCDSR[%s] reset()’s with value 0

type Type = u32

impl ResetValue for AIMDR[src]

Register AIMDR reset()’s with value 0

type Type = u32

impl ResetValue for AIMER[src]

Register AIMER reset()’s with value 0

type Type = u32

impl ResetValue for CODR[src]

Register CODR reset()’s with value 0

type Type = u32

impl ResetValue for DRIVER[src]

Register DRIVER reset()’s with value 0

type Type = u32

impl ResetValue for ESR[src]

Register ESR reset()’s with value 0

type Type = u32

impl ResetValue for FELLSR[src]

Register FELLSR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::pioa::IDR[src]

Register IDR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::pioa::IER[src]

Register IER reset()’s with value 0

type Type = u32

impl ResetValue for IFDR[src]

Register IFDR reset()’s with value 0

type Type = u32

impl ResetValue for IFER[src]

Register IFER reset()’s with value 0

type Type = u32

impl ResetValue for IFSCDR[src]

Register IFSCDR reset()’s with value 0

type Type = u32

impl ResetValue for IFSCER[src]

Register IFSCER reset()’s with value 0

type Type = u32

impl ResetValue for LSR[src]

Register LSR reset()’s with value 0

type Type = u32

impl ResetValue for MDDR[src]

Register MDDR reset()’s with value 0

type Type = u32

impl ResetValue for MDER[src]

Register MDER reset()’s with value 0

type Type = u32

impl ResetValue for ODR[src]

Register ODR reset()’s with value 0

type Type = u32

impl ResetValue for ODSR[src]

Register ODSR reset()’s with value 0

type Type = u32

impl ResetValue for OER[src]

Register OER reset()’s with value 0

type Type = u32

impl ResetValue for OWDR[src]

Register OWDR reset()’s with value 0

type Type = u32

impl ResetValue for OWER[src]

Register OWER reset()’s with value 0

type Type = u32

impl ResetValue for PCIDR[src]

Register PCIDR reset()’s with value 0

type Type = u32

impl ResetValue for PCIER[src]

Register PCIER reset()’s with value 0

type Type = u32

impl ResetValue for PCMR[src]

Register PCMR reset()’s with value 0

type Type = u32

impl ResetValue for PDR[src]

Register PDR reset()’s with value 0

type Type = u32

impl ResetValue for PER[src]

Register PER reset()’s with value 0

type Type = u32

impl ResetValue for PPDDR[src]

Register PPDDR reset()’s with value 0

type Type = u32

impl ResetValue for PPDER[src]

Register PPDER reset()’s with value 0

type Type = u32

impl ResetValue for PUDR[src]

Register PUDR reset()’s with value 0

type Type = u32

impl ResetValue for PUER[src]

Register PUER reset()’s with value 0

type Type = u32

impl ResetValue for REHLSR[src]

Register REHLSR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::pioa::SCDR[src]

Register SCDR reset()’s with value 0

type Type = u32

impl ResetValue for SCHMITT[src]

Register SCHMITT reset()’s with value 0

type Type = u32

impl ResetValue for SODR[src]

Register SODR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::pioa::WPMR[src]

Register WPMR reset()’s with value 0

type Type = u32

impl ResetValue for CKGR_MCFR[src]

Register CKGR_MCFR reset()’s with value 0

type Type = u32

impl ResetValue for CKGR_MOR[src]

Register CKGR_MOR reset()’s with value 0

type Type = u32

impl ResetValue for CKGR_PLLAR[src]

Register CKGR_PLLAR reset()’s with value 0

type Type = u32

impl ResetValue for CKGR_UCKR[src]

Register CKGR_UCKR reset()’s with value 0

type Type = u32

impl ResetValue for FOCR[src]

Register FOCR reset()’s with value 0

type Type = u32

impl ResetValue for FSMR[src]

Register FSMR reset()’s with value 0

type Type = u32

impl ResetValue for FSPR[src]

Register FSPR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::pmc::IDR[src]

Register IDR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::pmc::IER[src]

Register IER reset()’s with value 0

type Type = u32

impl ResetValue for MCKR[src]

Register MCKR reset()’s with value 0

type Type = u32

impl ResetValue for OCR[src]

Register OCR reset()’s with value 0

type Type = u32

impl ResetValue for PCDR0[src]

Register PCDR0 reset()’s with value 0

type Type = u32

impl ResetValue for PCDR1[src]

Register PCDR1 reset()’s with value 0

type Type = u32

impl ResetValue for PCER0[src]

Register PCER0 reset()’s with value 0

type Type = u32

impl ResetValue for PCER1[src]

Register PCER1 reset()’s with value 0

type Type = u32

impl ResetValue for PCK[src]

Register PCK[%s] reset()’s with value 0

type Type = u32

impl ResetValue for PCR[src]

Register PCR reset()’s with value 0

type Type = u32

impl ResetValue for PMMR[src]

Register PMMR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::pmc::SCDR[src]

Register SCDR reset()’s with value 0

type Type = u32

impl ResetValue for SCER[src]

Register SCER reset()’s with value 0

type Type = u32

impl ResetValue for SLPWK_DR0[src]

Register SLPWK_DR0 reset()’s with value 0

type Type = u32

impl ResetValue for SLPWK_DR1[src]

Register SLPWK_DR1 reset()’s with value 0

type Type = u32

impl ResetValue for SLPWK_ER0[src]

Register SLPWK_ER0 reset()’s with value 0

type Type = u32

impl ResetValue for SLPWK_ER1[src]

Register SLPWK_ER1 reset()’s with value 0

type Type = u32

impl ResetValue for USB[src]

Register USB reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::pmc::WPMR[src]

Register WPMR reset()’s with value 0

type Type = u32

impl ResetValue for CDTY[src]

Register CDTY reset()’s with value 0

type Type = u32

impl ResetValue for CDTYUPD[src]

Register CDTYUPD reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::pwm0::pwm_ch_num::CMR[src]

Register CMR reset()’s with value 0

type Type = u32

impl ResetValue for CPRD[src]

Register CPRD reset()’s with value 0

type Type = u32

impl ResetValue for CPRDUPD[src]

Register CPRDUPD reset()’s with value 0

type Type = u32

impl ResetValue for DT[src]

Register DT reset()’s with value 0

type Type = u32

impl ResetValue for DTUPD[src]

Register DTUPD reset()’s with value 0

type Type = u32

impl ResetValue for CMPM[src]

Register CMPM reset()’s with value 0

type Type = u32

impl ResetValue for CMPMUPD[src]

Register CMPMUPD reset()’s with value 0

type Type = u32

impl ResetValue for CMPV[src]

Register CMPV reset()’s with value 0

type Type = u32

impl ResetValue for CMPVUPD[src]

Register CMPVUPD reset()’s with value 0

type Type = u32

impl ResetValue for CLK[src]

Register CLK reset()’s with value 0

type Type = u32

impl ResetValue for CMUPD0[src]

Register CMUPD0 reset()’s with value 0

type Type = u32

impl ResetValue for CMUPD1[src]

Register CMUPD1 reset()’s with value 0

type Type = u32

impl ResetValue for CMUPD2[src]

Register CMUPD2 reset()’s with value 0

type Type = u32

impl ResetValue for CMUPD3[src]

Register CMUPD3 reset()’s with value 0

type Type = u32

impl ResetValue for DIS[src]

Register DIS reset()’s with value 0

type Type = u32

impl ResetValue for DMAR[src]

Register DMAR reset()’s with value 0

type Type = u32

impl ResetValue for ELMR[src]

Register ELMR[%s] reset()’s with value 0

type Type = u32

impl ResetValue for ENA[src]

Register ENA reset()’s with value 0

type Type = u32

impl ResetValue for ETRG1[src]

Register ETRG1 reset()’s with value 0

type Type = u32

impl ResetValue for ETRG2[src]

Register ETRG2 reset()’s with value 0

type Type = u32

impl ResetValue for FCR[src]

Register FCR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::pwm0::FMR[src]

Register FMR reset()’s with value 0

type Type = u32

impl ResetValue for FPE[src]

Register FPE reset()’s with value 0

type Type = u32

impl ResetValue for FPV1[src]

Register FPV1 reset()’s with value 0

type Type = u32

impl ResetValue for FPV2[src]

Register FPV2 reset()’s with value 0

type Type = u32

impl ResetValue for IDR1[src]

Register IDR1 reset()’s with value 0

type Type = u32

impl ResetValue for IDR2[src]

Register IDR2 reset()’s with value 0

type Type = u32

impl ResetValue for IER1[src]

Register IER1 reset()’s with value 0

type Type = u32

impl ResetValue for IER2[src]

Register IER2 reset()’s with value 0

type Type = u32

impl ResetValue for LEBR1[src]

Register LEBR1 reset()’s with value 0

type Type = u32

impl ResetValue for LEBR2[src]

Register LEBR2 reset()’s with value 0

type Type = u32

impl ResetValue for OOV[src]

Register OOV reset()’s with value 0

type Type = u32

impl ResetValue for OS[src]

Register OS reset()’s with value 0

type Type = u32

impl ResetValue for OSC[src]

Register OSC reset()’s with value 0

type Type = u32

impl ResetValue for OSCUPD[src]

Register OSCUPD reset()’s with value 0

type Type = u32

impl ResetValue for OSS[src]

Register OSS reset()’s with value 0

type Type = u32

impl ResetValue for OSSUPD[src]

Register OSSUPD reset()’s with value 0

type Type = u32

impl ResetValue for SCM[src]

Register SCM reset()’s with value 0

type Type = u32

impl ResetValue for SCUC[src]

Register SCUC reset()’s with value 0

type Type = u32

impl ResetValue for SCUP[src]

Register SCUP reset()’s with value 0

type Type = u32

impl ResetValue for SCUPUPD[src]

Register SCUPUPD reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::pwm0::SMMR[src]

Register SMMR reset()’s with value 0

type Type = u32

impl ResetValue for SSPR[src]

Register SSPR reset()’s with value 0

type Type = u32

impl ResetValue for SSPUP[src]

Register SSPUP reset()’s with value 0

type Type = u32

impl ResetValue for WPCR[src]

Register WPCR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::qspi::CR[src]

Register CR reset()’s with value 0

type Type = u32

impl ResetValue for IAR[src]

Register IAR reset()’s with value 0

type Type = u32

impl ResetValue for ICR[src]

Register ICR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::qspi::IDR[src]

Register IDR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::qspi::IER[src]

Register IER reset()’s with value 0

type Type = u32

impl ResetValue for IFR[src]

Register IFR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::qspi::MR[src]

Register MR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::qspi::SCR[src]

Register SCR reset()’s with value 0

type Type = u32

impl ResetValue for SKR[src]

Register SKR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::qspi::SMR[src]

Register SMR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::qspi::TDR[src]

Register TDR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::qspi::WPMR[src]

Register WPMR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::rstc::CR[src]

Register CR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::rstc::MR[src]

Register MR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::rswdt::CR[src]

Register CR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::rswdt::MR[src]

Register MR reset()’s with value 0

type Type = u32

impl ResetValue for CALALR[src]

Register CALALR reset()’s with value 0

type Type = u32

impl ResetValue for CALR[src]

Register CALR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::rtc::CR[src]

Register CR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::rtc::IDR[src]

Register IDR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::rtc::IER[src]

Register IER reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::rtc::MR[src]

Register MR reset()’s with value 0

type Type = u32

impl ResetValue for SCCR[src]

Register SCCR reset()’s with value 0

type Type = u32

impl ResetValue for TIMALR[src]

Register TIMALR reset()’s with value 0

type Type = u32

impl ResetValue for TIMR[src]

Register TIMR reset()’s with value 0

type Type = u32

impl ResetValue for AR[src]

Register AR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::rtt::MR[src]

Register MR reset()’s with value 0

type Type = u32

impl ResetValue for ACTLR[src]

Register ACTLR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::spi0::CR[src]

Register CR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::spi0::CSR[src]

Register CSR[%s] reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::spi0::IDR[src]

Register IDR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::spi0::IER[src]

Register IER reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::spi0::MR[src]

Register MR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::spi0::TDR[src]

Register TDR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::spi0::WPMR[src]

Register WPMR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::ssc::CMR[src]

Register CMR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::ssc::CR[src]

Register CR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::ssc::IDR[src]

Register IDR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::ssc::IER[src]

Register IER reset()’s with value 0

type Type = u32

impl ResetValue for RC0R[src]

Register RC0R reset()’s with value 0

type Type = u32

impl ResetValue for RC1R[src]

Register RC1R reset()’s with value 0

type Type = u32

impl ResetValue for RCMR[src]

Register RCMR reset()’s with value 0

type Type = u32

impl ResetValue for RFMR[src]

Register RFMR reset()’s with value 0

type Type = u32

impl ResetValue for TCMR[src]

Register TCMR reset()’s with value 0

type Type = u32

impl ResetValue for TFMR[src]

Register TFMR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::ssc::THR[src]

Register THR reset()’s with value 0

type Type = u32

impl ResetValue for TSHR[src]

Register TSHR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::ssc::WPMR[src]

Register WPMR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::supc::CR[src]

Register CR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::supc::MR[src]

Register MR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::supc::SMMR[src]

Register SMMR reset()’s with value 0

type Type = u32

impl ResetValue for WUIR[src]

Register WUIR reset()’s with value 0

type Type = u32

impl ResetValue for WUMR[src]

Register WUMR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::sys_tick::CSR[src]

Register CSR reset()’s with value 0x04

type Type = u32

impl ResetValue for atsame70n20b_pac::sys_tick::CVR[src]

Register CVR reset()’s with value 0

type Type = u32

impl ResetValue for RVR[src]

Register RVR reset()’s with value 0

type Type = u32

impl ResetValue for CCR[src]

Register CCR reset()’s with value 0

type Type = u32

impl ResetValue for CMR_CAPTURE_MODE[src]

Register CMR_CAPTURE_MODE reset()’s with value 0

type Type = u32

impl ResetValue for CMR_WAVEFORM_MODE[src]

Register CMR_WAVEFORM_MODE reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::tc0::tc_channel::EMR[src]

Register EMR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::tc0::tc_channel::IDR[src]

Register IDR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::tc0::tc_channel::IER[src]

Register IER reset()’s with value 0

type Type = u32

impl ResetValue for RA[src]

Register RA reset()’s with value 0

type Type = u32

impl ResetValue for RB[src]

Register RB reset()’s with value 0

type Type = u32

impl ResetValue for RC[src]

Register RC reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::tc0::tc_channel::SMMR[src]

Register SMMR reset()’s with value 0

type Type = u32

impl ResetValue for BCR[src]

Register BCR reset()’s with value 0

type Type = u32

impl ResetValue for BMR[src]

Register BMR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::tc0::FMR[src]

Register FMR reset()’s with value 0

type Type = u32

impl ResetValue for QIDR[src]

Register QIDR reset()’s with value 0

type Type = u32

impl ResetValue for QIER[src]

Register QIER reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::tc0::WPMR[src]

Register WPMR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::trng::CR[src]

Register CR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::trng::IDR[src]

Register IDR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::trng::IER[src]

Register IER reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::twihs0::CR[src]

Register CR reset()’s with value 0

type Type = u32

impl ResetValue for CWGR[src]

Register CWGR reset()’s with value 0

type Type = u32

impl ResetValue for FILTR[src]

Register FILTR reset()’s with value 0

type Type = u32

impl ResetValue for IADR[src]

Register IADR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::twihs0::IDR[src]

Register IDR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::twihs0::IER[src]

Register IER reset()’s with value 0

type Type = u32

impl ResetValue for MMR[src]

Register MMR reset()’s with value 0

type Type = u32

impl ResetValue for SMBTR[src]

Register SMBTR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::twihs0::SMR[src]

Register SMR reset()’s with value 0

type Type = u32

impl ResetValue for SWMR[src]

Register SWMR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::twihs0::THR[src]

Register THR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::twihs0::WPMR[src]

Register WPMR reset()’s with value 0

type Type = u32

impl ResetValue for BRGR[src]

Register BRGR reset()’s with value 0

type Type = u32

impl ResetValue for CMPR[src]

Register CMPR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::uart0::CR[src]

Register CR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::uart0::IDR[src]

Register IDR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::uart0::IER[src]

Register IER reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::uart0::MR[src]

Register MR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::uart0::THR[src]

Register THR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::uart0::WPMR[src]

Register WPMR reset()’s with value 0

type Type = u32

impl ResetValue for US_BRGR[src]

Register US_BRGR reset()’s with value 0

type Type = u32

impl ResetValue for US_CR_LIN_MODE[src]

Register US_CR_LIN_MODE reset()’s with value 0

type Type = u32

impl ResetValue for US_CR_SPI_MODE[src]

Register US_CR_SPI_MODE reset()’s with value 0

type Type = u32

impl ResetValue for US_CR_USART_MODE[src]

Register US_CR_USART_MODE reset()’s with value 0

type Type = u32

impl ResetValue for US_FIDI_LON_MODE[src]

Register US_FIDI_LON_MODE reset()’s with value 0

type Type = u32

impl ResetValue for US_FIDI_USART_MODE[src]

Register US_FIDI_USART_MODE reset()’s with value 0

type Type = u32

impl ResetValue for US_ICDIFF[src]

Register US_ICDIFF reset()’s with value 0

type Type = u32

impl ResetValue for US_IDR_LIN_MODE[src]

Register US_IDR_LIN_MODE reset()’s with value 0

type Type = u32

impl ResetValue for US_IDR_LON_MODE[src]

Register US_IDR_LON_MODE reset()’s with value 0

type Type = u32

impl ResetValue for US_IDR_SPI_MODE[src]

Register US_IDR_SPI_MODE reset()’s with value 0

type Type = u32

impl ResetValue for US_IDR_USART_MODE[src]

Register US_IDR_USART_MODE reset()’s with value 0

type Type = u32

impl ResetValue for US_IDTRX[src]

Register US_IDTRX reset()’s with value 0

type Type = u32

impl ResetValue for US_IDTTX[src]

Register US_IDTTX reset()’s with value 0

type Type = u32

impl ResetValue for US_IER_LIN_MODE[src]

Register US_IER_LIN_MODE reset()’s with value 0

type Type = u32

impl ResetValue for US_IER_LON_MODE[src]

Register US_IER_LON_MODE reset()’s with value 0

type Type = u32

impl ResetValue for US_IER_SPI_MODE[src]

Register US_IER_SPI_MODE reset()’s with value 0

type Type = u32

impl ResetValue for US_IER_USART_MODE[src]

Register US_IER_USART_MODE reset()’s with value 0

type Type = u32

impl ResetValue for US_IF[src]

Register US_IF reset()’s with value 0

type Type = u32

impl ResetValue for US_LINIR[src]

Register US_LINIR reset()’s with value 0

type Type = u32

impl ResetValue for US_LINMR[src]

Register US_LINMR reset()’s with value 0

type Type = u32

impl ResetValue for US_LONB1RX[src]

Register US_LONB1RX reset()’s with value 0

type Type = u32

impl ResetValue for US_LONB1TX[src]

Register US_LONB1TX reset()’s with value 0

type Type = u32

impl ResetValue for US_LONDL[src]

Register US_LONDL reset()’s with value 0

type Type = u32

impl ResetValue for US_LONL2HDR[src]

Register US_LONL2HDR reset()’s with value 0

type Type = u32

impl ResetValue for US_LONMR[src]

Register US_LONMR reset()’s with value 0

type Type = u32

impl ResetValue for US_LONPR[src]

Register US_LONPR reset()’s with value 0

type Type = u32

impl ResetValue for US_LONPRIO[src]

Register US_LONPRIO reset()’s with value 0

type Type = u32

impl ResetValue for US_MAN[src]

Register US_MAN reset()’s with value 0

type Type = u32

impl ResetValue for US_MR_SPI_MODE[src]

Register US_MR_SPI_MODE reset()’s with value 0

type Type = u32

impl ResetValue for US_MR_USART_MODE[src]

Register US_MR_USART_MODE reset()’s with value 0

type Type = u32

impl ResetValue for US_RTOR[src]

Register US_RTOR reset()’s with value 0

type Type = u32

impl ResetValue for US_THR[src]

Register US_THR reset()’s with value 0

type Type = u32

impl ResetValue for US_TTGR_LON_MODE[src]

Register US_TTGR_LON_MODE reset()’s with value 0

type Type = u32

impl ResetValue for US_TTGR_USART_MODE[src]

Register US_TTGR_USART_MODE reset()’s with value 0

type Type = u32

impl ResetValue for US_WPMR[src]

Register US_WPMR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::usbhs::CTRL[src]

Register CTRL reset()’s with value 0

type Type = u32

impl ResetValue for DEVCTRL[src]

Register DEVCTRL reset()’s with value 0

type Type = u32

impl ResetValue for DEVEPT[src]

Register DEVEPT reset()’s with value 0

type Type = u32

impl ResetValue for DEVEPTCFG[src]

Register DEVEPTCFG[%s] reset()’s with value 0

type Type = u32

impl ResetValue for DEVEPTICR_BLK_MODE[src]

Register DEVEPTICR_BLK_MODE[%s] reset()’s with value 0

type Type = u32

impl ResetValue for DEVEPTICR_CTRL_MODE[src]

Register DEVEPTICR_CTRL_MODE[%s] reset()’s with value 0

type Type = u32

impl ResetValue for DEVEPTICR_INTRPT_MODE[src]

Register DEVEPTICR_INTRPT_MODE[%s] reset()’s with value 0

type Type = u32

impl ResetValue for DEVEPTICR_ISO_MODE[src]

Register DEVEPTICR_ISO_MODE[%s] reset()’s with value 0

type Type = u32

impl ResetValue for DEVEPTIDR_BLK_MODE[src]

Register DEVEPTIDR_BLK_MODE[%s] reset()’s with value 0

type Type = u32

impl ResetValue for DEVEPTIDR_CTRL_MODE[src]

Register DEVEPTIDR_CTRL_MODE[%s] reset()’s with value 0

type Type = u32

impl ResetValue for DEVEPTIDR_INTRPT_MODE[src]

Register DEVEPTIDR_INTRPT_MODE[%s] reset()’s with value 0

type Type = u32

impl ResetValue for DEVEPTIDR_ISO_MODE[src]

Register DEVEPTIDR_ISO_MODE[%s] reset()’s with value 0

type Type = u32

impl ResetValue for DEVEPTIER_BLK_MODE[src]

Register DEVEPTIER_BLK_MODE[%s] reset()’s with value 0

type Type = u32

impl ResetValue for DEVEPTIER_CTRL_MODE[src]

Register DEVEPTIER_CTRL_MODE[%s] reset()’s with value 0

type Type = u32

impl ResetValue for DEVEPTIER_INTRPT_MODE[src]

Register DEVEPTIER_INTRPT_MODE[%s] reset()’s with value 0

type Type = u32

impl ResetValue for DEVEPTIER_ISO_MODE[src]

Register DEVEPTIER_ISO_MODE[%s] reset()’s with value 0

type Type = u32

impl ResetValue for DEVEPTIFR_BLK_MODE[src]

Register DEVEPTIFR_BLK_MODE[%s] reset()’s with value 0

type Type = u32

impl ResetValue for DEVEPTIFR_CTRL_MODE[src]

Register DEVEPTIFR_CTRL_MODE[%s] reset()’s with value 0

type Type = u32

impl ResetValue for DEVEPTIFR_INTRPT_MODE[src]

Register DEVEPTIFR_INTRPT_MODE[%s] reset()’s with value 0

type Type = u32

impl ResetValue for DEVEPTIFR_ISO_MODE[src]

Register DEVEPTIFR_ISO_MODE[%s] reset()’s with value 0

type Type = u32

impl ResetValue for DEVICR[src]

Register DEVICR reset()’s with value 0

type Type = u32

impl ResetValue for DEVIDR[src]

Register DEVIDR reset()’s with value 0

type Type = u32

impl ResetValue for DEVIER[src]

Register DEVIER reset()’s with value 0

type Type = u32

impl ResetValue for DEVIFR[src]

Register DEVIFR reset()’s with value 0

type Type = u32

impl ResetValue for HSTADDR1[src]

Register HSTADDR1 reset()’s with value 0

type Type = u32

impl ResetValue for HSTADDR2[src]

Register HSTADDR2 reset()’s with value 0

type Type = u32

impl ResetValue for HSTADDR3[src]

Register HSTADDR3 reset()’s with value 0

type Type = u32

impl ResetValue for HSTCTRL[src]

Register HSTCTRL reset()’s with value 0

type Type = u32

impl ResetValue for HSTFNUM[src]

Register HSTFNUM reset()’s with value 0

type Type = u32

impl ResetValue for HSTICR[src]

Register HSTICR reset()’s with value 0

type Type = u32

impl ResetValue for HSTIDR[src]

Register HSTIDR reset()’s with value 0

type Type = u32

impl ResetValue for HSTIER[src]

Register HSTIER reset()’s with value 0

type Type = u32

impl ResetValue for HSTIFR[src]

Register HSTIFR reset()’s with value 0

type Type = u32

impl ResetValue for HSTPIP[src]

Register HSTPIP reset()’s with value 0

type Type = u32

impl ResetValue for HSTPIPCFG[src]

Register HSTPIPCFG[%s] reset()’s with value 0

type Type = u32

impl ResetValue for HSTPIPCFG_CTRL_BULK_MODE[src]

Register HSTPIPCFG_CTRL_BULK_MODE[%s] reset()’s with value 0

type Type = u32

impl ResetValue for HSTPIPERR[src]

Register HSTPIPERR[%s] reset()’s with value 0

type Type = u32

impl ResetValue for HSTPIPICR_BLK_MODE[src]

Register HSTPIPICR_BLK_MODE[%s] reset()’s with value 0

type Type = u32

impl ResetValue for HSTPIPICR_CTRL_MODE[src]

Register HSTPIPICR_CTRL_MODE[%s] reset()’s with value 0

type Type = u32

impl ResetValue for HSTPIPICR_INTRPT_MODE[src]

Register HSTPIPICR_INTRPT_MODE[%s] reset()’s with value 0

type Type = u32

impl ResetValue for HSTPIPICR_ISO_MODE[src]

Register HSTPIPICR_ISO_MODE[%s] reset()’s with value 0

type Type = u32

impl ResetValue for HSTPIPIDR_BLK_MODE[src]

Register HSTPIPIDR_BLK_MODE[%s] reset()’s with value 0

type Type = u32

impl ResetValue for HSTPIPIDR_CTRL_MODE[src]

Register HSTPIPIDR_CTRL_MODE[%s] reset()’s with value 0

type Type = u32

impl ResetValue for HSTPIPIDR_INTRPT_MODE[src]

Register HSTPIPIDR_INTRPT_MODE[%s] reset()’s with value 0

type Type = u32

impl ResetValue for HSTPIPIDR_ISO_MODE[src]

Register HSTPIPIDR_ISO_MODE[%s] reset()’s with value 0

type Type = u32

impl ResetValue for HSTPIPIER_BLK_MODE[src]

Register HSTPIPIER_BLK_MODE[%s] reset()’s with value 0

type Type = u32

impl ResetValue for HSTPIPIER_CTRL_MODE[src]

Register HSTPIPIER_CTRL_MODE[%s] reset()’s with value 0

type Type = u32

impl ResetValue for HSTPIPIER_INTRPT_MODE[src]

Register HSTPIPIER_INTRPT_MODE[%s] reset()’s with value 0

type Type = u32

impl ResetValue for HSTPIPIER_ISO_MODE[src]

Register HSTPIPIER_ISO_MODE[%s] reset()’s with value 0

type Type = u32

impl ResetValue for HSTPIPIFR_BLK_MODE[src]

Register HSTPIPIFR_BLK_MODE[%s] reset()’s with value 0

type Type = u32

impl ResetValue for HSTPIPIFR_CTRL_MODE[src]

Register HSTPIPIFR_CTRL_MODE[%s] reset()’s with value 0

type Type = u32

impl ResetValue for HSTPIPIFR_INTRPT_MODE[src]

Register HSTPIPIFR_INTRPT_MODE[%s] reset()’s with value 0

type Type = u32

impl ResetValue for HSTPIPIFR_ISO_MODE[src]

Register HSTPIPIFR_ISO_MODE[%s] reset()’s with value 0

type Type = u32

impl ResetValue for HSTPIPINRQ[src]

Register HSTPIPINRQ[%s] reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::usbhs::SCR[src]

Register SCR reset()’s with value 0

type Type = u32

impl ResetValue for SFR[src]

Register SFR reset()’s with value 0

type Type = u32

impl ResetValue for DEVDMAADDRESS[src]

Register DEVDMAADDRESS reset()’s with value 0

type Type = u32

impl ResetValue for DEVDMACONTROL[src]

Register DEVDMACONTROL reset()’s with value 0

type Type = u32

impl ResetValue for DEVDMANXTDSC[src]

Register DEVDMANXTDSC reset()’s with value 0

type Type = u32

impl ResetValue for DEVDMASTATUS[src]

Register DEVDMASTATUS reset()’s with value 0

type Type = u32

impl ResetValue for HSTDMAADDRESS[src]

Register HSTDMAADDRESS reset()’s with value 0

type Type = u32

impl ResetValue for HSTDMACONTROL[src]

Register HSTDMACONTROL reset()’s with value 0

type Type = u32

impl ResetValue for HSTDMANXTDSC[src]

Register HSTDMANXTDSC reset()’s with value 0

type Type = u32

impl ResetValue for HSTDMASTATUS[src]

Register HSTDMASTATUS reset()’s with value 0

type Type = u32

impl ResetValue for CKTRIM[src]

Register CKTRIM reset()’s with value 0

type Type = u32

impl ResetValue for OHCIICR[src]

Register OHCIICR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::wdt::CR[src]

Register CR reset()’s with value 0

type Type = u32

impl ResetValue for atsame70n20b_pac::wdt::MR[src]

Register MR reset()’s with value 0

type Type = u32

impl ResetValue for GCFG[src]

Register GCFG reset()’s with value 0

type Type = u32

impl ResetValue for GD[src]

Register GD reset()’s with value 0

type Type = u32

impl ResetValue for GE[src]

Register GE reset()’s with value 0

type Type = u32

impl ResetValue for GID[src]

Register GID reset()’s with value 0

type Type = u32

impl ResetValue for GIE[src]

Register GIE reset()’s with value 0

type Type = u32

impl ResetValue for GRS[src]

Register GRS reset()’s with value 0

type Type = u32

impl ResetValue for GRWR[src]

Register GRWR reset()’s with value 0

type Type = u32

impl ResetValue for GRWS[src]

Register GRWS reset()’s with value 0

type Type = u32

impl ResetValue for GSWF[src]

Register GSWF reset()’s with value 0

type Type = u32

impl ResetValue for GSWR[src]

Register GSWR reset()’s with value 0

type Type = u32

impl ResetValue for GWAC[src]

Register GWAC reset()’s with value 0

type Type = u32

impl ResetValue for GWS[src]

Register GWS reset()’s with value 0

type Type = u32

impl ResetValue for CBC[src]

Register CBC reset()’s with value 0

type Type = u32

impl ResetValue for CC[src]

Register CC reset()’s with value 0

type Type = u32

impl ResetValue for CDA[src]

Register CDA reset()’s with value 0

type Type = u32

impl ResetValue for CDS_MSP[src]

Register CDS_MSP reset()’s with value 0

type Type = u32

impl ResetValue for CDUS[src]

Register CDUS reset()’s with value 0

type Type = u32

impl ResetValue for CID[src]

Register CID reset()’s with value 0

type Type = u32

impl ResetValue for CIE[src]

Register CIE reset()’s with value 0

type Type = u32

impl ResetValue for CNDA[src]

Register CNDA reset()’s with value 0

type Type = u32

impl ResetValue for CNDC[src]

Register CNDC reset()’s with value 0

type Type = u32

impl ResetValue for CSA[src]

Register CSA reset()’s with value 0

type Type = u32

impl ResetValue for CSUS[src]

Register CSUS reset()’s with value 0

type Type = u32

impl ResetValue for CUBC[src]

Register CUBC reset()’s with value 0

type Type = u32

Loading content...