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.

Implementors§

source§

impl Resettable for ACR_SPEC

reset() method sets ACR to value 0x0008_0000

source§

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

source§

impl Resettable for CHSR_SPEC

reset() method sets CHSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <adc::chsr::CHSR_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): <adc::cwr::CWR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for EMR_SPEC

reset() method sets EMR to value 0

source§

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

source§

impl Resettable for atsam4n8a_pac::adc::imr::IMR_SPEC

reset() method sets IMR to value 0

source§

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

source§

impl Resettable for atsam4n8a_pac::adc::isr::ISR_SPEC

reset() method sets ISR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <adc::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): <adc::lcdr::LCDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::adc::mr::MR_SPEC

reset() method sets MR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <adc::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): <adc::over::OVER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::adc::ptcr::PTCR_SPEC

reset() method sets PTCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <adc::ptcr::PTCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::adc::ptsr::PTSR_SPEC

reset() method sets PTSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <adc::ptsr::PTSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::adc::rcr::RCR_SPEC

reset() method sets RCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <adc::rcr::RCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::adc::rncr::RNCR_SPEC

reset() method sets RNCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <adc::rncr::RNCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::adc::rnpr::RNPR_SPEC

reset() method sets RNPR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <adc::rnpr::RNPR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::adc::rpr::RPR_SPEC

reset() method sets RPR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <adc::rpr::RPR_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): <adc::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): <adc::tempmr::TEMPMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::adc::wpmr::WPMR_SPEC

reset() method sets WPMR to value 0

source§

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

source§

impl Resettable for atsam4n8a_pac::adc::wpsr::WPSR_SPEC

reset() method sets WPSR to value 0

source§

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

source§

impl Resettable for atsam4n8a_pac::efc::fmr::FMR_SPEC

reset() method sets FMR to value 0x0400_0000

source§

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

source§

impl Resettable for FRR_SPEC

reset() method sets FRR to value 0

source§

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

source§

impl Resettable for FSR_SPEC

reset() method sets FSR to value 0x01

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000001): <efc::fsr::FSR_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 MATRIX_PRAS0_SPEC

reset() method sets MATRIX_PRAS0 to value 0

source§

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

source§

impl Resettable for MATRIX_PRAS1_SPEC

reset() method sets MATRIX_PRAS1 to value 0

source§

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

source§

impl Resettable for MATRIX_PRAS2_SPEC

reset() method sets MATRIX_PRAS2 to value 0

source§

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

source§

impl Resettable for MATRIX_PRAS3_SPEC

reset() method sets MATRIX_PRAS3 to value 0

source§

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

source§

impl Resettable for atsam4n8a_pac::pioa::aimmr::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 atsam4n8a_pac::pioa::elsr::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 atsam4n8a_pac::pioa::frlhsr::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 atsam4n8a_pac::pioa::ifscsr::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 atsam4n8a_pac::pioa::ifsr::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 atsam4n8a_pac::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 atsam4n8a_pac::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 atsam4n8a_pac::pioa::mdsr::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 atsam4n8a_pac::pioa::osr::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 atsam4n8a_pac::pioa::owsr::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 atsam4n8a_pac::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 atsam4n8a_pac::pioa::schmitt::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 atsam4n8a_pac::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 atsam4n8a_pac::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 atsam4n8a_pac::piob::aimmr::AIMMR_SPEC

reset() method sets AIMMR to value 0

source§

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

source§

impl Resettable for atsam4n8a_pac::piob::elsr::ELSR_SPEC

reset() method sets ELSR to value 0

source§

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

source§

impl Resettable for atsam4n8a_pac::piob::frlhsr::FRLHSR_SPEC

reset() method sets FRLHSR to value 0

source§

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

source§

impl Resettable for atsam4n8a_pac::piob::ifscsr::IFSCSR_SPEC

reset() method sets IFSCSR to value 0

source§

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

source§

impl Resettable for atsam4n8a_pac::piob::ifsr::IFSR_SPEC

reset() method sets IFSR to value 0

source§

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

source§

impl Resettable for atsam4n8a_pac::piob::imr::IMR_SPEC

