pub trait Resettable: RegisterSpec {
    const RESET_VALUE: Self::Ux;

    // Provided method
    fn reset_value() -> Self::Ux { ... }
}
Expand description

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.

Required Associated Constants§

source

const RESET_VALUE: Self::Ux

Reset value of the register.

Provided Methods§

source

fn reset_value() -> Self::Ux

Reset value of the register.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl Resettable for atsame70q20b::acc::acr::ACR_SPEC

reset() method sets ACR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <acc::acr::ACR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::acc::cr::CR_SPEC

reset() method sets CR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <acc::cr::CR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::acc::idr::IDR_SPEC

reset() method sets IDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <acc::idr::IDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::acc::ier::IER_SPEC

reset() method sets IER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <acc::ier::IER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::acc::imr::IMR_SPEC

reset() method sets IMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <acc::imr::IMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::acc::isr::ISR_SPEC

reset() method sets ISR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <acc::isr::ISR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::acc::mr::MR_SPEC

reset() method sets MR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <acc::mr::MR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::acc::wpmr::WPMR_SPEC

reset() method sets WPMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <acc::wpmr::WPMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::acc::wpsr::WPSR_SPEC

reset() method sets WPSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <acc::wpsr::WPSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for AADLENR_SPEC

reset() method sets AADLENR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aes::aadlenr::AADLENR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CLENR_SPEC

reset() method sets CLENR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aes::clenr::CLENR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::aes::cr::CR_SPEC

reset() method sets CR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aes::cr::CR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CTRR_SPEC

reset() method sets CTRR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aes::ctrr::CTRR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for GCMHR_SPEC