reset() method sets IMR to value 0

source§

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

source§

impl Resettable for atsam4n8a_pac::piob::isr::ISR_SPEC

reset() method sets ISR to value 0

source§

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

source§

impl Resettable for atsam4n8a_pac::piob::mdsr::MDSR_SPEC

reset() method sets MDSR to value 0

source§

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

source§

impl Resettable for atsam4n8a_pac::piob::osr::OSR_SPEC

reset() method sets OSR to value 0

source§

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

source§

impl Resettable for atsam4n8a_pac::piob::owsr::OWSR_SPEC

reset() method sets OWSR to value 0

source§

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

source§

impl Resettable for atsam4n8a_pac::piob::scdr::SCDR_SPEC

reset() method sets SCDR to value 0

source§

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

source§

impl Resettable for atsam4n8a_pac::piob::schmitt::SCHMITT_SPEC

reset() method sets SCHMITT to value 0

source§

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

source§

impl Resettable for atsam4n8a_pac::piob::wpmr::WPMR_SPEC

reset() method sets WPMR to value 0

source§

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

source§

impl Resettable for atsam4n8a_pac::piob::wpsr::WPSR_SPEC

reset() method sets WPSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <piob::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 0x08

source§

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

source§

impl Resettable for CKGR_PLLAR_SPEC

reset() method sets CKGR_PLLAR to value 0x3f00

source§

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

source§

impl Resettable for PMC_FSMR_SPEC

reset() method sets PMC_FSMR to value 0

source§

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

source§

impl Resettable for PMC_FSPR_SPEC

reset() method sets PMC_FSPR to value 0

source§

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

source§

impl Resettable for PMC_IMR_SPEC

reset() method sets PMC_IMR to value 0

source§

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

source§

impl Resettable for PMC_MCKR_SPEC

reset() method sets PMC_MCKR to value 0x01

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000001): <pmc::pmc_mckr::PMC_MCKR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PMC_OCR_SPEC

reset() method sets PMC_OCR to value 0x0040_4040

source§

const RESET_VALUE: Self::Ux = {transmute(0x00404040): <pmc::pmc_ocr::PMC_OCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PMC_PCSR0_SPEC

reset() method sets PMC_PCSR0 to value 0

source§

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

source§

impl Resettable for PMC_PMMR_SPEC

reset() method sets PMC_PMMR to value 0x07ff_07ff

source§

const RESET_VALUE: Self::Ux = {transmute(0x07ff07ff): <pmc::pmc_pmmr::PMC_PMMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PMC_SCSR_SPEC

reset() method sets PMC_SCSR to value 0x01

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000001): <pmc::pmc_scsr::PMC_SCSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PMC_SR_SPEC

reset() method sets PMC_SR to value 0x0001_0008

source§

const RESET_VALUE: Self::Ux = {transmute(0x00010008): <pmc::pmc_sr::PMC_SR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PMC_WPMR_SPEC

reset() method sets PMC_WPMR to value 0

source§

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

source§

impl Resettable for PMC_WPSR_SPEC

reset() method sets PMC_WPSR to value 0

source§

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

source§

impl Resettable for CCNT0_SPEC

reset() method sets CCNT0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm::ccnt0::CCNT0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CCNT1_SPEC

reset() method sets CCNT1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm::ccnt1::CCNT1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CCNT2_SPEC

reset() method sets CCNT2 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm::ccnt2::CCNT2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CCNT3_SPEC

reset() method sets CCNT3 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm::ccnt3::CCNT3_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CDTY0_SPEC

reset() method sets CDTY0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm::cdty0::CDTY0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CDTY1_SPEC

reset() method sets CDTY1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm::cdty1::CDTY1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CDTY2_SPEC

reset() method sets CDTY2 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm::cdty2::CDTY2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CDTY3_SPEC

reset() method sets CDTY3 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm::cdty3::CDTY3_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::pwm::cmr0::CMR0_SPEC

reset() method sets CMR0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm::cmr0::CMR0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::pwm::cmr1::CMR1_SPEC

reset() method sets CMR1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm::cmr1::CMR1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::pwm::cmr2::CMR2_SPEC

reset() method sets CMR2 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm::cmr2::CMR2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CMR3_SPEC

reset() method sets CMR3 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm::cmr3::CMR3_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CPRD0_SPEC

reset() method sets CPRD0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm::cprd0::CPRD0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CPRD1_SPEC

reset() method sets CPRD1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm::cprd1::CPRD1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CPRD2_SPEC

reset() method sets CPRD2 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm::cprd2::CPRD2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CPRD3_SPEC

reset() method sets CPRD3 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm::cprd3::CPRD3_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::pwm::imr::IMR_SPEC

reset() method sets IMR to value 0

source§

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

source§

impl Resettable for atsam4n8a_pac::pwm::isr::ISR_SPEC

reset() method sets ISR to value 0

source§

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

source§

impl Resettable for atsam4n8a_pac::pwm::mr::MR_SPEC

reset() method sets MR to value 0

source§

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

source§

impl Resettable for atsam4n8a_pac::pwm::sr::SR_SPEC

reset() method sets SR to value 0

source§

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

source§

impl Resettable for atsam4n8a_pac::rstc::mr::MR_SPEC

reset() method sets MR to value 0x01

source§

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

source§

impl Resettable for atsam4n8a_pac::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 CALALR_SPEC

reset() method sets CALALR to value 0x0101_0000

source§

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

source§

impl Resettable for CALR_SPEC

reset() method sets CALR to value 0x01a1_1020

source§

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

source§

impl Resettable for 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 atsam4n8a_pac::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 atsam4n8a_pac::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 atsam4n8a_pac::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 0xffff_ffff

source§

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

source§

impl Resettable for atsam4n8a_pac::rtt::mr::MR_SPEC

reset() method sets MR to value 0x8000

source§

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

source§

impl Resettable for atsam4n8a_pac::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 atsam4n8a_pac::spi::imr::IMR_SPEC

reset() method sets IMR to value 0

source§

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

source§

impl Resettable for atsam4n8a_pac::spi::mr::MR_SPEC

reset() method sets MR to value 0

source§

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

source§

impl Resettable for atsam4n8a_pac::spi::ptcr::PTCR_SPEC

reset() method sets PTCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi::ptcr::PTCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::spi::ptsr::PTSR_SPEC

reset() method sets PTSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi::ptsr::PTSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::spi::rcr::RCR_SPEC

reset() method sets RCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi::rcr::RCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RDR_SPEC

reset() method sets RDR to value 0

source§

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

source§

impl Resettable for atsam4n8a_pac::spi::rncr::RNCR_SPEC

reset() method sets RNCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi::rncr::RNCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::spi::rnpr::RNPR_SPEC

reset() method sets RNPR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi::rnpr::RNPR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::spi::rpr::RPR_SPEC

reset() method sets RPR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi::rpr::RPR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::spi::sr::SR_SPEC

reset() method sets SR to value 0xf0

source§

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

source§

impl Resettable for atsam4n8a_pac::spi::tcr::TCR_SPEC

reset() method sets TCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi::tcr::TCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::spi::tncr::TNCR_SPEC

reset() method sets TNCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi::tncr::TNCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::spi::tnpr::TNPR_SPEC

reset() method sets TNPR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi::tnpr::TNPR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::spi::tpr::TPR_SPEC

reset() method sets TPR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi::tpr::TPR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::spi::wpmr::WPMR_SPEC

reset() method sets WPMR to value 0

source§

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

source§

impl Resettable for atsam4n8a_pac::spi::wpsr::WPSR_SPEC

reset() method sets WPSR to value 0

source§

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

source§

impl Resettable for atsam4n8a_pac::supc::mr::MR_SPEC

reset() method sets MR to value 0x5a00

source§

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

source§

impl Resettable for 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 atsam4n8a_pac::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 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 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 atsam4n8a_pac::tc0::cmr0::CMR0_SPEC

reset() method sets CMR0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::cmr0::CMR0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::tc0::cmr1::CMR1_SPEC

reset() method sets CMR1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::cmr1::CMR1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::tc0::cmr2::CMR2_SPEC

reset() method sets CMR2 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::cmr2::CMR2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CV0_SPEC

reset() method sets CV0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::cv0::CV0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CV1_SPEC

reset() method sets CV1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::cv1::CV1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CV2_SPEC

reset() method sets CV2 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::cv2::CV2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::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 IMR0_SPEC

reset() method sets IMR0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::imr0::IMR0_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): <tc0::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): <tc0::imr2::IMR2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PTCR2_SPEC