reset() method sets GCMHR[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aes::gcmhr::GCMHR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for GHASHR_SPEC

reset() method sets GHASHR[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aes::ghashr::GHASHR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for IDATAR_SPEC

reset() method sets IDATAR[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aes::idatar::IDATAR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::aes::idr::IDR_SPEC

reset() method sets IDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aes::idr::IDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::aes::ier::IER_SPEC

reset() method sets IER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aes::ier::IER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::aes::imr::IMR_SPEC

reset() method sets IMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aes::imr::IMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::aes::isr::ISR_SPEC

reset() method sets ISR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aes::isr::ISR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for IVR_SPEC

reset() method sets IVR[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aes::ivr::IVR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for KEYWR_SPEC

reset() method sets KEYWR[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aes::keywr::KEYWR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::aes::mr::MR_SPEC

reset() method sets MR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aes::mr::MR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ODATAR_SPEC

reset() method sets ODATAR[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aes::odatar::ODATAR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TAGR_SPEC

reset() method sets TAGR[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aes::tagr::TAGR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::afec0::acr::ACR_SPEC

reset() method sets ACR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <afec0::acr::ACR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::afec0::cdr::CDR_SPEC

reset() method sets CDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <afec0::cdr::CDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CECR_SPEC

reset() method sets CECR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <afec0::cecr::CECR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CGR_SPEC

reset() method sets CGR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <afec0::cgr::CGR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::afec0::chdr::CHDR_SPEC

reset() method sets CHDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <afec0::chdr::CHDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::afec0::cher::CHER_SPEC

reset() method sets CHER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <afec0::cher::CHER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::afec0::chsr::CHSR_SPEC

reset() method sets CHSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <afec0::chsr::CHSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for COCR_SPEC

reset() method sets COCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <afec0::cocr::COCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for COSR_SPEC

reset() method sets COSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <afec0::cosr::COSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::afec0::cr::CR_SPEC

reset() method sets CR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <afec0::cr::CR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CSELR_SPEC

reset() method sets CSELR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <afec0::cselr::CSELR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::afec0::cvr::CVR_SPEC

reset() method sets CVR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <afec0::cvr::CVR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CWR_SPEC

reset() method sets CWR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <afec0::cwr::CWR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DIFFR_SPEC

reset() method sets DIFFR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <afec0::diffr::DIFFR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::afec0::emr::EMR_SPEC

reset() method sets EMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <afec0::emr::EMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::afec0::idr::IDR_SPEC

reset() method sets IDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <afec0::idr::IDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::afec0::ier::IER_SPEC

reset() method sets IER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <afec0::ier::IER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::afec0::imr::IMR_SPEC

reset() method sets IMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <afec0::imr::IMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::afec0::isr::ISR_SPEC

reset() method sets ISR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <afec0::isr::ISR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for LCDR_SPEC

reset() method sets LCDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <afec0::lcdr::LCDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::afec0::mr::MR_SPEC

reset() method sets MR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <afec0::mr::MR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for OVER_SPEC

reset() method sets OVER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <afec0::over::OVER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SEQ1R_SPEC

reset() method sets SEQ1R to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <afec0::seq1r::SEQ1R_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SEQ2R_SPEC

reset() method sets SEQ2R to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <afec0::seq2r::SEQ2R_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SHMR_SPEC

reset() method sets SHMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <afec0::shmr::SHMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TEMPCWR_SPEC

reset() method sets TEMPCWR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <afec0::tempcwr::TEMPCWR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TEMPMR_SPEC

reset() method sets TEMPMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <afec0::tempmr::TEMPMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::afec0::wpmr::WPMR_SPEC

reset() method sets WPMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <afec0::wpmr::WPMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::afec0::wpsr::WPSR_SPEC

reset() method sets WPSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <afec0::wpsr::WPSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CIDR_SPEC

reset() method sets CIDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <chipid::cidr::CIDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for EXID_SPEC

reset() method sets EXID to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <chipid::exid::EXID_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DCRDR_SPEC

reset() method sets DCRDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <core_debug::dcrdr::DCRDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DCRSR_SPEC

reset() method sets DCRSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <core_debug::dcrsr::DCRSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DEMCR_SPEC

reset() method sets DEMCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <core_debug::demcr::DEMCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DHCSR_SPEC

reset() method sets DHCSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <core_debug::dhcsr::DHCSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::dacc::acr::ACR_SPEC

reset() method sets ACR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dacc::acr::ACR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::dacc::cdr::CDR_SPEC

reset() method sets CDR[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dacc::cdr::CDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::dacc::chdr::CHDR_SPEC

reset() method sets CHDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dacc::chdr::CHDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::dacc::cher::CHER_SPEC

reset() method sets CHER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dacc::cher::CHER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::dacc::chsr::CHSR_SPEC

reset() method sets CHSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dacc::chsr::CHSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::dacc::cr::CR_SPEC

reset() method sets CR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dacc::cr::CR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::dacc::idr::IDR_SPEC

reset() method sets IDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dacc::idr::IDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::dacc::ier::IER_SPEC

reset() method sets IER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dacc::ier::IER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::dacc::imr::IMR_SPEC

reset() method sets IMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dacc::imr::IMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::dacc::isr::ISR_SPEC

reset() method sets ISR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dacc::isr::ISR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::dacc::mr::MR_SPEC

reset() method sets MR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dacc::mr::MR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TRIGR_SPEC

reset() method sets TRIGR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dacc::trigr::TRIGR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::dacc::wpmr::WPMR_SPEC

reset() method sets WPMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dacc::wpmr::WPMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::dacc::wpsr::WPSR_SPEC

reset() method sets WPSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dacc::wpsr::WPSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for EEFC_FCR_SPEC

reset() method sets EEFC_FCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <efc::eefc_fcr::EEFC_FCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for EEFC_FMR_SPEC

reset() method sets EEFC_FMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <efc::eefc_fmr::EEFC_FMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for EEFC_FRR_SPEC

reset() method sets EEFC_FRR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <efc::eefc_frr::EEFC_FRR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for EEFC_FSR_SPEC

reset() method sets EEFC_FSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <efc::eefc_fsr::EEFC_FSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for EEFC_WPMR_SPEC

reset() method sets EEFC_WPMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <efc::eefc_wpmr::EEFC_WPMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for AUTHSTATUS_SPEC

reset() method sets AUTHSTATUS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <etm::authstatus::AUTHSTATUS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CCER_SPEC

reset() method sets CCER to value 0x1854_1800

source§

const RESET_VALUE: Self::Ux = {transmute(0x18541800): <etm::ccer::CCER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::etm::ccr::CCR_SPEC

reset() method sets CCR to value 0x8c80_2000

source§

const RESET_VALUE: Self::Ux = {transmute(0x8c802000): <etm::ccr::CCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CIDR0_SPEC

reset() method sets CIDR0 to value 0x0d

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000000d): <etm::cidr0::CIDR0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CIDR1_SPEC

reset() method sets CIDR1 to value 0x90

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000090): <etm::cidr1::CIDR1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CIDR2_SPEC

reset() method sets CIDR2 to value 0x05

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000005): <etm::cidr2::CIDR2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CIDR3_SPEC

reset() method sets CIDR3 to value 0xb1

source§

const RESET_VALUE: Self::Ux = {transmute(0x000000b1): <etm::cidr3::CIDR3_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CLAIMCLR_SPEC

reset() method sets CLAIMCLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <etm::claimclr::CLAIMCLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CLAIMSET_SPEC

reset() method sets CLAIMSET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <etm::claimset::CLAIMSET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CNTRLDVR1_SPEC

reset() method sets CNTRLDVR1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <etm::cntrldvr1::CNTRLDVR1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::etm::cr::CR_SPEC

reset() method sets CR to value 0x0411

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000411): <etm::cr::CR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DEVTYPE_SPEC

reset() method sets DEVTYPE to value 0x13

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000013): <etm::devtype::DEVTYPE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for FFLR_SPEC

reset() method sets FFLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <etm::fflr::FFLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::etm::idr2::IDR2_SPEC

reset() method sets IDR2 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <etm::idr2::IDR2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::etm::idr::IDR_SPEC

reset() method sets IDR to value 0x4114_f250

source§

const RESET_VALUE: Self::Ux = {transmute(0x4114f250): <etm::idr::IDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ITATBCTR0_SPEC

reset() method sets ITATBCTR0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <etm::itatbctr0::ITATBCTR0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ITATBCTR2_SPEC

reset() method sets ITATBCTR2 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <etm::itatbctr2::ITATBCTR2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ITCTRL_SPEC

reset() method sets ITCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <etm::itctrl::ITCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ITMISCIN_SPEC

reset() method sets ITMISCIN to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <etm::itmiscin::ITMISCIN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ITTRIGOUT_SPEC

reset() method sets ITTRIGOUT to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <etm::ittrigout::ITTRIGOUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for LAR_SPEC

reset() method sets LAR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <etm::lar::LAR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::etm::lsr::LSR_SPEC

reset() method sets LSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <etm::lsr::LSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::etm::pdsr::PDSR_SPEC

reset() method sets PDSR to value 0x01

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000001): <etm::pdsr::PDSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PIDR0_SPEC

reset() method sets PIDR0 to value 0x25

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000025): <etm::pidr0::PIDR0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PIDR1_SPEC

reset() method sets PIDR1 to value 0xb9

source§

const RESET_VALUE: Self::Ux = {transmute(0x000000b9): <etm::pidr1::PIDR1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PIDR2_SPEC

reset() method sets PIDR2 to value 0x0b

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000000b): <etm::pidr2::PIDR2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PIDR3_SPEC

reset() method sets PIDR3 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <etm::pidr3::PIDR3_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PIDR4_SPEC

reset() method sets PIDR4 to value 0x04

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000004): <etm::pidr4::PIDR4_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PIDR5_SPEC

reset() method sets PIDR5 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <etm::pidr5::PIDR5_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PIDR6_SPEC

reset() method sets PIDR6 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <etm::pidr6::PIDR6_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PIDR7_SPEC

reset() method sets PIDR7 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <etm::pidr7::PIDR7_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::etm::scr::SCR_SPEC

reset() method sets SCR to value 0x0002_0d09

source§

const RESET_VALUE: Self::Ux = {transmute(0x00020d09): <etm::scr::SCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::etm::sr::SR_SPEC

reset() method sets SR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <etm::sr::SR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SYNCFR_SPEC

reset() method sets SYNCFR to value 0x0400

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000400): <etm::syncfr::SYNCFR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TECR1_SPEC

reset() method sets TECR1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <etm::tecr1::TECR1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TEEVR_SPEC

reset() method sets TEEVR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <etm::teevr::TEEVR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TESSEICR_SPEC

reset() method sets TESSEICR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <etm::tesseicr::TESSEICR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TRACEIDR_SPEC

reset() method sets TRACEIDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <etm::traceidr::TRACEIDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TRIGGER_SPEC

reset() method sets TRIGGER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <etm::trigger::TRIGGER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TSEVT_SPEC

reset() method sets TSEVT to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <etm::tsevt::TSEVT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for AE_SPEC

reset() method sets AE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::ae::AE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for BCFR_SPEC

reset() method sets BCFR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::bcfr::BCFR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for BCFT_SPEC

reset() method sets BCFT to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::bcft::BCFT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for BFR64_SPEC

reset() method sets BFR64 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::bfr64::BFR64_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for BFT64_SPEC

reset() method sets BFT64 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::bft64::BFT64_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CBSCR_SPEC

reset() method sets CBSCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::cbscr::CBSCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CBSISQA_SPEC

reset() method sets CBSISQA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::cbsisqa::CBSISQA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CBSISQB_SPEC

reset() method sets CBSISQB to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::cbsisqb::CBSISQB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CSE_SPEC

reset() method sets CSE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::cse::CSE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DCFGR_SPEC

reset() method sets DCFGR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::dcfgr::DCFGR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DTF_SPEC

reset() method sets DTF to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::dtf::DTF_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for EC_SPEC

reset() method sets EC to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::ec::EC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for EFRN_SPEC

reset() method sets EFRN to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::efrn::EFRN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for EFRSH_SPEC

reset() method sets EFRSH to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::efrsh::EFRSH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for EFRSL_SPEC

reset() method sets EFRSL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::efrsl::EFRSL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for EFTN_SPEC

reset() method sets EFTN to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::eftn::EFTN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for EFTSH_SPEC

reset() method sets EFTSH to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::eftsh::EFTSH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for EFTSL_SPEC

reset() method sets EFTSL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::eftsl::EFTSL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for FCSE_SPEC

reset() method sets FCSE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::fcse::FCSE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for FR_SPEC

reset() method sets FR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::fr::FR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for FT_SPEC

reset() method sets FT to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::ft::FT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SAB_SPEC

reset() method sets SAB to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::gmac_sa::sab::SAB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SAT_SPEC

reset() method sets SAT to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::gmac_sa::sat::SAT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ST2CW0_SPEC

reset() method sets ST2CW0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::gmac_st2cw::st2cw0::ST2CW0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ST2CW1_SPEC

reset() method sets ST2CW1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::gmac_st2cw::st2cw1::ST2CW1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for GTBFT1518_SPEC

reset() method sets GTBFT1518 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::gtbft1518::GTBFT1518_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HRB_SPEC

reset() method sets HRB to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::hrb::HRB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HRT_SPEC

reset() method sets HRT to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::hrt::HRT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::gmac::idr::IDR_SPEC

reset() method sets IDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::idr::IDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for IDRPQ_SPEC

reset() method sets IDRPQ[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::idrpq::IDRPQ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::gmac::ier::IER_SPEC

reset() method sets IER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::ier::IER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for IERPQ_SPEC

reset() method sets IERPQ[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::ierpq::IERPQ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for IHCE_SPEC

reset() method sets IHCE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::ihce::IHCE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::gmac::imr::IMR_SPEC

reset() method sets IMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::imr::IMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for IMRPQ_SPEC

reset() method sets IMRPQ[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::imrpq::IMRPQ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for IPGS_SPEC

reset() method sets IPGS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::ipgs::IPGS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::gmac::isr::ISR_SPEC

reset() method sets ISR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::isr::ISR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ISRPQ_SPEC

reset() method sets ISRPQ[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::isrpq::ISRPQ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for JR_SPEC

reset() method sets JR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::jr::JR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for LC_SPEC

reset() method sets LC to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::lc::LC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for LFFE_SPEC

reset() method sets LFFE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::lffe::LFFE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for MAN_SPEC

reset() method sets MAN to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::man::MAN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for MCF_SPEC

reset() method sets MCF to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::mcf::MCF_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for MFR_SPEC

reset() method sets MFR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::mfr::MFR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for MFT_SPEC

reset() method sets MFT to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::mft::MFT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for NCFGR_SPEC

reset() method sets NCFGR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::ncfgr::NCFGR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for NCR_SPEC

reset() method sets NCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::ncr::NCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for NSC_SPEC

reset() method sets NSC to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::nsc::NSC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for NSR_SPEC

reset() method sets NSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::nsr::NSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for OFR_SPEC

reset() method sets OFR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::ofr::OFR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ORHI_SPEC

reset() method sets ORHI to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::orhi::ORHI_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ORLO_SPEC

reset() method sets ORLO to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::orlo::ORLO_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for OTHI_SPEC

reset() method sets OTHI to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::othi::OTHI_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for OTLO_SPEC

reset() method sets OTLO to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::otlo::OTLO_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PEFRN_SPEC

reset() method sets PEFRN to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::pefrn::PEFRN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PEFRSH_SPEC

reset() method sets PEFRSH to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::pefrsh::PEFRSH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PEFRSL_SPEC

reset() method sets PEFRSL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::pefrsl::PEFRSL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PEFTN_SPEC

reset() method sets PEFTN to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::peftn::PEFTN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PEFTSH_SPEC

reset() method sets PEFTSH to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::peftsh::PEFTSH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PEFTSL_SPEC

reset() method sets PEFTSL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::peftsl::PEFTSL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PFR_SPEC

reset() method sets PFR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::pfr::PFR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PFT_SPEC

reset() method sets PFT to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::pft::PFT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RBQB_SPEC

reset() method sets RBQB to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::rbqb::RBQB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RBQBAPQ_SPEC

reset() method sets RBQBAPQ[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::rbqbapq::RBQBAPQ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RBSRPQ_SPEC

reset() method sets RBSRPQ[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::rbsrpq::RBSRPQ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RJFML_SPEC

reset() method sets RJFML to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::rjfml::RJFML_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ROE_SPEC

reset() method sets ROE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::roe::ROE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RPQ_SPEC

reset() method sets RPQ to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::rpq::RPQ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RPSF_SPEC

reset() method sets RPSF to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::rpsf::RPSF_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RRE_SPEC

reset() method sets RRE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::rre::RRE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RSE_SPEC

reset() method sets RSE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::rse::RSE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RSR_SPEC

reset() method sets RSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::rsr::RSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RXLPI_SPEC

reset() method sets RXLPI to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::rxlpi::RXLPI_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RXLPITIME_SPEC

reset() method sets RXLPITIME to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::rxlpitime::RXLPITIME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SAMB1_SPEC

reset() method sets SAMB1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::samb1::SAMB1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SAMT1_SPEC

reset() method sets SAMT1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::samt1::SAMT1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SCF_SPEC

reset() method sets SCF to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::scf::SCF_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SCH_SPEC

reset() method sets SCH to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::sch::SCH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SCL_SPEC

reset() method sets SCL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::scl::SCL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ST1RPQ_SPEC

reset() method sets ST1RPQ[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::st1rpq::ST1RPQ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ST2ER_SPEC

reset() method sets ST2ER[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::st2er::ST2ER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ST2RPQ_SPEC

reset() method sets ST2RPQ[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::st2rpq::ST2RPQ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SVLAN_SPEC

reset() method sets SVLAN to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::svlan::SVLAN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TA_SPEC

reset() method sets TA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::ta::TA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TBFR127_SPEC

reset() method sets TBFR127 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::tbfr127::TBFR127_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TBFR255_SPEC

reset() method sets TBFR255 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::tbfr255::TBFR255_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TBFR511_SPEC

reset() method sets TBFR511 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::tbfr511::TBFR511_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TBFR1023_SPEC

reset() method sets TBFR1023 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::tbfr1023::TBFR1023_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TBFR1518_SPEC

reset() method sets TBFR1518 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::tbfr1518::TBFR1518_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TBFT127_SPEC

reset() method sets TBFT127 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::tbft127::TBFT127_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TBFT255_SPEC

reset() method sets TBFT255 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::tbft255::TBFT255_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TBFT511_SPEC

reset() method sets TBFT511 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::tbft511::TBFT511_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TBFT1023_SPEC

reset() method sets TBFT1023 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::tbft1023::TBFT1023_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TBFT1518_SPEC

reset() method sets TBFT1518 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::tbft1518::TBFT1518_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TBQB_SPEC

reset() method sets TBQB to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::tbqb::TBQB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TBQBAPQ_SPEC

reset() method sets TBQBAPQ[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::tbqbapq::TBQBAPQ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TCE_SPEC

reset() method sets TCE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::tce::TCE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TI_SPEC

reset() method sets TI to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::ti::TI_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TIDM1_SPEC

reset() method sets TIDM1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::tidm1::TIDM1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TIDM2_SPEC

reset() method sets TIDM2 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::tidm2::TIDM2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TIDM3_SPEC

reset() method sets TIDM3 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::tidm3::TIDM3_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TIDM4_SPEC

reset() method sets TIDM4 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::tidm4::TIDM4_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TISUBN_SPEC

reset() method sets TISUBN to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::tisubn::TISUBN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TMXBFR_SPEC

reset() method sets TMXBFR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::tmxbfr::TMXBFR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TN_SPEC

reset() method sets TN to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::tn::TN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TPFCP_SPEC

reset() method sets TPFCP to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::tpfcp::TPFCP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TPQ_SPEC

reset() method sets TPQ to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::tpq::TPQ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TPSF_SPEC

reset() method sets TPSF to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::tpsf::TPSF_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TSH_SPEC

reset() method sets TSH to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::tsh::TSH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TSL_SPEC

reset() method sets TSL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::tsl::TSL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TSR_SPEC

reset() method sets TSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::tsr::TSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TUR_SPEC

reset() method sets TUR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::tur::TUR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TXLPI_SPEC

reset() method sets TXLPI to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::txlpi::TXLPI_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TXLPITIME_SPEC

reset() method sets TXLPITIME to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::txlpitime::TXLPITIME_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UCE_SPEC

reset() method sets UCE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::uce::UCE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UFR_SPEC

reset() method sets UFR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::ufr::UFR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UR_SPEC

reset() method sets UR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::ur::UR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for WOL_SPEC

reset() method sets WOL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gmac::wol::WOL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SYS_GPBR_SPEC

reset() method sets SYS_GPBR[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpbr::sys_gpbr::SYS_GPBR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ARGR_SPEC

reset() method sets ARGR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hsmci::argr::ARGR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for BLKR_SPEC

reset() method sets BLKR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hsmci::blkr::BLKR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::hsmci::cfg::CFG_SPEC

reset() method sets CFG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hsmci::cfg::CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CMDR_SPEC

reset() method sets CMDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hsmci::cmdr::CMDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::hsmci::cr::CR_SPEC

reset() method sets CR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hsmci::cr::CR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CSTOR_SPEC

reset() method sets CSTOR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hsmci::cstor::CSTOR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DMA_SPEC

reset() method sets DMA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hsmci::dma::DMA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DTOR_SPEC

reset() method sets DTOR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hsmci::dtor::DTOR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for FIFO_SPEC

reset() method sets FIFO[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hsmci::fifo::FIFO_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::hsmci::idr::IDR_SPEC

reset() method sets IDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hsmci::idr::IDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::hsmci::ier::IER_SPEC

reset() method sets IER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hsmci::ier::IER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::hsmci::imr::IMR_SPEC

reset() method sets IMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hsmci::imr::IMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::hsmci::mr::MR_SPEC

reset() method sets MR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hsmci::mr::MR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::hsmci::rdr::RDR_SPEC

reset() method sets RDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hsmci::rdr::RDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RSPR_SPEC

reset() method sets RSPR[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hsmci::rspr::RSPR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SDCR_SPEC

reset() method sets SDCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hsmci::sdcr::SDCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::hsmci::sr::SR_SPEC

reset() method sets SR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hsmci::sr::SR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::hsmci::tdr::TDR_SPEC

reset() method sets TDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hsmci::tdr::TDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::hsmci::wpmr::WPMR_SPEC

reset() method sets WPMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hsmci::wpmr::WPMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::hsmci::wpsr::WPSR_SPEC

reset() method sets WPSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hsmci::wpsr::WPSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::i2sc0::cr::CR_SPEC

reset() method sets CR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2sc0::cr::CR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::i2sc0::idr::IDR_SPEC

reset() method sets IDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2sc0::idr::IDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::i2sc0::ier::IER_SPEC

reset() method sets IER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2sc0::ier::IER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::i2sc0::imr::IMR_SPEC

reset() method sets IMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2sc0::imr::IMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::i2sc0::mr::MR_SPEC

reset() method sets MR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2sc0::mr::MR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::i2sc0::rhr::RHR_SPEC

reset() method sets RHR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2sc0::rhr::RHR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::i2sc0::scr::SCR_SPEC

reset() method sets SCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2sc0::scr::SCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::i2sc0::sr::SR_SPEC

reset() method sets SR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2sc0::sr::SR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SSR_SPEC

reset() method sets SSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2sc0::ssr::SSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::i2sc0::thr::THR_SPEC

reset() method sets THR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2sc0::thr::THR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::icm::cfg::CFG_SPEC

reset() method sets CFG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <icm::cfg::CFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::icm::ctrl::CTRL_SPEC

reset() method sets CTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <icm::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DSCR_SPEC

reset() method sets DSCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <icm::dscr::DSCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HASH_SPEC

reset() method sets HASH to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <icm::hash::HASH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::icm::idr::IDR_SPEC

reset() method sets IDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <icm::idr::IDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::icm::ier::IER_SPEC

reset() method sets IER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <icm::ier::IER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::icm::imr::IMR_SPEC

reset() method sets IMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <icm::imr::IMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::icm::isr::ISR_SPEC

reset() method sets ISR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <icm::isr::ISR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::icm::sr::SR_SPEC

reset() method sets SR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <icm::sr::SR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UASR_SPEC

reset() method sets UASR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <icm::uasr::UASR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UIHVAL_SPEC

reset() method sets UIHVAL[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <icm::uihval::UIHVAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CFG1_SPEC

reset() method sets CFG1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <isi::cfg1::CFG1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CFG2_SPEC

reset() method sets CFG2 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <isi::cfg2::CFG2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::isi::cr::CR_SPEC

reset() method sets CR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <isi::cr::CR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DMA_C_ADDR_SPEC

reset() method sets DMA_C_ADDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <isi::dma_c_addr::DMA_C_ADDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DMA_C_CTRL_SPEC

reset() method sets DMA_C_CTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <isi::dma_c_ctrl::DMA_C_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DMA_C_DSCR_SPEC

reset() method sets DMA_C_DSCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <isi::dma_c_dscr::DMA_C_DSCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DMA_CHDR_SPEC

reset() method sets DMA_CHDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <isi::dma_chdr::DMA_CHDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DMA_CHER_SPEC

reset() method sets DMA_CHER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <isi::dma_cher::DMA_CHER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DMA_CHSR_SPEC

reset() method sets DMA_CHSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <isi::dma_chsr::DMA_CHSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DMA_P_ADDR_SPEC

reset() method sets DMA_P_ADDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <isi::dma_p_addr::DMA_P_ADDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DMA_P_CTRL_SPEC

reset() method sets DMA_P_CTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <isi::dma_p_ctrl::DMA_P_CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DMA_P_DSCR_SPEC

reset() method sets DMA_P_DSCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <isi::dma_p_dscr::DMA_P_DSCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::isi::idr::IDR_SPEC

reset() method sets IDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <isi::idr::IDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::isi::ier::IER_SPEC

reset() method sets IER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <isi::ier::IER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::isi::imr::IMR_SPEC

reset() method sets IMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <isi::imr::IMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PDECF_SPEC

reset() method sets PDECF to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <isi::pdecf::PDECF_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PSIZE_SPEC

reset() method sets PSIZE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <isi::psize::PSIZE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for R2Y_SET0_SPEC

reset() method sets R2Y_SET0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <isi::r2y_set0::R2Y_SET0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for R2Y_SET1_SPEC

reset() method sets R2Y_SET1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <isi::r2y_set1::R2Y_SET1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for R2Y_SET2_SPEC

reset() method sets R2Y_SET2 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <isi::r2y_set2::R2Y_SET2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::isi::sr::SR_SPEC

reset() method sets SR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <isi::sr::SR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::isi::wpmr::WPMR_SPEC

reset() method sets WPMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <isi::wpmr::WPMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::isi::wpsr::WPSR_SPEC

reset() method sets WPSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <isi::wpsr::WPSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for Y2R_SET0_SPEC

reset() method sets Y2R_SET0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <isi::y2r_set0::Y2R_SET0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for Y2R_SET1_SPEC

reset() method sets Y2R_SET1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <isi::y2r_set1::Y2R_SET1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for WORD0_SPEC

reset() method sets WORD0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lockbit::word0::WORD0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for WORD1_SPEC

reset() method sets WORD1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lockbit::word1::WORD1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CCFG_CAN0_SPEC

reset() method sets CCFG_CAN0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <matrix::ccfg_can0::CCFG_CAN0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CCFG_DYNCKG_SPEC

reset() method sets CCFG_DYNCKG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <matrix::ccfg_dynckg::CCFG_DYNCKG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CCFG_PCCR_SPEC

reset() method sets CCFG_PCCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <matrix::ccfg_pccr::CCFG_PCCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CCFG_SMCNFCS_SPEC

reset() method sets CCFG_SMCNFCS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <matrix::ccfg_smcnfcs::CCFG_SMCNFCS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CCFG_SYSIO_SPEC

reset() method sets CCFG_SYSIO to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <matrix::ccfg_sysio::CCFG_SYSIO_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PRAS_SPEC

reset() method sets PRAS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <matrix::matrix_pr::pras::PRAS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PRBS_SPEC

reset() method sets PRBS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <matrix::matrix_pr::prbs::PRBS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for MCFG_SPEC

reset() method sets MCFG[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <matrix::mcfg::MCFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for MRCR_SPEC

reset() method sets MRCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <matrix::mrcr::MRCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SCFG_SPEC

reset() method sets SCFG[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <matrix::scfg::SCFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::matrix::wpmr::WPMR_SPEC

reset() method sets WPMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <matrix::wpmr::WPMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::matrix::wpsr::WPSR_SPEC

reset() method sets WPSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <matrix::wpsr::WPSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CCCR_SPEC

reset() method sets CCCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcan0::cccr::CCCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CREL_SPEC

reset() method sets CREL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcan0::crel::CREL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CUST_SPEC

reset() method sets CUST to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcan0::cust::CUST_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DBTP_SPEC

reset() method sets DBTP to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcan0::dbtp::DBTP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ECR_SPEC

reset() method sets ECR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcan0::ecr::ECR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ENDN_SPEC

reset() method sets ENDN to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcan0::endn::ENDN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for GFC_SPEC

reset() method sets GFC to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcan0::gfc::GFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HPMS_SPEC

reset() method sets HPMS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcan0::hpms::HPMS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for IE_SPEC

reset() method sets IE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcan0::ie::IE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ILE_SPEC

reset() method sets ILE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcan0::ile::ILE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ILS_SPEC

reset() method sets ILS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcan0::ils::ILS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for IR_SPEC

reset() method sets IR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcan0::ir::IR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for NBTP_SPEC

reset() method sets NBTP to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcan0::nbtp::NBTP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for NDAT1_SPEC

reset() method sets NDAT1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcan0::ndat1::NDAT1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for NDAT2_SPEC

reset() method sets NDAT2 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcan0::ndat2::NDAT2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::mcan0::psr::PSR_SPEC

reset() method sets PSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcan0::psr::PSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RWD_SPEC

reset() method sets RWD to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcan0::rwd::RWD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RXBC_SPEC

reset() method sets RXBC to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcan0::rxbc::RXBC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RXESC_SPEC

reset() method sets RXESC to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcan0::rxesc::RXESC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RXF0A_SPEC

reset() method sets RXF0A to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcan0::rxf0a::RXF0A_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RXF0C_SPEC

reset() method sets RXF0C to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcan0::rxf0c::RXF0C_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RXF0S_SPEC

reset() method sets RXF0S to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcan0::rxf0s::RXF0S_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RXF1A_SPEC

reset() method sets RXF1A to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcan0::rxf1a::RXF1A_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RXF1C_SPEC

reset() method sets RXF1C to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcan0::rxf1c::RXF1C_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RXF1S_SPEC

reset() method sets RXF1S to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcan0::rxf1s::RXF1S_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SIDFC_SPEC

reset() method sets SIDFC to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcan0::sidfc::SIDFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TDCR_SPEC

reset() method sets TDCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcan0::tdcr::TDCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TEST_SPEC

reset() method sets TEST to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcan0::test::TEST_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TOCC_SPEC

reset() method sets TOCC to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcan0::tocc::TOCC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TOCV_SPEC

reset() method sets TOCV to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcan0::tocv::TOCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TSCC_SPEC

reset() method sets TSCC to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcan0::tscc::TSCC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TSCV_SPEC

reset() method sets TSCV to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcan0::tscv::TSCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TXBAR_SPEC

reset() method sets TXBAR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcan0::txbar::TXBAR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TXBC_SPEC

reset() method sets TXBC to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcan0::txbc::TXBC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TXBCF_SPEC

reset() method sets TXBCF to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcan0::txbcf::TXBCF_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TXBCIE_SPEC

reset() method sets TXBCIE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcan0::txbcie::TXBCIE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TXBCR_SPEC

reset() method sets TXBCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcan0::txbcr::TXBCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TXBRP_SPEC

reset() method sets TXBRP to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcan0::txbrp::TXBRP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TXBTIE_SPEC

reset() method sets TXBTIE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcan0::txbtie::TXBTIE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TXBTO_SPEC

reset() method sets TXBTO to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcan0::txbto::TXBTO_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TXEFA_SPEC

reset() method sets TXEFA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcan0::txefa::TXEFA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TXEFC_SPEC

reset() method sets TXEFC to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcan0::txefc::TXEFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TXEFS_SPEC

reset() method sets TXEFS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcan0::txefs::TXEFS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TXESC_SPEC

reset() method sets TXESC to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcan0::txesc::TXESC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TXFQS_SPEC

reset() method sets TXFQS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcan0::txfqs::TXFQS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for XIDAM_SPEC

reset() method sets XIDAM to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcan0::xidam::XIDAM_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for XIDFC_SPEC

reset() method sets XIDFC to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mcan0::xidfc::XIDFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ABCDSR_SPEC

reset() method sets ABCDSR[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::abcdsr::ABCDSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for AIMDR_SPEC

reset() method sets AIMDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::aimdr::AIMDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for AIMER_SPEC

reset() method sets AIMER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::aimer::AIMER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for AIMMR_SPEC

reset() method sets AIMMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::aimmr::AIMMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CODR_SPEC

reset() method sets CODR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::codr::CODR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DRIVER_SPEC

reset() method sets DRIVER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::driver::DRIVER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ELSR_SPEC

reset() method sets ELSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::elsr::ELSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ESR_SPEC

reset() method sets ESR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::esr::ESR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for FELLSR_SPEC

reset() method sets FELLSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::fellsr::FELLSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for FRLHSR_SPEC

reset() method sets FRLHSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::frlhsr::FRLHSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::pioa::idr::IDR_SPEC

reset() method sets IDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::idr::IDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::pioa::ier::IER_SPEC

reset() method sets IER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::ier::IER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for IFDR_SPEC

reset() method sets IFDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::ifdr::IFDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for IFER_SPEC

reset() method sets IFER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::ifer::IFER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for IFSCDR_SPEC

reset() method sets IFSCDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::ifscdr::IFSCDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for IFSCER_SPEC

reset() method sets IFSCER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::ifscer::IFSCER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for IFSCSR_SPEC

reset() method sets IFSCSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::ifscsr::IFSCSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for IFSR_SPEC

reset() method sets IFSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::ifsr::IFSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::pioa::imr::IMR_SPEC

reset() method sets IMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::imr::IMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::pioa::isr::ISR_SPEC

reset() method sets ISR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::isr::ISR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for LOCKSR_SPEC

reset() method sets LOCKSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::locksr::LOCKSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::pioa::lsr::LSR_SPEC

reset() method sets LSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::lsr::LSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for MDDR_SPEC

reset() method sets MDDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::mddr::MDDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for MDER_SPEC

reset() method sets MDER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::mder::MDER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for MDSR_SPEC

reset() method sets MDSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::mdsr::MDSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ODR_SPEC

reset() method sets ODR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::odr::ODR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ODSR_SPEC

reset() method sets ODSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::odsr::ODSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for OER_SPEC

reset() method sets OER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::oer::OER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for OSR_SPEC

reset() method sets OSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::osr::OSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for OWDR_SPEC

reset() method sets OWDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::owdr::OWDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for OWER_SPEC

reset() method sets OWER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::ower::OWER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for OWSR_SPEC

reset() method sets OWSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::owsr::OWSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PCIDR_SPEC

reset() method sets PCIDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::pcidr::PCIDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PCIER_SPEC

reset() method sets PCIER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::pcier::PCIER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PCIMR_SPEC

reset() method sets PCIMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::pcimr::PCIMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PCISR_SPEC

reset() method sets PCISR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::pcisr::PCISR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PCMR_SPEC

reset() method sets PCMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::pcmr::PCMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PCRHR_SPEC

reset() method sets PCRHR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::pcrhr::PCRHR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PDR_SPEC

reset() method sets PDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::pdr::PDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::pioa::pdsr::PDSR_SPEC

reset() method sets PDSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::pdsr::PDSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PER_SPEC

reset() method sets PER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::per::PER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PPDDR_SPEC

reset() method sets PPDDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::ppddr::PPDDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PPDER_SPEC

reset() method sets PPDER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::ppder::PPDER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PPDSR_SPEC

reset() method sets PPDSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::ppdsr::PPDSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::pioa::psr::PSR_SPEC

reset() method sets PSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::psr::PSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PUDR_SPEC

reset() method sets PUDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::pudr::PUDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PUER_SPEC

reset() method sets PUER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::puer::PUER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PUSR_SPEC

reset() method sets PUSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::pusr::PUSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for REHLSR_SPEC

reset() method sets REHLSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::rehlsr::REHLSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::pioa::scdr::SCDR_SPEC

reset() method sets SCDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::scdr::SCDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SCHMITT_SPEC

reset() method sets SCHMITT to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::schmitt::SCHMITT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SODR_SPEC

reset() method sets SODR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::sodr::SODR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::pioa::wpmr::WPMR_SPEC

reset() method sets WPMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::wpmr::WPMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::pioa::wpsr::WPSR_SPEC

reset() method sets WPSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pioa::wpsr::WPSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CKGR_MCFR_SPEC

reset() method sets CKGR_MCFR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pmc::ckgr_mcfr::CKGR_MCFR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CKGR_MOR_SPEC

reset() method sets CKGR_MOR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pmc::ckgr_mor::CKGR_MOR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CKGR_PLLAR_SPEC

reset() method sets CKGR_PLLAR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pmc::ckgr_pllar::CKGR_PLLAR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CKGR_UCKR_SPEC

reset() method sets CKGR_UCKR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pmc::ckgr_uckr::CKGR_UCKR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for FOCR_SPEC

reset() method sets FOCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pmc::focr::FOCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for FSMR_SPEC

reset() method sets FSMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pmc::fsmr::FSMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for FSPR_SPEC

reset() method sets FSPR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pmc::fspr::FSPR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::pmc::idr::IDR_SPEC

reset() method sets IDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pmc::idr::IDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::pmc::ier::IER_SPEC

reset() method sets IER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pmc::ier::IER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::pmc::imr::IMR_SPEC

reset() method sets IMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pmc::imr::IMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for MCKR_SPEC

reset() method sets MCKR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pmc::mckr::MCKR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for OCR_SPEC

reset() method sets OCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pmc::ocr::OCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PCDR0_SPEC

reset() method sets PCDR0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pmc::pcdr0::PCDR0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PCDR1_SPEC

reset() method sets PCDR1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pmc::pcdr1::PCDR1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PCER0_SPEC

reset() method sets PCER0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pmc::pcer0::PCER0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PCER1_SPEC

reset() method sets PCER1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pmc::pcer1::PCER1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PCK_SPEC

reset() method sets PCK[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pmc::pck::PCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PCR_SPEC

reset() method sets PCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pmc::pcr::PCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PCSR0_SPEC

reset() method sets PCSR0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pmc::pcsr0::PCSR0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PCSR1_SPEC

reset() method sets PCSR1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pmc::pcsr1::PCSR1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PMMR_SPEC

reset() method sets PMMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pmc::pmmr::PMMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::pmc::scdr::SCDR_SPEC

reset() method sets SCDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pmc::scdr::SCDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SCER_SPEC

reset() method sets SCER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pmc::scer::SCER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SCSR_SPEC

reset() method sets SCSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pmc::scsr::SCSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SLPWK_AIPR_SPEC

reset() method sets SLPWK_AIPR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pmc::slpwk_aipr::SLPWK_AIPR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SLPWK_ASR0_SPEC

reset() method sets SLPWK_ASR0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pmc::slpwk_asr0::SLPWK_ASR0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SLPWK_ASR1_SPEC

reset() method sets SLPWK_ASR1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pmc::slpwk_asr1::SLPWK_ASR1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SLPWK_DR0_SPEC

reset() method sets SLPWK_DR0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pmc::slpwk_dr0::SLPWK_DR0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SLPWK_DR1_SPEC

reset() method sets SLPWK_DR1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pmc::slpwk_dr1::SLPWK_DR1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SLPWK_ER0_SPEC

reset() method sets SLPWK_ER0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pmc::slpwk_er0::SLPWK_ER0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SLPWK_ER1_SPEC

reset() method sets SLPWK_ER1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pmc::slpwk_er1::SLPWK_ER1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SLPWK_SR0_SPEC

reset() method sets SLPWK_SR0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pmc::slpwk_sr0::SLPWK_SR0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SLPWK_SR1_SPEC

reset() method sets SLPWK_SR1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pmc::slpwk_sr1::SLPWK_SR1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::pmc::sr::SR_SPEC

reset() method sets SR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pmc::sr::SR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for USB_SPEC

reset() method sets USB to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pmc::usb::USB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::pmc::wpmr::WPMR_SPEC

reset() method sets WPMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pmc::wpmr::WPMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::pmc::wpsr::WPSR_SPEC

reset() method sets WPSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pmc::wpsr::WPSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CLK_SPEC

reset() method sets CLK to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::clk::CLK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CMUPD0_SPEC

reset() method sets CMUPD0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::cmupd0::CMUPD0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CMUPD1_SPEC

reset() method sets CMUPD1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::cmupd1::CMUPD1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CMUPD2_SPEC

reset() method sets CMUPD2 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::cmupd2::CMUPD2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CMUPD3_SPEC

reset() method sets CMUPD3 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::cmupd3::CMUPD3_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DIS_SPEC

reset() method sets DIS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::dis::DIS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DMAR_SPEC

reset() method sets DMAR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::dmar::DMAR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ELMR_SPEC

reset() method sets ELMR[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::elmr::ELMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ENA_SPEC

reset() method sets ENA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::ena::ENA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ETRG1_SPEC

reset() method sets ETRG1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::etrg1::ETRG1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ETRG2_SPEC

reset() method sets ETRG2 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::etrg2::ETRG2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for FCR_SPEC

reset() method sets FCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::fcr::FCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::pwm0::fmr::FMR_SPEC

reset() method sets FMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::fmr::FMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for FPE_SPEC

reset() method sets FPE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::fpe::FPE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for FPV1_SPEC

reset() method sets FPV1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::fpv1::FPV1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for FPV2_SPEC

reset() method sets FPV2 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::fpv2::FPV2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for FSR_SPEC

reset() method sets FSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::fsr::FSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for IDR1_SPEC

reset() method sets IDR1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::idr1::IDR1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::pwm0::idr2::IDR2_SPEC

reset() method sets IDR2 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::idr2::IDR2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for IER1_SPEC

reset() method sets IER1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::ier1::IER1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for IER2_SPEC

reset() method sets IER2 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::ier2::IER2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for IMR1_SPEC

reset() method sets IMR1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::imr1::IMR1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for IMR2_SPEC

reset() method sets IMR2 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::imr2::IMR2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ISR1_SPEC

reset() method sets ISR1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::isr1::ISR1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ISR2_SPEC

reset() method sets ISR2 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::isr2::ISR2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for LEBR1_SPEC

reset() method sets LEBR1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::lebr1::LEBR1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for LEBR2_SPEC

reset() method sets LEBR2 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::lebr2::LEBR2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for OOV_SPEC

reset() method sets OOV to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::oov::OOV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for OS_SPEC

reset() method sets OS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::os::OS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for OSC_SPEC

reset() method sets OSC to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::osc::OSC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for OSCUPD_SPEC

reset() method sets OSCUPD to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::oscupd::OSCUPD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for OSS_SPEC

reset() method sets OSS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::oss::OSS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for OSSUPD_SPEC

reset() method sets OSSUPD to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::ossupd::OSSUPD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CCNT_SPEC

reset() method sets CCNT to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::pwm_ch_num::ccnt::CCNT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CDTY_SPEC

reset() method sets CDTY to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::pwm_ch_num::cdty::CDTY_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CDTYUPD_SPEC

reset() method sets CDTYUPD to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::pwm_ch_num::cdtyupd::CDTYUPD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::pwm0::pwm_ch_num::cmr::CMR_SPEC

reset() method sets CMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::pwm_ch_num::cmr::CMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CPRD_SPEC

reset() method sets CPRD to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::pwm_ch_num::cprd::CPRD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CPRDUPD_SPEC

reset() method sets CPRDUPD to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::pwm_ch_num::cprdupd::CPRDUPD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DT_SPEC

reset() method sets DT to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::pwm_ch_num::dt::DT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DTUPD_SPEC

reset() method sets DTUPD to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::pwm_ch_num::dtupd::DTUPD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CMPM_SPEC

reset() method sets CMPM to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::pwm_cmp::cmpm::CMPM_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CMPMUPD_SPEC

reset() method sets CMPMUPD to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::pwm_cmp::cmpmupd::CMPMUPD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CMPV_SPEC

reset() method sets CMPV to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::pwm_cmp::cmpv::CMPV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CMPVUPD_SPEC

reset() method sets CMPVUPD to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::pwm_cmp::cmpvupd::CMPVUPD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SCM_SPEC

reset() method sets SCM to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::scm::SCM_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SCUC_SPEC

reset() method sets SCUC to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::scuc::SCUC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SCUP_SPEC

reset() method sets SCUP to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::scup::SCUP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SCUPUPD_SPEC

reset() method sets SCUPUPD to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::scupupd::SCUPUPD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::pwm0::smmr::SMMR_SPEC

reset() method sets SMMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::smmr::SMMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::pwm0::sr::SR_SPEC

reset() method sets SR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::sr::SR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SSPR_SPEC

reset() method sets SSPR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::sspr::SSPR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SSPUP_SPEC

reset() method sets SSPUP to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::sspup::SSPUP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for WPCR_SPEC

reset() method sets WPCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::wpcr::WPCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::pwm0::wpsr::WPSR_SPEC

reset() method sets WPSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm0::wpsr::WPSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::qspi::cr::CR_SPEC

reset() method sets CR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <qspi::cr::CR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for IAR_SPEC

reset() method sets IAR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <qspi::iar::IAR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ICR_SPEC

reset() method sets ICR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <qspi::icr::ICR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::qspi::idr::IDR_SPEC

reset() method sets IDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <qspi::idr::IDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::qspi::ier::IER_SPEC

reset() method sets IER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <qspi::ier::IER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for IFR_SPEC

reset() method sets IFR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <qspi::ifr::IFR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::qspi::imr::IMR_SPEC

reset() method sets IMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <qspi::imr::IMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::qspi::mr::MR_SPEC

reset() method sets MR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <qspi::mr::MR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::qspi::rdr::RDR_SPEC

reset() method sets RDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <qspi::rdr::RDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::qspi::scr::SCR_SPEC

reset() method sets SCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <qspi::scr::SCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SKR_SPEC

reset() method sets SKR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <qspi::skr::SKR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::qspi::smr::SMR_SPEC

reset() method sets SMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <qspi::smr::SMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::qspi::sr::SR_SPEC

reset() method sets SR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <qspi::sr::SR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::qspi::tdr::TDR_SPEC

reset() method sets TDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <qspi::tdr::TDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::qspi::wpmr::WPMR_SPEC

reset() method sets WPMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <qspi::wpmr::WPMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::qspi::wpsr::WPSR_SPEC

reset() method sets WPSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <qspi::wpsr::WPSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::rstc::cr::CR_SPEC

reset() method sets CR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rstc::cr::CR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::rstc::mr::MR_SPEC

reset() method sets MR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rstc::mr::MR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::rstc::sr::SR_SPEC

reset() method sets SR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rstc::sr::SR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::rswdt::cr::CR_SPEC

reset() method sets CR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rswdt::cr::CR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::rswdt::mr::MR_SPEC

reset() method sets MR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rswdt::mr::MR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::rswdt::sr::SR_SPEC

reset() method sets SR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rswdt::sr::SR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CALALR_SPEC

reset() method sets CALALR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc::calalr::CALALR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CALR_SPEC

reset() method sets CALR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc::calr::CALR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::rtc::cr::CR_SPEC

reset() method sets CR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc::cr::CR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::rtc::idr::IDR_SPEC

reset() method sets IDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc::idr::IDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::rtc::ier::IER_SPEC

reset() method sets IER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc::ier::IER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::rtc::imr::IMR_SPEC

reset() method sets IMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc::imr::IMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::rtc::mr::MR_SPEC

reset() method sets MR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc::mr::MR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SCCR_SPEC

reset() method sets SCCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc::sccr::SCCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::rtc::sr::SR_SPEC

reset() method sets SR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc::sr::SR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TIMALR_SPEC

reset() method sets TIMALR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc::timalr::TIMALR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TIMR_SPEC

reset() method sets TIMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc::timr::TIMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for VER_SPEC

reset() method sets VER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc::ver::VER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for AR_SPEC

reset() method sets AR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtt::ar::AR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::rtt::mr::MR_SPEC

reset() method sets MR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtt::mr::MR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::rtt::sr::SR_SPEC

reset() method sets SR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtt::sr::SR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for VR_SPEC

reset() method sets VR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtt::vr::VR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ACTLR_SPEC

reset() method sets ACTLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <scn_scb::actlr::ACTLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ICTR_SPEC

reset() method sets ICTR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <scn_scb::ictr::ICTR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for KEY1_SPEC

reset() method sets KEY1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <smc::key1::KEY1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for KEY2_SPEC

reset() method sets KEY2 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <smc::key2::KEY2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for OCMS_SPEC

reset() method sets OCMS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <smc::ocms::OCMS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CYCLE_SPEC

reset() method sets CYCLE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <smc::smc_cs_number::cycle::CYCLE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for MODE_SPEC

reset() method sets MODE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <smc::smc_cs_number::mode::MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PULSE_SPEC

reset() method sets PULSE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <smc::smc_cs_number::pulse::PULSE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SETUP_SPEC

reset() method sets SETUP to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <smc::smc_cs_number::setup::SETUP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::smc::wpmr::WPMR_SPEC

reset() method sets WPMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <smc::wpmr::WPMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::smc::wpsr::WPSR_SPEC

reset() method sets WPSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <smc::wpsr::WPSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::spi0::cr::CR_SPEC

reset() method sets CR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::cr::CR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::spi0::csr::CSR_SPEC

reset() method sets CSR[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::csr::CSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::spi0::idr::IDR_SPEC

reset() method sets IDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::idr::IDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::spi0::ier::IER_SPEC

reset() method sets IER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::ier::IER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::spi0::imr::IMR_SPEC

reset() method sets IMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::imr::IMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::spi0::mr::MR_SPEC

reset() method sets MR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::mr::MR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::spi0::rdr::RDR_SPEC

reset() method sets RDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::rdr::RDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::spi0::sr::SR_SPEC

reset() method sets SR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::sr::SR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::spi0::tdr::TDR_SPEC

reset() method sets TDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::tdr::TDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::spi0::wpmr::WPMR_SPEC

reset() method sets WPMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::wpmr::WPMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::spi0::wpsr::WPSR_SPEC

reset() method sets WPSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi0::wpsr::WPSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::ssc::cmr::CMR_SPEC

reset() method sets CMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ssc::cmr::CMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::ssc::cr::CR_SPEC

reset() method sets CR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ssc::cr::CR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::ssc::idr::IDR_SPEC

reset() method sets IDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ssc::idr::IDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::ssc::ier::IER_SPEC

reset() method sets IER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ssc::ier::IER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::ssc::imr::IMR_SPEC

reset() method sets IMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ssc::imr::IMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RC0R_SPEC

reset() method sets RC0R to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ssc::rc0r::RC0R_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RC1R_SPEC

reset() method sets RC1R to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ssc::rc1r::RC1R_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RCMR_SPEC

reset() method sets RCMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ssc::rcmr::RCMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RFMR_SPEC

reset() method sets RFMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ssc::rfmr::RFMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::ssc::rhr::RHR_SPEC

reset() method sets RHR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ssc::rhr::RHR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RSHR_SPEC

reset() method sets RSHR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ssc::rshr::RSHR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::ssc::sr::SR_SPEC

reset() method sets SR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ssc::sr::SR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TCMR_SPEC

reset() method sets TCMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ssc::tcmr::TCMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TFMR_SPEC

reset() method sets TFMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ssc::tfmr::TFMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::ssc::thr::THR_SPEC

reset() method sets THR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ssc::thr::THR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TSHR_SPEC

reset() method sets TSHR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ssc::tshr::TSHR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::ssc::wpmr::WPMR_SPEC

reset() method sets WPMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ssc::wpmr::WPMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::ssc::wpsr::WPSR_SPEC

reset() method sets WPSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ssc::wpsr::WPSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::supc::cr::CR_SPEC

reset() method sets CR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <supc::cr::CR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::supc::mr::MR_SPEC

reset() method sets MR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <supc::mr::MR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::supc::smmr::SMMR_SPEC

reset() method sets SMMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <supc::smmr::SMMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::supc::sr::SR_SPEC

reset() method sets SR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <supc::sr::SR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SYSC_WPMR_SPEC

reset() method sets SYSC_WPMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <supc::sysc_wpmr::SYSC_WPMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for WUIR_SPEC

reset() method sets WUIR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <supc::wuir::WUIR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for WUMR_SPEC

reset() method sets WUMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <supc::wumr::WUMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CALIB_SPEC

reset() method sets CALIB to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sys_tick::calib::CALIB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::sys_tick::csr::CSR_SPEC

reset() method sets CSR to value 0x04

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000004): <sys_tick::csr::CSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::sys_tick::cvr::CVR_SPEC

reset() method sets CVR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sys_tick::cvr::CVR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RVR_SPEC

reset() method sets RVR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sys_tick::rvr::RVR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for BCR_SPEC

reset() method sets BCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::bcr::BCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for BMR_SPEC

reset() method sets BMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::bmr::BMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::tc0::fmr::FMR_SPEC

reset() method sets FMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::fmr::FMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for QIDR_SPEC

reset() method sets QIDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::qidr::QIDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for QIER_SPEC

reset() method sets QIER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::qier::QIER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for QIMR_SPEC

reset() method sets QIMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::qimr::QIMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for QISR_SPEC

reset() method sets QISR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::qisr::QISR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::tc0::tc_channel::ccr::CCR_SPEC

reset() method sets CCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::tc_channel::ccr::CCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CMR_CAPTURE_MODE_SPEC

reset() method sets CMR_CAPTURE_MODE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::tc_channel::cmr_capture_mode::CMR_CAPTURE_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CMR_WAVEFORM_MODE_SPEC

reset() method sets CMR_WAVEFORM_MODE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::tc_channel::cmr_waveform_mode::CMR_WAVEFORM_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CV_SPEC

reset() method sets CV to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::tc_channel::cv::CV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::tc0::tc_channel::emr::EMR_SPEC

reset() method sets EMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::tc_channel::emr::EMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::tc0::tc_channel::idr::IDR_SPEC

reset() method sets IDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::tc_channel::idr::IDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::tc0::tc_channel::ier::IER_SPEC

reset() method sets IER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::tc_channel::ier::IER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::tc0::tc_channel::imr::IMR_SPEC

reset() method sets IMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::tc_channel::imr::IMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RA_SPEC

reset() method sets RA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::tc_channel::ra::RA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RAB_SPEC

reset() method sets RAB to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::tc_channel::rab::RAB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RB_SPEC

reset() method sets RB to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::tc_channel::rb::RB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RC_SPEC

reset() method sets RC to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::tc_channel::rc::RC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::tc0::tc_channel::smmr::SMMR_SPEC

reset() method sets SMMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::tc_channel::smmr::SMMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::tc0::tc_channel::sr::SR_SPEC

reset() method sets SR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::tc_channel::sr::SR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::tc0::wpmr::WPMR_SPEC

reset() method sets WPMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::wpmr::WPMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::trng::cr::CR_SPEC

reset() method sets CR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <trng::cr::CR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::trng::idr::IDR_SPEC

reset() method sets IDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <trng::idr::IDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::trng::ier::IER_SPEC

reset() method sets IER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <trng::ier::IER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::trng::imr::IMR_SPEC

reset() method sets IMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <trng::imr::IMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::trng::isr::ISR_SPEC

reset() method sets ISR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <trng::isr::ISR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ODATA_SPEC

reset() method sets ODATA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <trng::odata::ODATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::twihs0::cr::CR_SPEC

reset() method sets CR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twihs0::cr::CR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CWGR_SPEC

reset() method sets CWGR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twihs0::cwgr::CWGR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for FILTR_SPEC

reset() method sets FILTR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twihs0::filtr::FILTR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for IADR_SPEC

reset() method sets IADR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twihs0::iadr::IADR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::twihs0::idr::IDR_SPEC

reset() method sets IDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twihs0::idr::IDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::twihs0::ier::IER_SPEC

reset() method sets IER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twihs0::ier::IER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::twihs0::imr::IMR_SPEC

reset() method sets IMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twihs0::imr::IMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for MMR_SPEC

reset() method sets MMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twihs0::mmr::MMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::twihs0::rhr::RHR_SPEC

reset() method sets RHR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twihs0::rhr::RHR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SMBTR_SPEC

reset() method sets SMBTR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twihs0::smbtr::SMBTR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::twihs0::smr::SMR_SPEC

reset() method sets SMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twihs0::smr::SMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::twihs0::sr::SR_SPEC

reset() method sets SR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twihs0::sr::SR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SWMR_SPEC

reset() method sets SWMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twihs0::swmr::SWMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::twihs0::thr::THR_SPEC

reset() method sets THR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twihs0::thr::THR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::twihs0::wpmr::WPMR_SPEC

reset() method sets WPMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twihs0::wpmr::WPMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::twihs0::wpsr::WPSR_SPEC

reset() method sets WPSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twihs0::wpsr::WPSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for BRGR_SPEC

reset() method sets BRGR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart0::brgr::BRGR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CMPR_SPEC

reset() method sets CMPR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart0::cmpr::CMPR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::uart0::cr::CR_SPEC

reset() method sets CR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart0::cr::CR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::uart0::idr::IDR_SPEC

reset() method sets IDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart0::idr::IDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::uart0::ier::IER_SPEC

reset() method sets IER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart0::ier::IER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::uart0::imr::IMR_SPEC

reset() method sets IMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart0::imr::IMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::uart0::mr::MR_SPEC

reset() method sets MR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart0::mr::MR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::uart0::rhr::RHR_SPEC

reset() method sets RHR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart0::rhr::RHR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::uart0::sr::SR_SPEC

reset() method sets SR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart0::sr::SR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::uart0::thr::THR_SPEC

reset() method sets THR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart0::thr::THR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::uart0::wpmr::WPMR_SPEC

reset() method sets WPMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart0::wpmr::WPMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for US_BRGR_SPEC

reset() method sets US_BRGR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::us_brgr::US_BRGR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for US_CR_LIN_MODE_SPEC

reset() method sets US_CR_LIN_MODE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::us_cr_lin_mode::US_CR_LIN_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for US_CR_SPI_MODE_SPEC

reset() method sets US_CR_SPI_MODE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::us_cr_spi_mode::US_CR_SPI_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for US_CR_USART_MODE_SPEC

reset() method sets US_CR_USART_MODE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::us_cr_usart_mode::US_CR_USART_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for US_CSR_LIN_MODE_SPEC

reset() method sets US_CSR_LIN_MODE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::us_csr_lin_mode::US_CSR_LIN_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for US_CSR_LON_MODE_SPEC

reset() method sets US_CSR_LON_MODE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::us_csr_lon_mode::US_CSR_LON_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for US_CSR_SPI_MODE_SPEC

reset() method sets US_CSR_SPI_MODE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::us_csr_spi_mode::US_CSR_SPI_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for US_CSR_USART_MODE_SPEC

reset() method sets US_CSR_USART_MODE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::us_csr_usart_mode::US_CSR_USART_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for US_FIDI_LON_MODE_SPEC

reset() method sets US_FIDI_LON_MODE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::us_fidi_lon_mode::US_FIDI_LON_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for US_FIDI_USART_MODE_SPEC

reset() method sets US_FIDI_USART_MODE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::us_fidi_usart_mode::US_FIDI_USART_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for US_ICDIFF_SPEC

reset() method sets US_ICDIFF to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::us_icdiff::US_ICDIFF_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for US_IDR_LIN_MODE_SPEC

reset() method sets US_IDR_LIN_MODE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::us_idr_lin_mode::US_IDR_LIN_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for US_IDR_LON_MODE_SPEC

reset() method sets US_IDR_LON_MODE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::us_idr_lon_mode::US_IDR_LON_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for US_IDR_SPI_MODE_SPEC

reset() method sets US_IDR_SPI_MODE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::us_idr_spi_mode::US_IDR_SPI_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for US_IDR_USART_MODE_SPEC

reset() method sets US_IDR_USART_MODE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::us_idr_usart_mode::US_IDR_USART_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for US_IDTRX_SPEC

reset() method sets US_IDTRX to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::us_idtrx::US_IDTRX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for US_IDTTX_SPEC

reset() method sets US_IDTTX to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::us_idttx::US_IDTTX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for US_IER_LIN_MODE_SPEC

reset() method sets US_IER_LIN_MODE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::us_ier_lin_mode::US_IER_LIN_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for US_IER_LON_MODE_SPEC

reset() method sets US_IER_LON_MODE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::us_ier_lon_mode::US_IER_LON_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for US_IER_SPI_MODE_SPEC

reset() method sets US_IER_SPI_MODE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::us_ier_spi_mode::US_IER_SPI_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for US_IER_USART_MODE_SPEC

reset() method sets US_IER_USART_MODE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::us_ier_usart_mode::US_IER_USART_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for US_IF_SPEC

reset() method sets US_IF to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::us_if::US_IF_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for US_IMR_LIN_MODE_SPEC

reset() method sets US_IMR_LIN_MODE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::us_imr_lin_mode::US_IMR_LIN_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for US_IMR_LON_MODE_SPEC

reset() method sets US_IMR_LON_MODE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::us_imr_lon_mode::US_IMR_LON_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for US_IMR_SPI_MODE_SPEC

reset() method sets US_IMR_SPI_MODE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::us_imr_spi_mode::US_IMR_SPI_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for US_IMR_USART_MODE_SPEC

reset() method sets US_IMR_USART_MODE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::us_imr_usart_mode::US_IMR_USART_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for US_LINBRR_SPEC

reset() method sets US_LINBRR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::us_linbrr::US_LINBRR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for US_LINIR_SPEC

reset() method sets US_LINIR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::us_linir::US_LINIR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for US_LINMR_SPEC

reset() method sets US_LINMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::us_linmr::US_LINMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for US_LONB1RX_SPEC

reset() method sets US_LONB1RX to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::us_lonb1rx::US_LONB1RX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for US_LONB1TX_SPEC

reset() method sets US_LONB1TX to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::us_lonb1tx::US_LONB1TX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for US_LONBL_SPEC

reset() method sets US_LONBL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::us_lonbl::US_LONBL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for US_LONDL_SPEC

reset() method sets US_LONDL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::us_londl::US_LONDL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for US_LONL2HDR_SPEC

reset() method sets US_LONL2HDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::us_lonl2hdr::US_LONL2HDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for US_LONMR_SPEC

reset() method sets US_LONMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::us_lonmr::US_LONMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for US_LONPR_SPEC

reset() method sets US_LONPR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::us_lonpr::US_LONPR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for US_LONPRIO_SPEC

reset() method sets US_LONPRIO to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::us_lonprio::US_LONPRIO_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for US_MAN_SPEC

reset() method sets US_MAN to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::us_man::US_MAN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for US_MR_SPI_MODE_SPEC

reset() method sets US_MR_SPI_MODE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::us_mr_spi_mode::US_MR_SPI_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for US_MR_USART_MODE_SPEC

reset() method sets US_MR_USART_MODE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::us_mr_usart_mode::US_MR_USART_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for US_NER_SPEC

reset() method sets US_NER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::us_ner::US_NER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for US_RHR_SPEC

reset() method sets US_RHR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::us_rhr::US_RHR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for US_RTOR_SPEC

reset() method sets US_RTOR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::us_rtor::US_RTOR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for US_THR_SPEC

reset() method sets US_THR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::us_thr::US_THR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for US_TTGR_LON_MODE_SPEC

reset() method sets US_TTGR_LON_MODE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::us_ttgr_lon_mode::US_TTGR_LON_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for US_TTGR_USART_MODE_SPEC

reset() method sets US_TTGR_USART_MODE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::us_ttgr_usart_mode::US_TTGR_USART_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for US_WPMR_SPEC

reset() method sets US_WPMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::us_wpmr::US_WPMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for US_WPSR_SPEC

reset() method sets US_WPSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::us_wpsr::US_WPSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::usbhs::ctrl::CTRL_SPEC

reset() method sets CTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::ctrl::CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DEVCTRL_SPEC

reset() method sets DEVCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::devctrl::DEVCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DEVEPT_SPEC

reset() method sets DEVEPT to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::devept::DEVEPT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DEVEPTCFG_SPEC

reset() method sets DEVEPTCFG[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::deveptcfg::DEVEPTCFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DEVEPTICR_BLK_MODE_SPEC

reset() method sets DEVEPTICR_BLK_MODE[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::devepticr_blk_mode::DEVEPTICR_BLK_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DEVEPTICR_CTRL_MODE_SPEC

reset() method sets DEVEPTICR_CTRL_MODE[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::devepticr_ctrl_mode::DEVEPTICR_CTRL_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DEVEPTICR_INTRPT_MODE_SPEC

reset() method sets DEVEPTICR_INTRPT_MODE[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::devepticr_intrpt_mode::DEVEPTICR_INTRPT_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DEVEPTICR_ISO_MODE_SPEC

reset() method sets DEVEPTICR_ISO_MODE[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::devepticr_iso_mode::DEVEPTICR_ISO_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DEVEPTIDR_BLK_MODE_SPEC

reset() method sets DEVEPTIDR_BLK_MODE[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::deveptidr_blk_mode::DEVEPTIDR_BLK_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DEVEPTIDR_CTRL_MODE_SPEC

reset() method sets DEVEPTIDR_CTRL_MODE[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::deveptidr_ctrl_mode::DEVEPTIDR_CTRL_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DEVEPTIDR_INTRPT_MODE_SPEC

reset() method sets DEVEPTIDR_INTRPT_MODE[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::deveptidr_intrpt_mode::DEVEPTIDR_INTRPT_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DEVEPTIDR_ISO_MODE_SPEC

reset() method sets DEVEPTIDR_ISO_MODE[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::deveptidr_iso_mode::DEVEPTIDR_ISO_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DEVEPTIER_BLK_MODE_SPEC

reset() method sets DEVEPTIER_BLK_MODE[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::deveptier_blk_mode::DEVEPTIER_BLK_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DEVEPTIER_CTRL_MODE_SPEC

reset() method sets DEVEPTIER_CTRL_MODE[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::deveptier_ctrl_mode::DEVEPTIER_CTRL_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DEVEPTIER_INTRPT_MODE_SPEC

reset() method sets DEVEPTIER_INTRPT_MODE[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::deveptier_intrpt_mode::DEVEPTIER_INTRPT_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DEVEPTIER_ISO_MODE_SPEC

reset() method sets DEVEPTIER_ISO_MODE[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::deveptier_iso_mode::DEVEPTIER_ISO_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DEVEPTIFR_BLK_MODE_SPEC

reset() method sets DEVEPTIFR_BLK_MODE[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::deveptifr_blk_mode::DEVEPTIFR_BLK_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DEVEPTIFR_CTRL_MODE_SPEC

reset() method sets DEVEPTIFR_CTRL_MODE[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::deveptifr_ctrl_mode::DEVEPTIFR_CTRL_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DEVEPTIFR_INTRPT_MODE_SPEC

reset() method sets DEVEPTIFR_INTRPT_MODE[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::deveptifr_intrpt_mode::DEVEPTIFR_INTRPT_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DEVEPTIFR_ISO_MODE_SPEC

reset() method sets DEVEPTIFR_ISO_MODE[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::deveptifr_iso_mode::DEVEPTIFR_ISO_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DEVEPTIMR_BLK_MODE_SPEC

reset() method sets DEVEPTIMR_BLK_MODE[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::deveptimr_blk_mode::DEVEPTIMR_BLK_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DEVEPTIMR_CTRL_MODE_SPEC

reset() method sets DEVEPTIMR_CTRL_MODE[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::deveptimr_ctrl_mode::DEVEPTIMR_CTRL_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DEVEPTIMR_INTRPT_MODE_SPEC

reset() method sets DEVEPTIMR_INTRPT_MODE[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::deveptimr_intrpt_mode::DEVEPTIMR_INTRPT_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DEVEPTIMR_ISO_MODE_SPEC

reset() method sets DEVEPTIMR_ISO_MODE[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::deveptimr_iso_mode::DEVEPTIMR_ISO_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DEVEPTISR_BLK_MODE_SPEC

reset() method sets DEVEPTISR_BLK_MODE[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::deveptisr_blk_mode::DEVEPTISR_BLK_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DEVEPTISR_CTRL_MODE_SPEC

reset() method sets DEVEPTISR_CTRL_MODE[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::deveptisr_ctrl_mode::DEVEPTISR_CTRL_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DEVEPTISR_INTRPT_MODE_SPEC

reset() method sets DEVEPTISR_INTRPT_MODE[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::deveptisr_intrpt_mode::DEVEPTISR_INTRPT_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DEVEPTISR_ISO_MODE_SPEC

reset() method sets DEVEPTISR_ISO_MODE[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::deveptisr_iso_mode::DEVEPTISR_ISO_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DEVFNUM_SPEC

reset() method sets DEVFNUM to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::devfnum::DEVFNUM_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DEVICR_SPEC

reset() method sets DEVICR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::devicr::DEVICR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DEVIDR_SPEC

reset() method sets DEVIDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::devidr::DEVIDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DEVIER_SPEC

reset() method sets DEVIER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::devier::DEVIER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DEVIFR_SPEC

reset() method sets DEVIFR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::devifr::DEVIFR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DEVIMR_SPEC

reset() method sets DEVIMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::devimr::DEVIMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DEVISR_SPEC

reset() method sets DEVISR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::devisr::DEVISR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HSTADDR1_SPEC

reset() method sets HSTADDR1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::hstaddr1::HSTADDR1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HSTADDR2_SPEC

reset() method sets HSTADDR2 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::hstaddr2::HSTADDR2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HSTADDR3_SPEC

reset() method sets HSTADDR3 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::hstaddr3::HSTADDR3_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HSTCTRL_SPEC

reset() method sets HSTCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::hstctrl::HSTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HSTFNUM_SPEC

reset() method sets HSTFNUM to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::hstfnum::HSTFNUM_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HSTICR_SPEC

reset() method sets HSTICR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::hsticr::HSTICR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HSTIDR_SPEC

reset() method sets HSTIDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::hstidr::HSTIDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HSTIER_SPEC

reset() method sets HSTIER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::hstier::HSTIER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HSTIFR_SPEC

reset() method sets HSTIFR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::hstifr::HSTIFR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HSTIMR_SPEC

reset() method sets HSTIMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::hstimr::HSTIMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HSTISR_SPEC

reset() method sets HSTISR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::hstisr::HSTISR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HSTPIP_SPEC

reset() method sets HSTPIP to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::hstpip::HSTPIP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HSTPIPCFG_SPEC

reset() method sets HSTPIPCFG[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::hstpipcfg::HSTPIPCFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HSTPIPCFG_CTRL_BULK_MODE_SPEC

reset() method sets HSTPIPCFG_CTRL_BULK_MODE[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::hstpipcfg_ctrl_bulk_mode::HSTPIPCFG_CTRL_BULK_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HSTPIPERR_SPEC

reset() method sets HSTPIPERR[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::hstpiperr::HSTPIPERR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HSTPIPICR_BLK_MODE_SPEC

reset() method sets HSTPIPICR_BLK_MODE[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::hstpipicr_blk_mode::HSTPIPICR_BLK_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HSTPIPICR_CTRL_MODE_SPEC

reset() method sets HSTPIPICR_CTRL_MODE[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::hstpipicr_ctrl_mode::HSTPIPICR_CTRL_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HSTPIPICR_INTRPT_MODE_SPEC

reset() method sets HSTPIPICR_INTRPT_MODE[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::hstpipicr_intrpt_mode::HSTPIPICR_INTRPT_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HSTPIPICR_ISO_MODE_SPEC

reset() method sets HSTPIPICR_ISO_MODE[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::hstpipicr_iso_mode::HSTPIPICR_ISO_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HSTPIPIDR_BLK_MODE_SPEC

reset() method sets HSTPIPIDR_BLK_MODE[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::hstpipidr_blk_mode::HSTPIPIDR_BLK_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HSTPIPIDR_CTRL_MODE_SPEC

reset() method sets HSTPIPIDR_CTRL_MODE[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::hstpipidr_ctrl_mode::HSTPIPIDR_CTRL_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HSTPIPIDR_INTRPT_MODE_SPEC

reset() method sets HSTPIPIDR_INTRPT_MODE[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::hstpipidr_intrpt_mode::HSTPIPIDR_INTRPT_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HSTPIPIDR_ISO_MODE_SPEC

reset() method sets HSTPIPIDR_ISO_MODE[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::hstpipidr_iso_mode::HSTPIPIDR_ISO_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HSTPIPIER_BLK_MODE_SPEC

reset() method sets HSTPIPIER_BLK_MODE[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::hstpipier_blk_mode::HSTPIPIER_BLK_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HSTPIPIER_CTRL_MODE_SPEC

reset() method sets HSTPIPIER_CTRL_MODE[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::hstpipier_ctrl_mode::HSTPIPIER_CTRL_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HSTPIPIER_INTRPT_MODE_SPEC

reset() method sets HSTPIPIER_INTRPT_MODE[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::hstpipier_intrpt_mode::HSTPIPIER_INTRPT_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HSTPIPIER_ISO_MODE_SPEC

reset() method sets HSTPIPIER_ISO_MODE[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::hstpipier_iso_mode::HSTPIPIER_ISO_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HSTPIPIFR_BLK_MODE_SPEC

reset() method sets HSTPIPIFR_BLK_MODE[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::hstpipifr_blk_mode::HSTPIPIFR_BLK_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HSTPIPIFR_CTRL_MODE_SPEC

reset() method sets HSTPIPIFR_CTRL_MODE[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::hstpipifr_ctrl_mode::HSTPIPIFR_CTRL_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HSTPIPIFR_INTRPT_MODE_SPEC

reset() method sets HSTPIPIFR_INTRPT_MODE[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::hstpipifr_intrpt_mode::HSTPIPIFR_INTRPT_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HSTPIPIFR_ISO_MODE_SPEC

reset() method sets HSTPIPIFR_ISO_MODE[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::hstpipifr_iso_mode::HSTPIPIFR_ISO_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HSTPIPIMR_BLK_MODE_SPEC

reset() method sets HSTPIPIMR_BLK_MODE[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::hstpipimr_blk_mode::HSTPIPIMR_BLK_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HSTPIPIMR_CTRL_MODE_SPEC

reset() method sets HSTPIPIMR_CTRL_MODE[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::hstpipimr_ctrl_mode::HSTPIPIMR_CTRL_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HSTPIPIMR_INTRPT_MODE_SPEC

reset() method sets HSTPIPIMR_INTRPT_MODE[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::hstpipimr_intrpt_mode::HSTPIPIMR_INTRPT_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HSTPIPIMR_ISO_MODE_SPEC

reset() method sets HSTPIPIMR_ISO_MODE[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::hstpipimr_iso_mode::HSTPIPIMR_ISO_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HSTPIPINRQ_SPEC

reset() method sets HSTPIPINRQ[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::hstpipinrq::HSTPIPINRQ_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HSTPIPISR_BLK_MODE_SPEC

reset() method sets HSTPIPISR_BLK_MODE[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::hstpipisr_blk_mode::HSTPIPISR_BLK_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HSTPIPISR_CTRL_MODE_SPEC

reset() method sets HSTPIPISR_CTRL_MODE[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::hstpipisr_ctrl_mode::HSTPIPISR_CTRL_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HSTPIPISR_INTRPT_MODE_SPEC

reset() method sets HSTPIPISR_INTRPT_MODE[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::hstpipisr_intrpt_mode::HSTPIPISR_INTRPT_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HSTPIPISR_ISO_MODE_SPEC

reset() method sets HSTPIPISR_ISO_MODE[%s] to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::hstpipisr_iso_mode::HSTPIPISR_ISO_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::usbhs::scr::SCR_SPEC

reset() method sets SCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::scr::SCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SFR_SPEC

reset() method sets SFR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::sfr::SFR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::usbhs::sr::SR_SPEC

reset() method sets SR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::sr::SR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DEVDMAADDRESS_SPEC

reset() method sets DEVDMAADDRESS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::usbhs_devdma::devdmaaddress::DEVDMAADDRESS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DEVDMACONTROL_SPEC

reset() method sets DEVDMACONTROL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::usbhs_devdma::devdmacontrol::DEVDMACONTROL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DEVDMANXTDSC_SPEC

reset() method sets DEVDMANXTDSC to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::usbhs_devdma::devdmanxtdsc::DEVDMANXTDSC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DEVDMASTATUS_SPEC

reset() method sets DEVDMASTATUS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::usbhs_devdma::devdmastatus::DEVDMASTATUS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HSTDMAADDRESS_SPEC

reset() method sets HSTDMAADDRESS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::usbhs_hstdma::hstdmaaddress::HSTDMAADDRESS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HSTDMACONTROL_SPEC

reset() method sets HSTDMACONTROL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::usbhs_hstdma::hstdmacontrol::HSTDMACONTROL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HSTDMANXTDSC_SPEC

reset() method sets HSTDMANXTDSC to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::usbhs_hstdma::hstdmanxtdsc::HSTDMANXTDSC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HSTDMASTATUS_SPEC

reset() method sets HSTDMASTATUS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbhs::usbhs_hstdma::hstdmastatus::HSTDMASTATUS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CKTRIM_SPEC

reset() method sets CKTRIM to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <utmi::cktrim::CKTRIM_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for OHCIICR_SPEC

reset() method sets OHCIICR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <utmi::ohciicr::OHCIICR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::wdt::cr::CR_SPEC

reset() method sets CR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <wdt::cr::CR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::wdt::mr::MR_SPEC

reset() method sets MR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <wdt::mr::MR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame70q20b::wdt::sr::SR_SPEC

reset() method sets SR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <wdt::sr::SR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for GCFG_SPEC

reset() method sets GCFG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <xdmac::gcfg::GCFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for GD_SPEC

reset() method sets GD to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <xdmac::gd::GD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for GE_SPEC

reset() method sets GE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <xdmac::ge::GE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for GID_SPEC

reset() method sets GID to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <xdmac::gid::GID_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for GIE_SPEC

reset() method sets GIE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <xdmac::gie::GIE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for GIM_SPEC

reset() method sets GIM to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <xdmac::gim::GIM_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for GIS_SPEC

reset() method sets GIS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <xdmac::gis::GIS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for GRS_SPEC

reset() method sets GRS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <xdmac::grs::GRS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for GRWR_SPEC

reset() method sets GRWR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <xdmac::grwr::GRWR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for GRWS_SPEC

reset() method sets GRWS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <xdmac::grws::GRWS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for GS_SPEC

reset() method sets GS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <xdmac::gs::GS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for GSWF_SPEC

reset() method sets GSWF to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <xdmac::gswf::GSWF_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for GSWR_SPEC

reset() method sets GSWR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <xdmac::gswr::GSWR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for GSWS_SPEC

reset() method sets GSWS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <xdmac::gsws::GSWS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for GTYPE_SPEC

reset() method sets GTYPE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <xdmac::gtype::GTYPE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for GWAC_SPEC

reset() method sets GWAC to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <xdmac::gwac::GWAC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for GWS_SPEC

reset() method sets GWS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <xdmac::gws::GWS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CBC_SPEC

reset() method sets CBC to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <xdmac::xdmac_chid::cbc::CBC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CC_SPEC

reset() method sets CC to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <xdmac::xdmac_chid::cc::CC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CDA_SPEC

reset() method sets CDA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <xdmac::xdmac_chid::cda::CDA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CDS_MSP_SPEC

reset() method sets CDS_MSP to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <xdmac::xdmac_chid::cds_msp::CDS_MSP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CDUS_SPEC

reset() method sets CDUS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <xdmac::xdmac_chid::cdus::CDUS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CID_SPEC

reset() method sets CID to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <xdmac::xdmac_chid::cid::CID_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CIE_SPEC

reset() method sets CIE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <xdmac::xdmac_chid::cie::CIE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CIM_SPEC

reset() method sets CIM to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <xdmac::xdmac_chid::cim::CIM_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CIS_SPEC

reset() method sets CIS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <xdmac::xdmac_chid::cis::CIS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CNDA_SPEC

reset() method sets CNDA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <xdmac::xdmac_chid::cnda::CNDA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CNDC_SPEC

reset() method sets CNDC to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <xdmac::xdmac_chid::cndc::CNDC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CSA_SPEC

reset() method sets CSA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <xdmac::xdmac_chid::csa::CSA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CSUS_SPEC

reset() method sets CSUS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <xdmac::xdmac_chid::csus::CSUS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CUBC_SPEC

reset() method sets CUBC to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <xdmac::xdmac_chid::cubc::CUBC_SPEC as generic::RegisterSpec>::Ux}