reset() method sets PTCR2 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::ptcr2::PTCR2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PTSR2_SPEC

reset() method sets PTSR2 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::ptsr2::PTSR2_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 RA0_SPEC

reset() method sets RA0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::ra0::RA0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RA1_SPEC

reset() method sets RA1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::ra1::RA1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RA2_SPEC

reset() method sets RA2 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::ra2::RA2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RB0_SPEC

reset() method sets RB0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::rb0::RB0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RB1_SPEC

reset() method sets RB1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::rb1::RB1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RB2_SPEC

reset() method sets RB2 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::rb2::RB2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RC0_SPEC

reset() method sets RC0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::rc0::RC0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RC1_SPEC

reset() method sets RC1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::rc1::RC1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RC2_SPEC

reset() method sets RC2 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::rc2::RC2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RCR2_SPEC

reset() method sets RCR2 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::rcr2::RCR2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RNCR2_SPEC

reset() method sets RNCR2 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::rncr2::RNCR2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RNPR2_SPEC

reset() method sets RNPR2 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::rnpr2::RNPR2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RPR2_SPEC

reset() method sets RPR2 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::rpr2::RPR2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SMMR0_SPEC

reset() method sets SMMR0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::smmr0::SMMR0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SMMR1_SPEC

reset() method sets SMMR1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::smmr1::SMMR1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SMMR2_SPEC

reset() method sets SMMR2 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::smmr2::SMMR2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SR0_SPEC

reset() method sets SR0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::sr0::SR0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SR1_SPEC

reset() method sets SR1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::sr1::SR1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SR2_SPEC

reset() method sets SR2 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::sr2::SR2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for WAVE_EQ_1_CMR0_WAVE_EQ_1_SPEC

reset() method sets CMR0_WAVE_EQ_1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::wave_eq_1_cmr0_wave_eq_1::WAVE_EQ_1_CMR0_WAVE_EQ_1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for WAVE_EQ_1_CMR1_WAVE_EQ_1_SPEC

reset() method sets CMR1_WAVE_EQ_1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::wave_eq_1_cmr1_wave_eq_1::WAVE_EQ_1_CMR1_WAVE_EQ_1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for WAVE_EQ_1_CMR2_WAVE_EQ_1_SPEC

reset() method sets CMR2_WAVE_EQ_1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::wave_eq_1_cmr2_wave_eq_1::WAVE_EQ_1_CMR2_WAVE_EQ_1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::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 atsam4n8a_pac::twi0::cwgr::CWGR_SPEC

reset() method sets CWGR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twi0::cwgr::CWGR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::twi0::iadr::IADR_SPEC

reset() method sets IADR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twi0::iadr::IADR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::twi0::imr::IMR_SPEC

reset() method sets IMR to value 0

source§

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

source§

impl Resettable for atsam4n8a_pac::twi0::mmr::MMR_SPEC

reset() method sets MMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twi0::mmr::MMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::twi0::ptcr::PTCR_SPEC

reset() method sets PTCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twi0::ptcr::PTCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::twi0::ptsr::PTSR_SPEC

reset() method sets PTSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twi0::ptsr::PTSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::twi0::rcr::RCR_SPEC

reset() method sets RCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twi0::rcr::RCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::twi0::rhr::RHR_SPEC

reset() method sets RHR to value 0

source§

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

source§

impl Resettable for atsam4n8a_pac::twi0::rncr::RNCR_SPEC

reset() method sets RNCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twi0::rncr::RNCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::twi0::rnpr::RNPR_SPEC

reset() method sets RNPR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twi0::rnpr::RNPR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::twi0::rpr::RPR_SPEC

reset() method sets RPR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twi0::rpr::RPR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::twi0::smr::SMR_SPEC

reset() method sets SMR to value 0

source§

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

source§

impl Resettable for atsam4n8a_pac::twi0::sr::SR_SPEC

reset() method sets SR to value 0xf009

source§

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

source§

impl Resettable for atsam4n8a_pac::twi0::tcr::TCR_SPEC

reset() method sets TCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twi0::tcr::TCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::twi0::thr::THR_SPEC

reset() method sets THR to value 0

source§

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

source§

impl Resettable for atsam4n8a_pac::twi0::tncr::TNCR_SPEC

reset() method sets TNCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twi0::tncr::TNCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::twi0::tnpr::TNPR_SPEC

reset() method sets TNPR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twi0::tnpr::TNPR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::twi0::tpr::TPR_SPEC

reset() method sets TPR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twi0::tpr::TPR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::twi1::cwgr::CWGR_SPEC

reset() method sets CWGR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twi1::cwgr::CWGR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::twi1::iadr::IADR_SPEC

reset() method sets IADR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twi1::iadr::IADR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::twi1::imr::IMR_SPEC

reset() method sets IMR to value 0

source§

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

source§

impl Resettable for atsam4n8a_pac::twi1::mmr::MMR_SPEC

reset() method sets MMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twi1::mmr::MMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::twi1::ptcr::PTCR_SPEC

reset() method sets PTCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twi1::ptcr::PTCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::twi1::ptsr::PTSR_SPEC

reset() method sets PTSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twi1::ptsr::PTSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::twi1::rcr::RCR_SPEC

reset() method sets RCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twi1::rcr::RCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::twi1::rhr::RHR_SPEC

reset() method sets RHR to value 0

source§

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

source§

impl Resettable for atsam4n8a_pac::twi1::rncr::RNCR_SPEC

reset() method sets RNCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twi1::rncr::RNCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::twi1::rnpr::RNPR_SPEC

reset() method sets RNPR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twi1::rnpr::RNPR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::twi1::rpr::RPR_SPEC

reset() method sets RPR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twi1::rpr::RPR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::twi1::smr::SMR_SPEC

reset() method sets SMR to value 0

source§

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

source§

impl Resettable for atsam4n8a_pac::twi1::sr::SR_SPEC

reset() method sets SR to value 0xf009

source§

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

source§

impl Resettable for atsam4n8a_pac::twi1::tcr::TCR_SPEC

reset() method sets TCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twi1::tcr::TCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::twi1::thr::THR_SPEC

reset() method sets THR to value 0

source§

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

source§

impl Resettable for atsam4n8a_pac::twi1::tncr::TNCR_SPEC

reset() method sets TNCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twi1::tncr::TNCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::twi1::tnpr::TNPR_SPEC

reset() method sets TNPR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twi1::tnpr::TNPR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::twi1::tpr::TPR_SPEC

reset() method sets TPR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twi1::tpr::TPR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::twi2::cwgr::CWGR_SPEC

reset() method sets CWGR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twi2::cwgr::CWGR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::twi2::iadr::IADR_SPEC

reset() method sets IADR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twi2::iadr::IADR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::twi2::imr::IMR_SPEC

reset() method sets IMR to value 0

source§

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

source§

impl Resettable for atsam4n8a_pac::twi2::mmr::MMR_SPEC

reset() method sets MMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twi2::mmr::MMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::twi2::ptcr::PTCR_SPEC

reset() method sets PTCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twi2::ptcr::PTCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::twi2::ptsr::PTSR_SPEC

reset() method sets PTSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twi2::ptsr::PTSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::twi2::rcr::RCR_SPEC

reset() method sets RCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twi2::rcr::RCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::twi2::rhr::RHR_SPEC

reset() method sets RHR to value 0

source§

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

source§

impl Resettable for atsam4n8a_pac::twi2::rncr::RNCR_SPEC

reset() method sets RNCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twi2::rncr::RNCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::twi2::rnpr::RNPR_SPEC

reset() method sets RNPR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twi2::rnpr::RNPR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::twi2::rpr::RPR_SPEC

reset() method sets RPR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twi2::rpr::RPR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::twi2::smr::SMR_SPEC

reset() method sets SMR to value 0

source§

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

source§

impl Resettable for atsam4n8a_pac::twi2::sr::SR_SPEC

reset() method sets SR to value 0xf009

source§

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

source§

impl Resettable for atsam4n8a_pac::twi2::tcr::TCR_SPEC

reset() method sets TCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twi2::tcr::TCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::twi2::thr::THR_SPEC

reset() method sets THR to value 0

source§

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

source§

impl Resettable for atsam4n8a_pac::twi2::tncr::TNCR_SPEC

reset() method sets TNCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twi2::tncr::TNCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::twi2::tnpr::TNPR_SPEC

reset() method sets TNPR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twi2::tnpr::TNPR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::twi2::tpr::TPR_SPEC

reset() method sets TPR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twi2::tpr::TPR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::uart0::brgr::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 atsam4n8a_pac::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 atsam4n8a_pac::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 atsam4n8a_pac::uart0::ptcr::PTCR_SPEC

reset() method sets PTCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart0::ptcr::PTCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::uart0::ptsr::PTSR_SPEC

reset() method sets PTSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart0::ptsr::PTSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::uart0::rcr::RCR_SPEC

reset() method sets RCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart0::rcr::RCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::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 atsam4n8a_pac::uart0::rncr::RNCR_SPEC

reset() method sets RNCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart0::rncr::RNCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::uart0::rnpr::RNPR_SPEC

reset() method sets RNPR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart0::rnpr::RNPR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::uart0::rpr::RPR_SPEC

reset() method sets RPR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart0::rpr::RPR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::uart0::tcr::TCR_SPEC

reset() method sets TCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart0::tcr::TCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::uart0::tncr::TNCR_SPEC

reset() method sets TNCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart0::tncr::TNCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::uart0::tnpr::TNPR_SPEC

reset() method sets TNPR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart0::tnpr::TNPR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::uart0::tpr::TPR_SPEC

reset() method sets TPR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart0::tpr::TPR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::uart1::brgr::BRGR_SPEC

reset() method sets BRGR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart1::brgr::BRGR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::uart1::imr::IMR_SPEC

reset() method sets IMR to value 0

source§

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

source§

impl Resettable for atsam4n8a_pac::uart1::mr::MR_SPEC

reset() method sets MR to value 0

source§

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

source§

impl Resettable for atsam4n8a_pac::uart1::ptcr::PTCR_SPEC

reset() method sets PTCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart1::ptcr::PTCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::uart1::ptsr::PTSR_SPEC

reset() method sets PTSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart1::ptsr::PTSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::uart1::rcr::RCR_SPEC

reset() method sets RCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart1::rcr::RCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::uart1::rhr::RHR_SPEC

reset() method sets RHR to value 0

source§

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

source§

impl Resettable for atsam4n8a_pac::uart1::rncr::RNCR_SPEC

reset() method sets RNCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart1::rncr::RNCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::uart1::rnpr::RNPR_SPEC

reset() method sets RNPR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart1::rnpr::RNPR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::uart1::rpr::RPR_SPEC

reset() method sets RPR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart1::rpr::RPR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::uart1::tcr::TCR_SPEC

reset() method sets TCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart1::tcr::TCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::uart1::tncr::TNCR_SPEC

reset() method sets TNCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart1::tncr::TNCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::uart1::tnpr::TNPR_SPEC

reset() method sets TNPR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart1::tnpr::TNPR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::uart1::tpr::TPR_SPEC

reset() method sets TPR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart1::tpr::TPR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::uart2::brgr::BRGR_SPEC

reset() method sets BRGR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart2::brgr::BRGR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::uart2::imr::IMR_SPEC

reset() method sets IMR to value 0

source§

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

source§

impl Resettable for atsam4n8a_pac::uart2::mr::MR_SPEC

reset() method sets MR to value 0

source§

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

source§

impl Resettable for atsam4n8a_pac::uart2::ptcr::PTCR_SPEC

reset() method sets PTCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart2::ptcr::PTCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::uart2::ptsr::PTSR_SPEC

reset() method sets PTSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart2::ptsr::PTSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::uart2::rcr::RCR_SPEC

reset() method sets RCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart2::rcr::RCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::uart2::rhr::RHR_SPEC

reset() method sets RHR to value 0

source§

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

source§

impl Resettable for atsam4n8a_pac::uart2::rncr::RNCR_SPEC

reset() method sets RNCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart2::rncr::RNCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::uart2::rnpr::RNPR_SPEC

reset() method sets RNPR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart2::rnpr::RNPR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::uart2::rpr::RPR_SPEC

reset() method sets RPR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart2::rpr::RPR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::uart2::tcr::TCR_SPEC

reset() method sets TCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart2::tcr::TCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::uart2::tncr::TNCR_SPEC

reset() method sets TNCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart2::tncr::TNCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::uart2::tnpr::TNPR_SPEC

reset() method sets TNPR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart2::tnpr::TNPR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::uart2::tpr::TPR_SPEC

reset() method sets TPR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart2::tpr::TPR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::uart3::brgr::BRGR_SPEC

reset() method sets BRGR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart3::brgr::BRGR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::uart3::imr::IMR_SPEC

reset() method sets IMR to value 0

source§

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

source§

impl Resettable for atsam4n8a_pac::uart3::mr::MR_SPEC

reset() method sets MR to value 0

source§

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

source§

impl Resettable for atsam4n8a_pac::uart3::rhr::RHR_SPEC

reset() method sets RHR to value 0

source§

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

source§

impl Resettable for atsam4n8a_pac::usart0::brgr::BRGR_SPEC

reset() method sets BRGR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::brgr::BRGR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for FIDI_SPEC

reset() method sets FIDI to value 0x0174

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000174): <usart0::fidi::FIDI_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for IF_SPEC

reset() method sets IF to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::if_::IF_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::usart0::imr::IMR_SPEC

reset() method sets IMR to value 0

source§

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

source§

impl Resettable for atsam4n8a_pac::usart0::ptcr::PTCR_SPEC

reset() method sets PTCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::ptcr::PTCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::usart0::ptsr::PTSR_SPEC

reset() method sets PTSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::ptsr::PTSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::usart0::rcr::RCR_SPEC

reset() method sets RCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::rcr::RCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::usart0::rhr::RHR_SPEC

reset() method sets RHR to value 0

source§

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

source§

impl Resettable for atsam4n8a_pac::usart0::rncr::RNCR_SPEC

reset() method sets RNCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::rncr::RNCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::usart0::rnpr::RNPR_SPEC

reset() method sets RNPR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::rnpr::RNPR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::usart0::rpr::RPR_SPEC

reset() method sets RPR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::rpr::RPR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RTOR_SPEC

reset() method sets RTOR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::rtor::RTOR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SPI_MODE_IMR_SPI_MODE_SPEC

reset() method sets IMR_SPI_MODE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::spi_mode_imr_spi_mode::SPI_MODE_IMR_SPI_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::usart0::tcr::TCR_SPEC

reset() method sets TCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::tcr::TCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::usart0::tncr::TNCR_SPEC

reset() method sets TNCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::tncr::TNCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::usart0::tnpr::TNPR_SPEC

reset() method sets TNPR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::tnpr::TNPR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::usart0::tpr::TPR_SPEC

reset() method sets TPR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::tpr::TPR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TTGR_SPEC

reset() method sets TTGR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::ttgr::TTGR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4n8a_pac::usart0::wpmr::WPMR_SPEC

reset() method sets WPMR to value 0

source§

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

source§

impl Resettable for atsam4n8a_pac::usart0::wpsr::WPSR_SPEC

reset() method sets WPSR to value 0

source§

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

source§

impl Resettable for atsam4n8a_pac::wdt::mr::MR_SPEC

reset() method sets MR to value 0x3fff_2fff

source§

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

source§

impl Resettable for atsam4n8a_pac::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}