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 atsam4lc8c_pac::abdacb::cr::CR_SPEC

reset() method sets CR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::abdacb::idr::IDR_SPEC

reset() method sets IDR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::abdacb::ier::IER_SPEC

reset() method sets IER to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::abdacb::imr::IMR_SPEC

reset() method sets IMR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::abdacb::parameter::PARAMETER_SPEC

reset() method sets PARAMETER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <abdacb::parameter::PARAMETER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::abdacb::scr::SCR_SPEC

reset() method sets SCR to value 0

source§

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

source§

impl Resettable for SDR0_SPEC

reset() method sets SDR0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <abdacb::sdr0::SDR0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SDR1_SPEC

reset() method sets SDR1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <abdacb::sdr1::SDR1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::abdacb::sr::SR_SPEC

reset() method sets SR to value 0

source§

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

source§

impl Resettable for VCR0_SPEC

reset() method sets VCR0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <abdacb::vcr0::VCR0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for VCR1_SPEC

reset() method sets VCR1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <abdacb::vcr1::VCR1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::abdacb::version::VERSION_SPEC

reset() method sets VERSION to value 0x0100

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000100): <abdacb::version::VERSION_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CONF_SPEC

reset() method sets CONF%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <acifc::conf::CONF_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CONFW_SPEC

reset() method sets CONFW%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <acifc::confw::CONFW_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::acifc::ctrl::CTRL_SPEC

reset() method sets CTRL to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::acifc::icr::ICR_SPEC

reset() method sets ICR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::acifc::idr::IDR_SPEC

reset() method sets IDR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::acifc::ier::IER_SPEC

reset() method sets IER to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::acifc::imr::IMR_SPEC

reset() method sets IMR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::acifc::isr::ISR_SPEC

reset() method sets ISR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::acifc::parameter::PARAMETER_SPEC

reset() method sets PARAMETER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <acifc::parameter::PARAMETER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::acifc::sr::SR_SPEC

reset() method sets SR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::acifc::tr::TR_SPEC

reset() method sets TR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <acifc::tr::TR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::acifc::version::VERSION_SPEC

reset() method sets VERSION to value 0x0101

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000101): <acifc::version::VERSION_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): <adcife::calib::CALIB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::adcife::cfg::CFG_SPEC

reset() method sets CFG to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::adcife::cr::CR_SPEC

reset() method sets CR to value 0

source§

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

source§

impl Resettable for FIRST_DMA_WORD_CDMA_SPEC

reset() method sets CDMA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <adcife::first_dma_word_cdma::FIRST_DMA_WORD_CDMA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::adcife::idr::IDR_SPEC

reset() method sets IDR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::adcife::ier::IER_SPEC

reset() method sets IER to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::adcife::imr::IMR_SPEC

reset() method sets IMR to value 0

source§

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

source§

impl Resettable for ITIMER_SPEC

reset() method sets ITIMER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <adcife::itimer::ITIMER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for LCV_SPEC

reset() method sets LCV to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <adcife::lcv::LCV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::adcife::parameter::PARAMETER_SPEC

reset() method sets PARAMETER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <adcife::parameter::PARAMETER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RTS_SPEC

reset() method sets RTS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <adcife::rts::RTS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::adcife::scr::SCR_SPEC

reset() method sets SCR to value 0

source§

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

source§

impl Resettable for SECOND_DMA_WORD_CDMA_ALT_SPEC

reset() method sets CDMA_ALT to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <adcife::second_dma_word_cdma_alt::SECOND_DMA_WORD_CDMA_ALT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SEQCFG_SPEC

reset() method sets SEQCFG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <adcife::seqcfg::SEQCFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::adcife::sr::SR_SPEC

reset() method sets SR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::adcife::tim::TIM_SPEC

reset() method sets TIM to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <adcife::tim::TIM_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::adcife::version::VERSION_SPEC

reset() method sets VERSION to value 0x0100

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000100): <adcife::version::VERSION_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for WCFG_SPEC

reset() method sets WCFG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <adcife::wcfg::WCFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for WTH_SPEC

reset() method sets WTH to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <adcife::wth::WTH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::aesa::ctrl::CTRL_SPEC

reset() method sets CTRL to value 0

source§

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

source§

impl Resettable for DATABUFPTR_SPEC

reset() method sets DATABUFPTR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aesa::databufptr::DATABUFPTR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DRNGSEED_SPEC

reset() method sets DRNGSEED to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aesa::drngseed::DRNGSEED_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for IDATA_SPEC

reset() method sets IDATA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aesa::idata::IDATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::aesa::idr::IDR_SPEC

reset() method sets IDR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::aesa::ier::IER_SPEC

reset() method sets IER to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::aesa::imr::IMR_SPEC

reset() method sets IMR to value 0

source§

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

source§

impl Resettable for INITVECT_SPEC

reset() method sets INITVECT%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aesa::initvect::INITVECT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for KEY_SPEC

reset() method sets KEY%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aesa::key::KEY_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::aesa::mode::MODE_SPEC

reset() method sets MODE to value 0x000f_0000

source§

const RESET_VALUE: Self::Ux = {transmute(0x000f0000): <aesa::mode::MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::aesa::odata::ODATA_SPEC

reset() method sets ODATA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <aesa::odata::ODATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::aesa::parameter::PARAMETER_SPEC

reset() method sets PARAMETER to value 0x0112

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000112): <aesa::parameter::PARAMETER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::aesa::sr::SR_SPEC

reset() method sets SR to value 0x0001_0000

source§

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

source§

impl Resettable for atsam4lc8c_pac::aesa::version::VERSION_SPEC

reset() method sets VERSION to value 0x0102

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000102): <aesa::version::VERSION_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for AR0_SPEC

reset() method sets AR0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ast::ar0::AR0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for AR1_SPEC

reset() method sets AR1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ast::ar1::AR1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CALV_SPEC

reset() method sets CALV to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ast::calv::CALV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CLOCK_SPEC

reset() method sets CLOCK to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ast::clock::CLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::ast::cr::CR_SPEC

reset() method sets CR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::ast::cv::CV_SPEC

reset() method sets CV to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ast::cv::CV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DTR_SPEC

reset() method sets DTR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ast::dtr::DTR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for EVD_SPEC

reset() method sets EVD to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ast::evd::EVD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for EVE_SPEC

reset() method sets EVE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ast::eve::EVE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for EVM_SPEC

reset() method sets EVM to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ast::evm::EVM_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::ast::idr::IDR_SPEC

reset() method sets IDR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::ast::ier::IER_SPEC

reset() method sets IER to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::ast::imr::IMR_SPEC

reset() method sets IMR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::ast::parameter::PARAMETER_SPEC

reset() method sets PARAMETER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ast::parameter::PARAMETER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PIR0_SPEC

reset() method sets PIR0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ast::pir0::PIR0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PIR1_SPEC

reset() method sets PIR1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ast::pir1::PIR1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::ast::scr::SCR_SPEC

reset() method sets SCR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::ast::sr::SR_SPEC

reset() method sets SR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::ast::version::VERSION_SPEC

reset() method sets VERSION to value 0x0311

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000311): <ast::version::VERSION_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for WER_SPEC

reset() method sets WER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ast::wer::WER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for BKUPPMUX_SPEC

reset() method sets BKUPPMUX to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <bpm::bkuppmux::BKUPPMUX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for BKUPWCAUSE_SPEC

reset() method sets BKUPWCAUSE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <bpm::bkupwcause::BKUPWCAUSE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for BKUPWEN_SPEC

reset() method sets BKUPWEN to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <bpm::bkupwen::BKUPWEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for BPR_SPEC

reset() method sets BPR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <bpm::bpr::BPR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for FWPSAVEPS_SPEC

reset() method sets FWPSAVEPS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <bpm::fwpsaveps::FWPSAVEPS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for FWRUNPS_SPEC

reset() method sets FWRUNPS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <bpm::fwrunps::FWRUNPS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::bpm::icr::ICR_SPEC

reset() method sets ICR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::bpm::idr::IDR_SPEC

reset() method sets IDR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::bpm::ier::IER_SPEC

reset() method sets IER to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::bpm::imr::IMR_SPEC

reset() method sets IMR to value 0

source§

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

source§

impl Resettable for IORET_SPEC

reset() method sets IORET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <bpm::ioret::IORET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::bpm::isr::ISR_SPEC

reset() method sets ISR to value 0

source§

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

source§

impl Resettable for PMCON_SPEC

reset() method sets PMCON to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <bpm::pmcon::PMCON_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::bpm::sr::SR_SPEC

reset() method sets SR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::bpm::unlock::UNLOCK_SPEC

reset() method sets UNLOCK to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <bpm::unlock::UNLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::bpm::version::VERSION_SPEC

reset() method sets VERSION to value 0x0120

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000120): <bpm::version::VERSION_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for BGCR_SPEC

reset() method sets BGCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <bscif::bgcr::BGCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for BGCTRL_SPEC

reset() method sets BGCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <bscif::bgctrl::BGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for BGREFIFBVERSION_SPEC

reset() method sets BGREFIFBVERSION to value 0x0110

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000110): <bscif::bgrefifbversion::BGREFIFBVERSION_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for BGSR_SPEC

reset() method sets BGSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <bscif::bgsr::BGSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for BOD18CTRL_SPEC

reset() method sets BOD18CTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <bscif::bod18ctrl::BOD18CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for BOD18LEVEL_SPEC

reset() method sets BOD18LEVEL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <bscif::bod18level::BOD18LEVEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for BOD33CTRL_SPEC

reset() method sets BOD33CTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <bscif::bod33ctrl::BOD33CTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for BOD33LEVEL_SPEC

reset() method sets BOD33LEVEL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <bscif::bod33level::BOD33LEVEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for BOD33SAMPLING_SPEC

reset() method sets BOD33SAMPLING to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <bscif::bod33sampling::BOD33SAMPLING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for BODIFCVERSION_SPEC

reset() method sets BODIFCVERSION to value 0x0110

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000110): <bscif::bodifcversion::BODIFCVERSION_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for BR_SPEC

reset() method sets BR%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <bscif::br::BR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for BRIFBVERSION_SPEC

reset() method sets BRIFBVERSION to value 0x0100

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000100): <bscif::brifbversion::BRIFBVERSION_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::bscif::cscr::CSCR_SPEC

reset() method sets CSCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <bscif::cscr::CSCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::bscif::icr::ICR_SPEC

reset() method sets ICR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::bscif::idr::IDR_SPEC

reset() method sets IDR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::bscif::ier::IER_SPEC

reset() method sets IER to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::bscif::imr::IMR_SPEC

reset() method sets IMR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::bscif::isr::ISR_SPEC

reset() method sets ISR to value 0

source§

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

source§

impl Resettable for OSC32IFAVERSION_SPEC

reset() method sets OSC32IFAVERSION to value 0x0200

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000200): <bscif::osc32ifaversion::OSC32IFAVERSION_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for OSCCTRL32_SPEC

reset() method sets OSCCTRL32 to value 0x04

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000004): <bscif::oscctrl32::OSCCTRL32_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::bscif::pclksr::PCLKSR_SPEC

reset() method sets PCLKSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <bscif::pclksr::PCLKSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RC1MCR_SPEC

reset() method sets RC1MCR to value 0x0f00

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000f00): <bscif::rc1mcr::RC1MCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RC32KCR_SPEC

reset() method sets RC32KCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <bscif::rc32kcr::RC32KCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RC32KIFBVERSION_SPEC

reset() method sets RC32KIFBVERSION to value 0x0100

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000100): <bscif::rc32kifbversion::RC32KIFBVERSION_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RC32KTUNE_SPEC

reset() method sets RC32KTUNE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <bscif::rc32ktune::RC32KTUNE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::bscif::unlock::UNLOCK_SPEC

reset() method sets UNLOCK to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <bscif::unlock::UNLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::bscif::version::VERSION_SPEC

reset() method sets VERSION to value 0x0100

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000100): <bscif::version::VERSION_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for VREGCR_SPEC

reset() method sets VREGCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <bscif::vregcr::VREGCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for VREGIFGVERSION_SPEC

reset() method sets VREGIFGVERSION to value 0x0110

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000110): <bscif::vregifgversion::VREGIFGVERSION_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for VREGLPCSR_SPEC

reset() method sets VREGLPCSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <bscif::vreglpcsr::VREGLPCSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for VREGNCSR_SPEC

reset() method sets VREGNCSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <bscif::vregncsr::VREGNCSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CNTCR_SPEC

reset() method sets CNTCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <catb::cntcr::CNTCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::catb::cr::CR_SPEC

reset() method sets CR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <catb::cr::CR_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): <catb::dma::DMA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for IDLE_SPEC

reset() method sets IDLE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <catb::idle::IDLE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::catb::idr::IDR_SPEC

reset() method sets IDR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::catb::ier::IER_SPEC

reset() method sets IER to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::catb::imr::IMR_SPEC

reset() method sets IMR to value 0

source§

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

source§

impl Resettable for INTCH_SPEC

reset() method sets INTCH%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <catb::intch::INTCH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for INTCHCLR_SPEC

reset() method sets INTCHCLR%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <catb::intchclr::INTCHCLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::catb::isr::ISR_SPEC

reset() method sets ISR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::catb::level::LEVEL_SPEC

reset() method sets LEVEL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <catb::level::LEVEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for OUTTCH_SPEC

reset() method sets OUTTCH%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <catb::outtch::OUTTCH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for OUTTCHCLR_SPEC

reset() method sets OUTTCHCLR%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <catb::outtchclr::OUTTCHCLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::catb::parameter::PARAMETER_SPEC

reset() method sets PARAMETER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <catb::parameter::PARAMETER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PINSEL_SPEC

reset() method sets PINSEL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <catb::pinsel::PINSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RAW_SPEC

reset() method sets RAW to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <catb::raw::RAW_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::catb::scr::SCR_SPEC

reset() method sets SCR to value 0

source§

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

source§

impl Resettable for THRESH_SPEC

reset() method sets THRESH to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <catb::thresh::THRESH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TIMING_SPEC

reset() method sets TIMING to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <catb::timing::TIMING_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::catb::version::VERSION_SPEC

reset() method sets VERSION to value 0x0100

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000100): <catb::version::VERSION_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::chipid::cidr::CIDR_SPEC

reset() method sets CIDR to value 0xab0a_09e0

source§

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

source§

impl Resettable for atsam4lc8c_pac::chipid::exid::EXID_SPEC

reset() method sets EXID to value 0x0400_000f

source§

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

source§

impl Resettable for atsam4lc8c_pac::crccu::cr::CR_SPEC

reset() method sets CR to value 0

source§

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

source§

impl Resettable for DMADIS_SPEC

reset() method sets DMADIS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <crccu::dmadis::DMADIS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DMAEN_SPEC

reset() method sets DMAEN to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <crccu::dmaen::DMAEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DMAIDR_SPEC

reset() method sets DMAIDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <crccu::dmaidr::DMAIDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DMAIER_SPEC

reset() method sets DMAIER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <crccu::dmaier::DMAIER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DMAIMR_SPEC

reset() method sets DMAIMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <crccu::dmaimr::DMAIMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DMAISR_SPEC

reset() method sets DMAISR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <crccu::dmaisr::DMAISR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DMASR_SPEC

reset() method sets DMASR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <crccu::dmasr::DMASR_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): <crccu::dscr::DSCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::crccu::idr::IDR_SPEC

reset() method sets IDR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::crccu::ier::IER_SPEC

reset() method sets IER to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::crccu::imr::IMR_SPEC

reset() method sets IMR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::crccu::isr::ISR_SPEC

reset() method sets ISR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::crccu::mr::MR_SPEC

reset() method sets MR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::crccu::sr::SR_SPEC

reset() method sets SR to value 0xffff_ffff

source§

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

source§

impl Resettable for atsam4lc8c_pac::crccu::version::VERSION_SPEC

reset() method sets VERSION to value 0x0202

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000202): <crccu::version::VERSION_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CDR_SPEC

reset() method sets CDR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::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 atsam4lc8c_pac::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 atsam4lc8c_pac::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 atsam4lc8c_pac::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 atsam4lc8c_pac::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 atsam4lc8c_pac::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 atsam4lc8c_pac::dacc::version::VERSION_SPEC

reset() method sets VERSION to value 0x0111

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000111): <dacc::version::VERSION_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::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 atsam4lc8c_pac::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 ASYNC_SPEC

reset() method sets ASYNC to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <eic::async_::ASYNC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::eic::ctrl::CTRL_SPEC

reset() method sets CTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <eic::ctrl::CTRL_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): <eic::dis::DIS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for EDGE_SPEC

reset() method sets EDGE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <eic::edge::EDGE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for EN_SPEC

reset() method sets EN to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <eic::en::EN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for FILTER_SPEC

reset() method sets FILTER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <eic::filter::FILTER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::eic::icr::ICR_SPEC

reset() method sets ICR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::eic::idr::IDR_SPEC

reset() method sets IDR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::eic::ier::IER_SPEC

reset() method sets IER to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::eic::imr::IMR_SPEC

reset() method sets IMR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::eic::isr::ISR_SPEC

reset() method sets ISR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::eic::level::LEVEL_SPEC

reset() method sets LEVEL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <eic::level::LEVEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::eic::mode::MODE_SPEC

reset() method sets MODE to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::eic::version::VERSION_SPEC

reset() method sets VERSION to value 0x0302

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000302): <eic::version::VERSION_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::freqm::ctrl::CTRL_SPEC

reset() method sets CTRL to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::freqm::icr::ICR_SPEC

reset() method sets ICR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::freqm::idr::IDR_SPEC

reset() method sets IDR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::freqm::ier::IER_SPEC

reset() method sets IER to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::freqm::imr::IMR_SPEC

reset() method sets IMR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::freqm::isr::ISR_SPEC

reset() method sets ISR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::freqm::mode::MODE_SPEC

reset() method sets MODE to value 0

source§

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

source§

impl Resettable for STATUS_SPEC

reset() method sets STATUS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <freqm::status::STATUS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for VALUE_SPEC

reset() method sets VALUE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <freqm::value::VALUE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::freqm::version::VERSION_SPEC

reset() method sets VERSION to value 0x0311

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000311): <freqm::version::VERSION_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::gloc::cr::CR_SPEC

reset() method sets CR%s to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::gloc::parameter::PARAMETER_SPEC

reset() method sets PARAMETER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gloc::parameter::PARAMETER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TRUTH_SPEC

reset() method sets TRUTH%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gloc::truth::TRUTH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::gloc::version::VERSION_SPEC

reset() method sets VERSION to value 0x0102

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000102): <gloc::version::VERSION_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ASR_SPEC

reset() method sets ASR%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::asr::ASR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for EVER_SPEC

reset() method sets EVER%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::ever::EVER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for EVERC_SPEC

reset() method sets EVERC%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::everc::EVERC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for EVERS_SPEC

reset() method sets EVERS%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::evers::EVERS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for EVERT_SPEC

reset() method sets EVERT%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::evert::EVERT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for GFER_SPEC

reset() method sets GFER%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::gfer::GFER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for GFERC_SPEC

reset() method sets GFERC%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::gferc::GFERC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for GFERS_SPEC

reset() method sets GFERS%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::gfers::GFERS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for GFERT_SPEC

reset() method sets GFERT%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::gfert::GFERT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for GPER_SPEC

reset() method sets GPER%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::gper::GPER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for GPERC_SPEC

reset() method sets GPERC%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::gperc::GPERC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for GPERS_SPEC

reset() method sets GPERS%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::gpers::GPERS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for GPERT_SPEC

reset() method sets GPERT%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::gpert::GPERT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::gpio::ier::IER_SPEC

reset() method sets IER%s to value 0

source§

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

source§

impl Resettable for IERC_SPEC

reset() method sets IERC%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::ierc::IERC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for IERS_SPEC

reset() method sets IERS%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::iers::IERS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for IERT_SPEC

reset() method sets IERT%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::iert::IERT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::gpio::ifr::IFR_SPEC

reset() method sets IFR%s to value 0

source§

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

source§

impl Resettable for IFRC_SPEC

reset() method sets IFRC%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::ifrc::IFRC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for IMR0_SPEC

reset() method sets IMR0%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::imr0::IMR0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for IMR0C_SPEC

reset() method sets IMR0C%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::imr0c::IMR0C_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for IMR0S_SPEC

reset() method sets IMR0S%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::imr0s::IMR0S_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for IMR0T_SPEC

reset() method sets IMR0T%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::imr0t::IMR0T_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for IMR1_SPEC

reset() method sets IMR1%s to value 0

source§

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

source§

impl Resettable for IMR1C_SPEC

reset() method sets IMR1C%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::imr1c::IMR1C_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for IMR1S_SPEC

reset() method sets IMR1S%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::imr1s::IMR1S_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for IMR1T_SPEC

reset() method sets IMR1T%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::imr1t::IMR1T_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for LOCK_SPEC

reset() method sets LOCK%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::lock::LOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for LOCKC_SPEC

reset() method sets LOCKC%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::lockc::LOCKC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for LOCKS_SPEC

reset() method sets LOCKS%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::locks::LOCKS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for LOCKT_SPEC

reset() method sets LOCKT%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::lockt::LOCKT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ODCR0_SPEC

reset() method sets ODCR0%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::odcr0::ODCR0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ODCR0C_SPEC

reset() method sets ODCR0C%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::odcr0c::ODCR0C_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ODCR0S_SPEC

reset() method sets ODCR0S%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::odcr0s::ODCR0S_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ODCR0T_SPEC

reset() method sets ODCR0T%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::odcr0t::ODCR0T_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ODCR1_SPEC

reset() method sets ODCR1%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::odcr1::ODCR1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ODCR1C_SPEC

reset() method sets ODCR1C%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::odcr1c::ODCR1C_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ODCR1S_SPEC

reset() method sets ODCR1S%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::odcr1s::ODCR1S_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ODCR1T_SPEC

reset() method sets ODCR1T%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::odcr1t::ODCR1T_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ODER_SPEC

reset() method sets ODER%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::oder::ODER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ODERC_SPEC

reset() method sets ODERC%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::oderc::ODERC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ODERS_SPEC

reset() method sets ODERS%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::oders::ODERS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ODERT_SPEC

reset() method sets ODERT%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::odert::ODERT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ODMER_SPEC

reset() method sets ODMER%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::odmer::ODMER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ODMERC_SPEC

reset() method sets ODMERC%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::odmerc::ODMERC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ODMERS_SPEC

reset() method sets ODMERS%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::odmers::ODMERS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ODMERT_SPEC

reset() method sets ODMERT%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::odmert::ODMERT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for OSRR0_SPEC

reset() method sets OSRR0%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::osrr0::OSRR0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for OSRR0C_SPEC

reset() method sets OSRR0C%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::osrr0c::OSRR0C_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for OSRR0S_SPEC

reset() method sets OSRR0S%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::osrr0s::OSRR0S_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for OSRR0T_SPEC

reset() method sets OSRR0T%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::osrr0t::OSRR0T_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for OVR_SPEC

reset() method sets OVR%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::ovr::OVR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for OVRC_SPEC

reset() method sets OVRC%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::ovrc::OVRC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for OVRS_SPEC

reset() method sets OVRS%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::ovrs::OVRS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for OVRT_SPEC

reset() method sets OVRT%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::ovrt::OVRT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::gpio::parameter::PARAMETER_SPEC

reset() method sets PARAMETER%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::parameter::PARAMETER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PDER_SPEC

reset() method sets PDER%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::pder::PDER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PDERC_SPEC

reset() method sets PDERC%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::pderc::PDERC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PDERS_SPEC

reset() method sets PDERS%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::pders::PDERS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PDERT_SPEC

reset() method sets PDERT%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::pdert::PDERT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PMR0_SPEC

reset() method sets PMR0%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::pmr0::PMR0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PMR0C_SPEC

reset() method sets PMR0C%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::pmr0c::PMR0C_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PMR0S_SPEC

reset() method sets PMR0S%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::pmr0s::PMR0S_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PMR0T_SPEC

reset() method sets PMR0T%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::pmr0t::PMR0T_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PMR1_SPEC

reset() method sets PMR1%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::pmr1::PMR1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PMR1C_SPEC

reset() method sets PMR1C%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::pmr1c::PMR1C_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PMR1S_SPEC

reset() method sets PMR1S%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::pmr1s::PMR1S_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PMR1T_SPEC

reset() method sets PMR1T%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::pmr1t::PMR1T_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PMR2_SPEC

reset() method sets PMR2%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::pmr2::PMR2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PMR2C_SPEC

reset() method sets PMR2C%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::pmr2c::PMR2C_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PMR2S_SPEC

reset() method sets PMR2S%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::pmr2s::PMR2S_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PMR2T_SPEC

reset() method sets PMR2T%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::pmr2t::PMR2T_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PUER_SPEC

reset() method sets PUER%s to value 0

source§

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

source§

impl Resettable for PUERC_SPEC

reset() method sets PUERC%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::puerc::PUERC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PUERS_SPEC

reset() method sets PUERS%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::puers::PUERS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PUERT_SPEC

reset() method sets PUERT%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::puert::PUERT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PVR_SPEC

reset() method sets PVR%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::pvr::PVR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for STER_SPEC

reset() method sets STER%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::ster::STER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for STERC_SPEC

reset() method sets STERC%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::sterc::STERC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for STERS_SPEC

reset() method sets STERS%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::sters::STERS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for STERT_SPEC

reset() method sets STERT%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::stert::STERT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::gpio::unlock::UNLOCK_SPEC

reset() method sets UNLOCK%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::unlock::UNLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::gpio::version::VERSION_SPEC

reset() method sets VERSION%s to value 0x0215

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000215): <gpio::version::VERSION_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::hcache::ctrl::CTRL_SPEC

reset() method sets CTRL to value 0

source§

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

source§

impl Resettable for MAINT0_SPEC

reset() method sets MAINT0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hcache::maint0::MAINT0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for MAINT1_SPEC

reset() method sets MAINT1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hcache::maint1::MAINT1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::hcache::mcfg::MCFG_SPEC

reset() method sets MCFG to value 0

source§

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

source§

impl Resettable for MCTRL_SPEC

reset() method sets MCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hcache::mctrl::MCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for MEN_SPEC

reset() method sets MEN to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hcache::men::MEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for MSR_SPEC

reset() method sets MSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hcache::msr::MSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::hcache::sr::SR_SPEC

reset() method sets SR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::hcache::version::VERSION_SPEC

reset() method sets VERSION to value 0x0101

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000101): <hcache::version::VERSION_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for FCMD_SPEC

reset() method sets FCMD to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hflashc::fcmd::FCMD_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): <hflashc::fcr::FCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for FGPFRHI_SPEC

reset() method sets FGPFRHI to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hflashc::fgpfrhi::FGPFRHI_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for FGPFRLO_SPEC

reset() method sets FGPFRLO to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hflashc::fgpfrlo::FGPFRLO_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for FPR_SPEC

reset() method sets FPR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hflashc::fpr::FPR_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): <hflashc::fsr::FSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::hflashc::version::VERSION_SPEC

reset() method sets VERSION to value 0x0110

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000110): <hflashc::version::VERSION_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::hmatrix::mcfg::MCFG_SPEC

reset() method sets MCFG%s to value 0x02

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000002): <hmatrix::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): <hmatrix::mrcr::MRCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PRAS_SPEC

reset() method sets PRAS%s to value 0

source§

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

source§

impl Resettable for PRBS_SPEC

reset() method sets PRBS%s to value 0

source§

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

source§

impl Resettable for SCFG_SPEC

reset() method sets SCFG%s to value 0x10

source§

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

source§

impl Resettable for SFR_SPEC

reset() method sets SFR%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <hmatrix::sfr::SFR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::iisc::cr::CR_SPEC

reset() method sets CR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::iisc::idr::IDR_SPEC

reset() method sets IDR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::iisc::ier::IER_SPEC

reset() method sets IER to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::iisc::imr::IMR_SPEC

reset() method sets IMR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::iisc::mr::MR_SPEC

reset() method sets MR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::iisc::parameter::PARAMETER_SPEC

reset() method sets PARAMETER to value 0x0001_0000

source§

const RESET_VALUE: Self::Ux = {transmute(0x00010000): <iisc::parameter::PARAMETER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::iisc::rhr::RHR_SPEC

reset() method sets RHR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::iisc::scr::SCR_SPEC

reset() method sets SCR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::iisc::sr::SR_SPEC

reset() method sets SR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::iisc::thr::THR_SPEC

reset() method sets THR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::iisc::version::VERSION_SPEC

reset() method sets VERSION to value 0x0100

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000100): <iisc::version::VERSION_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ABMCFG_SPEC

reset() method sets ABMCFG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lcdca::abmcfg::ABMCFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ABMDR_SPEC

reset() method sets ABMDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lcdca::abmdr::ABMDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ACMCFG_SPEC

reset() method sets ACMCFG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lcdca::acmcfg::ACMCFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ACMDR_SPEC

reset() method sets ACMDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lcdca::acmdr::ACMDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for BCFG_SPEC

reset() method sets BCFG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lcdca::bcfg::BCFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::lcdca::cfg::CFG_SPEC

reset() method sets CFG to value 0

source§

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

source§

impl Resettable for CMCFG_SPEC

reset() method sets CMCFG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lcdca::cmcfg::CMCFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::lcdca::cmdr::CMDR_SPEC

reset() method sets CMDR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::lcdca::cr::CR_SPEC

reset() method sets CR to value 0

source§

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

source§

impl Resettable for CSRCFG_SPEC

reset() method sets CSRCFG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lcdca::csrcfg::CSRCFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DRH0_SPEC

reset() method sets DRH0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lcdca::drh0::DRH0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DRH1_SPEC

reset() method sets DRH1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lcdca::drh1::DRH1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DRH2_SPEC

reset() method sets DRH2 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lcdca::drh2::DRH2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DRH3_SPEC

reset() method sets DRH3 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lcdca::drh3::DRH3_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DRL0_SPEC

reset() method sets DRL0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lcdca::drl0::DRL0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DRL1_SPEC

reset() method sets DRL1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lcdca::drl1::DRL1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DRL2_SPEC

reset() method sets DRL2 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lcdca::drl2::DRL2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DRL3_SPEC

reset() method sets DRL3 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lcdca::drl3::DRL3_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): <lcdca::iadr::IADR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::lcdca::idr::IDR_SPEC

reset() method sets IDR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::lcdca::ier::IER_SPEC

reset() method sets IER to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::lcdca::imr::IMR_SPEC

reset() method sets IMR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::lcdca::scr::SCR_SPEC

reset() method sets SCR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::lcdca::sr::SR_SPEC

reset() method sets SR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::lcdca::tim::TIM_SPEC

reset() method sets TIM to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <lcdca::tim::TIM_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::lcdca::version::VERSION_SPEC

reset() method sets VERSION to value 0x0100

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000100): <lcdca::version::VERSION_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::parc::cfg::CFG_SPEC

reset() method sets CFG to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::parc::cr::CR_SPEC

reset() method sets CR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::parc::icr::ICR_SPEC

reset() method sets ICR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::parc::idr::IDR_SPEC

reset() method sets IDR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::parc::ier::IER_SPEC

reset() method sets IER to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::parc::imr::IMR_SPEC

reset() method sets IMR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::parc::rhr::RHR_SPEC

reset() method sets RHR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::parc::sr::SR_SPEC

reset() method sets SR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::parc::version::VERSION_SPEC

reset() method sets VERSION to value 0x0100

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000100): <parc::version::VERSION_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::pdca::cr::CR_SPEC

reset() method sets CR%s to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::pdca::idr::IDR_SPEC

reset() method sets IDR%s to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::pdca::ier::IER_SPEC

reset() method sets IER%s to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::pdca::imr::IMR_SPEC

reset() method sets IMR%s to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::pdca::isr::ISR_SPEC

reset() method sets ISR%s to value 0

source§

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

source§

impl Resettable for MAR_SPEC

reset() method sets MAR%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pdca::mar::MAR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for MARR_SPEC

reset() method sets MARR%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pdca::marr::MARR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::pdca::mr::MR_SPEC

reset() method sets MR%s to value 0

source§

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

source§

impl Resettable for PCONTROL_SPEC

reset() method sets PCONTROL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pdca::pcontrol::PCONTROL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PRDATA0_SPEC

reset() method sets PRDATA0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pdca::prdata0::PRDATA0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PRDATA1_SPEC

reset() method sets PRDATA1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pdca::prdata1::PRDATA1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PRLAT0_SPEC

reset() method sets PRLAT0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pdca::prlat0::PRLAT0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PRLAT1_SPEC

reset() method sets PRLAT1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pdca::prlat1::PRLAT1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PRSTALL0_SPEC

reset() method sets PRSTALL0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pdca::prstall0::PRSTALL0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PRSTALL1_SPEC

reset() method sets PRSTALL1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pdca::prstall1::PRSTALL1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PSR_SPEC

reset() method sets PSR%s to value 0

source§

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

source§

impl Resettable for PWDATA0_SPEC

reset() method sets PWDATA0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pdca::pwdata0::PWDATA0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PWDATA1_SPEC

reset() method sets PWDATA1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pdca::pwdata1::PWDATA1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PWLAT0_SPEC

reset() method sets PWLAT0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pdca::pwlat0::PWLAT0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PWLAT1_SPEC

reset() method sets PWLAT1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pdca::pwlat1::PWLAT1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PWSTALL0_SPEC

reset() method sets PWSTALL0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pdca::pwstall0::PWSTALL0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PWSTALL1_SPEC

reset() method sets PWSTALL1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pdca::pwstall1::PWSTALL1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::pdca::sr::SR_SPEC

reset() method sets SR%s to value 0

source§

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

source§

impl Resettable for TCR_SPEC

reset() method sets TCR%s to value 0

source§

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

source§

impl Resettable for TCRR_SPEC

reset() method sets TCRR%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pdca::tcrr::TCRR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::pdca::version::VERSION_SPEC

reset() method sets VERSION to value 0x0124

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000124): <pdca::version::VERSION_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for BUSY_SPEC

reset() method sets BUSY to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pevc::busy::BUSY_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CHDR_SPEC

reset() method sets CHDR to value 0

source§

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

source§

impl Resettable for CHER_SPEC

reset() method sets CHER to value 0

source§

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

source§

impl Resettable for CHMX_SPEC

reset() method sets CHMX%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pevc::chmx::CHMX_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): <pevc::chsr::CHSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for EVS_SPEC

reset() method sets EVS%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pevc::evs::EVS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for IGFDR_SPEC

reset() method sets IGFDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pevc::igfdr::IGFDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for OVIDR_SPEC

reset() method sets OVIDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pevc::ovidr::OVIDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for OVIER_SPEC

reset() method sets OVIER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pevc::ovier::OVIER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for OVIMR_SPEC

reset() method sets OVIMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pevc::ovimr::OVIMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for OVSCR_SPEC

reset() method sets OVSCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pevc::ovscr::OVSCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for OVSR_SPEC

reset() method sets OVSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pevc::ovsr::OVSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::pevc::parameter::PARAMETER_SPEC

reset() method sets PARAMETER to value 0x1406_1824

source§

const RESET_VALUE: Self::Ux = {transmute(0x14061824): <pevc::parameter::PARAMETER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SEV_SPEC

reset() method sets SEV to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pevc::sev::SEV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TRIDR_SPEC

reset() method sets TRIDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pevc::tridr::TRIDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TRIER_SPEC

reset() method sets TRIER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pevc::trier::TRIER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TRIMR_SPEC

reset() method sets TRIMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pevc::trimr::TRIMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TRSCR_SPEC

reset() method sets TRSCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pevc::trscr::TRSCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TRSR_SPEC

reset() method sets TRSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pevc::trsr::TRSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::pevc::version::VERSION_SPEC

reset() method sets VERSION to value 0x0200

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000200): <pevc::version::VERSION_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::picouart::cfg::CFG_SPEC

reset() method sets CFG to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::picouart::cr::CR_SPEC

reset() method sets CR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::picouart::rhr::RHR_SPEC

reset() method sets RHR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::picouart::sr::SR_SPEC

reset() method sets SR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::picouart::version::VERSION_SPEC

reset() method sets VERSION to value 0x0101

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000101): <picouart::version::VERSION_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for AWEN_SPEC

reset() method sets AWEN to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pm::awen::AWEN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CFDCTRL_SPEC

reset() method sets CFDCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pm::cfdctrl::CFDCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CONFIG_SPEC

reset() method sets CONFIG to value 0x0f

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000000f): <pm::config::CONFIG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CPUMASK_SPEC

reset() method sets CPUMASK to value 0x01

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000001): <pm::cpumask::CPUMASK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CPUSEL_SPEC

reset() method sets CPUSEL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pm::cpusel::CPUSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for FASTSLEEP_SPEC

reset() method sets FASTSLEEP to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pm::fastsleep::FASTSLEEP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HSBMASK_SPEC

reset() method sets HSBMASK to value 0x01e2

source§

const RESET_VALUE: Self::Ux = {transmute(0x000001e2): <pm::hsbmask::HSBMASK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::pm::icr::ICR_SPEC

reset() method sets ICR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::pm::idr::IDR_SPEC

reset() method sets IDR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::pm::ier::IER_SPEC

reset() method sets IER to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::pm::imr::IMR_SPEC

reset() method sets IMR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::pm::isr::ISR_SPEC

reset() method sets ISR to value 0

source§

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

source§

impl Resettable for MCCTRL_SPEC

reset() method sets MCCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pm::mcctrl::MCCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for OBS_SPEC

reset() method sets OBS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pm::obs::OBS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PBADIVMASK_SPEC

reset() method sets PBADIVMASK to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pm::pbadivmask::PBADIVMASK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PBAMASK_SPEC

reset() method sets PBAMASK to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pm::pbamask::PBAMASK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PBASEL_SPEC

reset() method sets PBASEL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pm::pbasel::PBASEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PBBMASK_SPEC

reset() method sets PBBMASK to value 0x01

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000001): <pm::pbbmask::PBBMASK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PBBSEL_SPEC

reset() method sets PBBSEL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pm::pbbsel::PBBSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PBCMASK_SPEC

reset() method sets PBCMASK to value 0x1f

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000001f): <pm::pbcmask::PBCMASK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PBCSEL_SPEC

reset() method sets PBCSEL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pm::pbcsel::PBCSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PBDMASK_SPEC

reset() method sets PBDMASK to value 0x3f

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000003f): <pm::pbdmask::PBDMASK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PBDSEL_SPEC

reset() method sets PBDSEL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pm::pbdsel::PBDSEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PPCR_SPEC

reset() method sets PPCR to value 0x01fe

source§

const RESET_VALUE: Self::Ux = {transmute(0x000001fe): <pm::ppcr::PPCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RCAUSE_SPEC

reset() method sets RCAUSE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pm::rcause::RCAUSE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::pm::sr::SR_SPEC

reset() method sets SR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::pm::unlock::UNLOCK_SPEC

reset() method sets UNLOCK to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pm::unlock::UNLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::pm::version::VERSION_SPEC

reset() method sets VERSION to value 0x0441

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000441): <pm::version::VERSION_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for WCAUSE_SPEC

reset() method sets WCAUSE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pm::wcause::WCAUSE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::scif::cscr::CSCR_SPEC

reset() method sets CSCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <scif::cscr::CSCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DFLL0CONF_SPEC

reset() method sets DFLL0CONF to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <scif::dfll0conf::DFLL0CONF_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DFLL0MUL_SPEC

reset() method sets DFLL0MUL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <scif::dfll0mul::DFLL0MUL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DFLL0RATIO_SPEC

reset() method sets DFLL0RATIO to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <scif::dfll0ratio::DFLL0RATIO_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DFLL0SSG_SPEC

reset() method sets DFLL0SSG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <scif::dfll0ssg::DFLL0SSG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DFLL0STEP_SPEC

reset() method sets DFLL0STEP to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <scif::dfll0step::DFLL0STEP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DFLL0SYNC_SPEC

reset() method sets DFLL0SYNC to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <scif::dfll0sync::DFLL0SYNC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DFLL0VAL_SPEC

reset() method sets DFLL0VAL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <scif::dfll0val::DFLL0VAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DFLLIFBVERSION_SPEC

reset() method sets DFLLIFBVERSION to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <scif::dfllifbversion::DFLLIFBVERSION_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for FLOVERSION_SPEC

reset() method sets FLOVERSION to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <scif::floversion::FLOVERSION_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for FPCR_SPEC

reset() method sets FPCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <scif::fpcr::FPCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for FPDIV_SPEC

reset() method sets FPDIV to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <scif::fpdiv::FPDIV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for FPMUL_SPEC

reset() method sets FPMUL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <scif::fpmul::FPMUL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for GCCTRL_SPEC

reset() method sets GCCTRL%s to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <scif::gcctrl::GCCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for GCLKIFVERSION_SPEC

reset() method sets GCLKIFVERSION to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <scif::gclkifversion::GCLKIFVERSION_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for GCLKPRESCVERSION_SPEC

reset() method sets GCLKPRESCVERSION to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <scif::gclkprescversion::GCLKPRESCVERSION_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HRPCR_SPEC

reset() method sets HRPCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <scif::hrpcr::HRPCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::scif::icr::ICR_SPEC

reset() method sets ICR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::scif::idr::IDR_SPEC

reset() method sets IDR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::scif::ier::IER_SPEC

reset() method sets IER to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::scif::imr::IMR_SPEC

reset() method sets IMR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::scif::isr::ISR_SPEC

reset() method sets ISR to value 0

source§

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

source§

impl Resettable for OSCCTRL0_SPEC

reset() method sets OSCCTRL0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <scif::oscctrl0::OSCCTRL0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for OSCIFAVERSION_SPEC

reset() method sets OSCIFAVERSION to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <scif::oscifaversion::OSCIFAVERSION_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::scif::pclksr::PCLKSR_SPEC

reset() method sets PCLKSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <scif::pclksr::PCLKSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PLL_SPEC

reset() method sets PLL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <scif::pll::PLL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PLLIFAVERSION_SPEC

reset() method sets PLLIFAVERSION to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <scif::pllifaversion::PLLIFAVERSION_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RC80MCR_SPEC

reset() method sets RC80MCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <scif::rc80mcr::RC80MCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RC80MVERSION_SPEC

reset() method sets RC80MVERSION to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <scif::rc80mversion::RC80MVERSION_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RCCR_SPEC

reset() method sets RCCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <scif::rccr::RCCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RCFASTCFG_SPEC

reset() method sets RCFASTCFG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <scif::rcfastcfg::RCFASTCFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RCFASTSR_SPEC

reset() method sets RCFASTSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <scif::rcfastsr::RCFASTSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RCFASTVERSION_SPEC

reset() method sets RCFASTVERSION to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <scif::rcfastversion::RCFASTVERSION_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RCOSCIFAVERSION_SPEC

reset() method sets RCOSCIFAVERSION to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <scif::rcoscifaversion::RCOSCIFAVERSION_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::scif::unlock::UNLOCK_SPEC

reset() method sets UNLOCK to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <scif::unlock::UNLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::scif::version::VERSION_SPEC

reset() method sets VERSION to value 0x0130

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000130): <scif::version::VERSION_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ADDR_SPEC

reset() method sets ADDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <smap::addr::ADDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::smap::cidr::CIDR_SPEC

reset() method sets CIDR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::smap::cr::CR_SPEC

reset() method sets CR to value 0

source§

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

source§

impl Resettable for DATA_SPEC

reset() method sets DATA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <smap::data::DATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::smap::exid::EXID_SPEC

reset() method sets EXID to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::smap::idr::IDR_SPEC

reset() method sets IDR to value 0x003e_0000

source§

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

source§

impl Resettable for LENGTH_SPEC

reset() method sets LENGTH to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <smap::length::LENGTH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::smap::scr::SCR_SPEC

reset() method sets SCR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::smap::sr::SR_SPEC

reset() method sets SR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::smap::version::VERSION_SPEC

reset() method sets VERSION to value 0x0100

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000100): <smap::version::VERSION_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::spi::cr::CR_SPEC

reset() method sets CR to value 0

source§

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

source§

impl Resettable for CSR_SPEC

reset() method sets CSR%s to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::spi::features::FEATURES_SPEC

reset() method sets FEATURES to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::spi::idr::IDR_SPEC

reset() method sets IDR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::spi::ier::IER_SPEC

reset() method sets IER to value 0

source§

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

source§

impl Resettable for atsam4lc8c_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 atsam4lc8c_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 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 atsam4lc8c_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 TDR_SPEC

reset() method sets TDR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::spi::version::VERSION_SPEC

reset() method sets VERSION to value 0x0211

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000211): <spi::version::VERSION_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): <spi::wpcr::WPCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_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 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 CAPTURE_CMR_SPEC

reset() method sets CMR%s to value 0

source§

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

source§

impl Resettable for CCR_SPEC

reset() method sets CCR%s to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::tc0::cv::CV_SPEC

reset() method sets CV%s to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::tc0::features::FEATURES_SPEC

reset() method sets FEATURES to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::tc0::idr::IDR_SPEC

reset() method sets IDR%s to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::tc0::ier::IER_SPEC

reset() method sets IER%s to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::tc0::imr::IMR_SPEC

reset() method sets IMR%s to value 0

source§

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

source§

impl Resettable for RA_SPEC

reset() method sets RA%s to value 0

source§

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

source§

impl Resettable for RB_SPEC

reset() method sets RB%s to value 0

source§

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

source§

impl Resettable for RC_SPEC

reset() method sets RC%s to value 0

source§

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

source§

impl Resettable for SMMR_SPEC

reset() method sets SMMR%s to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::tc0::sr::SR_SPEC

reset() method sets SR%s to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::tc0::version::VERSION_SPEC

reset() method sets VERSION to value 0x0402

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000402): <tc0::version::VERSION_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for WAVEFORM_CMR_ALT_SPEC

reset() method sets CMR%s_ALT to value 0

source§

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

source§

impl Resettable for atsam4lc8c_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 atsam4lc8c_pac::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 atsam4lc8c_pac::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 atsam4lc8c_pac::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 atsam4lc8c_pac::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 atsam4lc8c_pac::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 atsam4lc8c_pac::trng::odata::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 atsam4lc8c_pac::trng::version::VERSION_SPEC

reset() method sets VERSION to value 0x0103

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000103): <trng::version::VERSION_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::twim0::cmdr::CMDR_SPEC

reset() method sets CMDR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::twim0::cr::CR_SPEC

reset() method sets CR to value 0

source§

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

source§

impl Resettable for HSCWGR_SPEC

reset() method sets HSCWGR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twim0::hscwgr::HSCWGR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::twim0::hssrr::HSSRR_SPEC

reset() method sets HSSRR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twim0::hssrr::HSSRR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::twim0::idr::IDR_SPEC

reset() method sets IDR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::twim0::ier::IER_SPEC

reset() method sets IER to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::twim0::imr::IMR_SPEC

reset() method sets IMR to value 0

source§

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

source§

impl Resettable for NCMDR_SPEC

reset() method sets NCMDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twim0::ncmdr::NCMDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::twim0::pr::PR_SPEC

reset() method sets PR to value 0x01

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000001): <twim0::pr::PR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::twim0::rhr::RHR_SPEC

reset() method sets RHR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::twim0::scr::SCR_SPEC

reset() method sets SCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twim0::scr::SCR_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): <twim0::smbtr::SMBTR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::twim0::sr::SR_SPEC

reset() method sets SR to value 0x02

source§

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

source§

impl Resettable for atsam4lc8c_pac::twim0::srr::SRR_SPEC

reset() method sets SRR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twim0::srr::SRR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::twim0::thr::THR_SPEC

reset() method sets THR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::twim0::vr::VR_SPEC

reset() method sets VR to value 0x0120

source§

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

source§

impl Resettable for atsam4lc8c_pac::twis0::cr::CR_SPEC

reset() method sets CR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::twis0::hssrr::HSSRR_SPEC

reset() method sets HSSRR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twis0::hssrr::HSSRR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HSTR_SPEC

reset() method sets HSTR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twis0::hstr::HSTR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::twis0::idr::IDR_SPEC

reset() method sets IDR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::twis0::ier::IER_SPEC

reset() method sets IER to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::twis0::imr::IMR_SPEC

reset() method sets IMR to value 0

source§

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

source§

impl Resettable for NBYTES_SPEC

reset() method sets NBYTES to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twis0::nbytes::NBYTES_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PECR_SPEC

reset() method sets PECR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twis0::pecr::PECR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::twis0::pr::PR_SPEC

reset() method sets PR to value 0x01

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000001): <twis0::pr::PR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::twis0::rhr::RHR_SPEC

reset() method sets RHR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::twis0::scr::SCR_SPEC

reset() method sets SCR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::twis0::sr::SR_SPEC

reset() method sets SR to value 0x02

source§

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

source§

impl Resettable for atsam4lc8c_pac::twis0::srr::SRR_SPEC

reset() method sets SRR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twis0::srr::SRR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::twis0::thr::THR_SPEC

reset() method sets THR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::twis0::tr::TR_SPEC

reset() method sets TR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <twis0::tr::TR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::twis0::vr::VR_SPEC

reset() method sets VR to value 0x0140

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000140): <twis0::vr::VR_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): <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 atsam4lc8c_pac::usart0::ifr::IFR_SPEC

reset() method sets IFR to value 0

source§

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

source§

impl Resettable for LIN_MODE_CR_LIN_SPEC

reset() method sets CR_LIN to value 0

source§

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

source§

impl Resettable for LIN_MODE_CSR_LIN_SPEC

reset() method sets CSR_LIN to value 0

source§

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

source§

impl Resettable for LIN_MODE_IDR_LIN_SPEC

reset() method sets IDR_LIN to value 0

source§

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

source§

impl Resettable for LIN_MODE_IER_LIN_SPEC

reset() method sets IER_LIN to value 0

source§

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

source§

impl Resettable for LIN_MODE_IMR_LIN_SPEC

reset() method sets IMR_LIN to value 0

source§

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

source§

impl Resettable for LINBRR_SPEC

reset() method sets LINBRR to value 0

source§

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

source§

impl Resettable for LINIR_SPEC

reset() method sets LINIR to value 0

source§

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

source§

impl Resettable for LINMR_SPEC

reset() method sets LINMR to value 0

source§

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

source§

impl Resettable for MAN_SPEC

reset() method sets MAN to value 0x3001_1004

source§

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

source§

impl Resettable for NER_SPEC

reset() method sets NER to value 0

source§

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

source§

impl Resettable for atsam4lc8c_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 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_MASTER_MODE_CR_SPI_SPEC

reset() method sets CR_SPI to value 0

source§

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

source§

impl Resettable for SPI_MODE_MR_SPI_SPEC

reset() method sets MR_SPI to value 0

source§

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

source§

impl Resettable for SPI_SLAVE_MODE_CSR_SPI_SPEC

reset() method sets CSR_SPI to value 0

source§

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

source§

impl Resettable for SPI_SLAVE_MODE_IDR_SPI_SPEC

reset() method sets IDR_SPI to value 0

source§

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

source§

impl Resettable for SPI_SLAVE_MODE_IER_SPI_SPEC

reset() method sets IER_SPI to value 0

source§

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

source§

impl Resettable for SPI_SLAVE_MODE_MR_USART_SPEC

reset() method sets MR_USART to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::usart0::thr::THR_SPEC

reset() method sets THR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usart0::thr::THR_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 USART_MODE_CR_USART_SPEC

reset() method sets CR_USART to value 0

source§

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

source§

impl Resettable for USART_MODE_CSR_USART_SPEC

reset() method sets CSR_USART to value 0

source§

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

source§

impl Resettable for USART_MODE_IDR_USART_SPEC

reset() method sets IDR_USART to value 0

source§

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

source§

impl Resettable for USART_MODE_IER_USART_SPEC

reset() method sets IER_USART to value 0

source§

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

source§

impl Resettable for USART_MODE_IMR_USART_SPEC

reset() method sets IMR_USART to value 0

source§

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

source§

impl Resettable for USART_MODE_MR_SPEC

reset() method sets MR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::usart0::version::VERSION_SPEC

reset() method sets VERSION to value 0x0602

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000602): <usart0::version::VERSION_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_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 atsam4lc8c_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 UADDRSIZE_SPEC

reset() method sets UADDRSIZE to value 0x1000

source§

const RESET_VALUE: Self::Ux = {transmute(0x00001000): <usbc::uaddrsize::UADDRSIZE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UDCON_SPEC

reset() method sets UDCON to value 0x0100

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000100): <usbc::udcon::UDCON_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UDESC_SPEC

reset() method sets UDESC to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::udesc::UDESC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UDFNUM_SPEC

reset() method sets UDFNUM to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::udfnum::UDFNUM_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UDINT_SPEC

reset() method sets UDINT to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::udint::UDINT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UDINTCLR_SPEC

reset() method sets UDINTCLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::udintclr::UDINTCLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UDINTE_SPEC

reset() method sets UDINTE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::udinte::UDINTE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UDINTECLR_SPEC

reset() method sets UDINTECLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::udinteclr::UDINTECLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UDINTESET_SPEC

reset() method sets UDINTESET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::udinteset::UDINTESET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UDINTSET_SPEC

reset() method sets UDINTSET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::udintset::UDINTSET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UECFG0_SPEC

reset() method sets UECFG0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uecfg0::UECFG0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UECFG1_SPEC

reset() method sets UECFG1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uecfg1::UECFG1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UECFG2_SPEC

reset() method sets UECFG2 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uecfg2::UECFG2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UECFG3_SPEC

reset() method sets UECFG3 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uecfg3::UECFG3_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UECFG4_SPEC

reset() method sets UECFG4 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uecfg4::UECFG4_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UECFG5_SPEC

reset() method sets UECFG5 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uecfg5::UECFG5_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UECFG6_SPEC

reset() method sets UECFG6 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uecfg6::UECFG6_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UECFG7_SPEC

reset() method sets UECFG7 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uecfg7::UECFG7_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UECON0_SPEC

reset() method sets UECON0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uecon0::UECON0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UECON0CLR_SPEC

reset() method sets UECON0CLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uecon0clr::UECON0CLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UECON0SET_SPEC

reset() method sets UECON0SET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uecon0set::UECON0SET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UECON1_SPEC

reset() method sets UECON1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uecon1::UECON1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UECON1CLR_SPEC

reset() method sets UECON1CLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uecon1clr::UECON1CLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UECON1SET_SPEC

reset() method sets UECON1SET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uecon1set::UECON1SET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UECON2_SPEC

reset() method sets UECON2 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uecon2::UECON2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UECON2CLR_SPEC

reset() method sets UECON2CLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uecon2clr::UECON2CLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UECON2SET_SPEC

reset() method sets UECON2SET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uecon2set::UECON2SET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UECON3_SPEC

reset() method sets UECON3 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uecon3::UECON3_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UECON3CLR_SPEC

reset() method sets UECON3CLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uecon3clr::UECON3CLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UECON3SET_SPEC

reset() method sets UECON3SET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uecon3set::UECON3SET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UECON4_SPEC

reset() method sets UECON4 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uecon4::UECON4_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UECON4CLR_SPEC

reset() method sets UECON4CLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uecon4clr::UECON4CLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UECON4SET_SPEC

reset() method sets UECON4SET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uecon4set::UECON4SET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UECON5_SPEC

reset() method sets UECON5 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uecon5::UECON5_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UECON5CLR_SPEC

reset() method sets UECON5CLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uecon5clr::UECON5CLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UECON5SET_SPEC

reset() method sets UECON5SET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uecon5set::UECON5SET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UECON6_SPEC

reset() method sets UECON6 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uecon6::UECON6_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UECON6CLR_SPEC

reset() method sets UECON6CLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uecon6clr::UECON6CLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UECON6SET_SPEC

reset() method sets UECON6SET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uecon6set::UECON6SET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UECON7_SPEC

reset() method sets UECON7 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uecon7::UECON7_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UECON7CLR_SPEC

reset() method sets UECON7CLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uecon7clr::UECON7CLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UECON7SET_SPEC

reset() method sets UECON7SET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uecon7set::UECON7SET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UERST_SPEC

reset() method sets UERST to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uerst::UERST_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UESTA0_SPEC

reset() method sets UESTA0 to value 0x0100

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000100): <usbc::uesta0::UESTA0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UESTA0CLR_SPEC

reset() method sets UESTA0CLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uesta0clr::UESTA0CLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UESTA0SET_SPEC

reset() method sets UESTA0SET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uesta0set::UESTA0SET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UESTA1_SPEC

reset() method sets UESTA1 to value 0x0100

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000100): <usbc::uesta1::UESTA1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UESTA1CLR_SPEC

reset() method sets UESTA1CLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uesta1clr::UESTA1CLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UESTA1SET_SPEC

reset() method sets UESTA1SET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uesta1set::UESTA1SET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UESTA2_SPEC

reset() method sets UESTA2 to value 0x0100

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000100): <usbc::uesta2::UESTA2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UESTA2CLR_SPEC

reset() method sets UESTA2CLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uesta2clr::UESTA2CLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UESTA2SET_SPEC

reset() method sets UESTA2SET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uesta2set::UESTA2SET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UESTA3_SPEC

reset() method sets UESTA3 to value 0x0100

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000100): <usbc::uesta3::UESTA3_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UESTA3CLR_SPEC

reset() method sets UESTA3CLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uesta3clr::UESTA3CLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UESTA3SET_SPEC

reset() method sets UESTA3SET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uesta3set::UESTA3SET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UESTA4_SPEC

reset() method sets UESTA4 to value 0x0100

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000100): <usbc::uesta4::UESTA4_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UESTA4CLR_SPEC

reset() method sets UESTA4CLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uesta4clr::UESTA4CLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UESTA4SET_SPEC

reset() method sets UESTA4SET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uesta4set::UESTA4SET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UESTA5_SPEC

reset() method sets UESTA5 to value 0x0100

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000100): <usbc::uesta5::UESTA5_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UESTA5CLR_SPEC

reset() method sets UESTA5CLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uesta5clr::UESTA5CLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UESTA5SET_SPEC

reset() method sets UESTA5SET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uesta5set::UESTA5SET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UESTA6_SPEC

reset() method sets UESTA6 to value 0x0100

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000100): <usbc::uesta6::UESTA6_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UESTA6CLR_SPEC

reset() method sets UESTA6CLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uesta6clr::UESTA6CLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UESTA6SET_SPEC

reset() method sets UESTA6SET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uesta6set::UESTA6SET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UESTA7_SPEC

reset() method sets UESTA7 to value 0x0100

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000100): <usbc::uesta7::UESTA7_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UESTA7CLR_SPEC

reset() method sets UESTA7CLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uesta7clr::UESTA7CLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UESTA7SET_SPEC

reset() method sets UESTA7SET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uesta7set::UESTA7SET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UFEATURES_SPEC

reset() method sets UFEATURES to value 0x07

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000007): <usbc::ufeatures::UFEATURES_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UHCON_SPEC

reset() method sets UHCON to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uhcon::UHCON_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UHFNUM_SPEC

reset() method sets UHFNUM to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uhfnum::UHFNUM_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UHINT_SPEC

reset() method sets UHINT to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uhint::UHINT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UHINTCLR_SPEC

reset() method sets UHINTCLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uhintclr::UHINTCLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UHINTE_SPEC

reset() method sets UHINTE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uhinte::UHINTE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UHINTECLR_SPEC

reset() method sets UHINTECLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uhinteclr::UHINTECLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UHINTESET_SPEC

reset() method sets UHINTESET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uhinteset::UHINTESET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UHINTSET_SPEC

reset() method sets UHINTSET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uhintset::UHINTSET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UHSOFC_SPEC

reset() method sets UHSOFC to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uhsofc::UHSOFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UNAME1_SPEC

reset() method sets UNAME1 to value 0x4855_5342

source§

const RESET_VALUE: Self::Ux = {transmute(0x48555342): <usbc::uname1::UNAME1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UNAME2_SPEC

reset() method sets UNAME2 to value 0x484f_5354

source§

const RESET_VALUE: Self::Ux = {transmute(0x484f5354): <usbc::uname2::UNAME2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPCFG0_SPEC

reset() method sets UPCFG0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upcfg0::UPCFG0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPCFG1_SPEC

reset() method sets UPCFG1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upcfg1::UPCFG1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPCFG2_SPEC

reset() method sets UPCFG2 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upcfg2::UPCFG2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPCFG3_SPEC

reset() method sets UPCFG3 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upcfg3::UPCFG3_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPCFG4_SPEC

reset() method sets UPCFG4 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upcfg4::UPCFG4_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPCFG5_SPEC

reset() method sets UPCFG5 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upcfg5::UPCFG5_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPCFG6_SPEC

reset() method sets UPCFG6 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upcfg6::UPCFG6_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPCFG7_SPEC

reset() method sets UPCFG7 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upcfg7::UPCFG7_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPCON0_SPEC

reset() method sets UPCON0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upcon0::UPCON0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPCON0CLR_SPEC

reset() method sets UPCON0CLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upcon0clr::UPCON0CLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPCON0SET_SPEC

reset() method sets UPCON0SET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upcon0set::UPCON0SET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPCON1_SPEC

reset() method sets UPCON1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upcon1::UPCON1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPCON1CLR_SPEC

reset() method sets UPCON1CLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upcon1clr::UPCON1CLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPCON1SET_SPEC

reset() method sets UPCON1SET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upcon1set::UPCON1SET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPCON2_SPEC

reset() method sets UPCON2 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upcon2::UPCON2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPCON2CLR_SPEC

reset() method sets UPCON2CLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upcon2clr::UPCON2CLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPCON2SET_SPEC

reset() method sets UPCON2SET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upcon2set::UPCON2SET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPCON3_SPEC

reset() method sets UPCON3 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upcon3::UPCON3_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPCON3CLR_SPEC

reset() method sets UPCON3CLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upcon3clr::UPCON3CLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPCON3SET_SPEC

reset() method sets UPCON3SET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upcon3set::UPCON3SET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPCON4_SPEC

reset() method sets UPCON4 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upcon4::UPCON4_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPCON4CLR_SPEC

reset() method sets UPCON4CLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upcon4clr::UPCON4CLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPCON4SET_SPEC

reset() method sets UPCON4SET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upcon4set::UPCON4SET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPCON5_SPEC

reset() method sets UPCON5 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upcon5::UPCON5_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPCON5CLR_SPEC

reset() method sets UPCON5CLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upcon5clr::UPCON5CLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPCON5SET_SPEC

reset() method sets UPCON5SET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upcon5set::UPCON5SET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPCON6_SPEC

reset() method sets UPCON6 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upcon6::UPCON6_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPCON6CLR_SPEC

reset() method sets UPCON6CLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upcon6clr::UPCON6CLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPCON6SET_SPEC

reset() method sets UPCON6SET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upcon6set::UPCON6SET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPCON7_SPEC

reset() method sets UPCON7 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upcon7::UPCON7_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPCON7CLR_SPEC

reset() method sets UPCON7CLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upcon7clr::UPCON7CLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPCON7SET_SPEC

reset() method sets UPCON7SET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upcon7set::UPCON7SET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPINRQ0_SPEC

reset() method sets UPINRQ0 to value 0x01

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000001): <usbc::upinrq0::UPINRQ0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPINRQ1_SPEC

reset() method sets UPINRQ1 to value 0x01

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000001): <usbc::upinrq1::UPINRQ1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPINRQ2_SPEC

reset() method sets UPINRQ2 to value 0x01

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000001): <usbc::upinrq2::UPINRQ2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPINRQ3_SPEC

reset() method sets UPINRQ3 to value 0x01

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000001): <usbc::upinrq3::UPINRQ3_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPINRQ4_SPEC

reset() method sets UPINRQ4 to value 0x01

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000001): <usbc::upinrq4::UPINRQ4_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPINRQ5_SPEC

reset() method sets UPINRQ5 to value 0x01

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000001): <usbc::upinrq5::UPINRQ5_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPINRQ6_SPEC

reset() method sets UPINRQ6 to value 0x01

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000001): <usbc::upinrq6::UPINRQ6_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPINRQ7_SPEC

reset() method sets UPINRQ7 to value 0x01

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000001): <usbc::upinrq7::UPINRQ7_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPRST_SPEC

reset() method sets UPRST to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::uprst::UPRST_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPSTA0_SPEC

reset() method sets UPSTA0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upsta0::UPSTA0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPSTA0CLR_SPEC

reset() method sets UPSTA0CLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upsta0clr::UPSTA0CLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPSTA0SET_SPEC

reset() method sets UPSTA0SET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upsta0set::UPSTA0SET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPSTA1_SPEC

reset() method sets UPSTA1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upsta1::UPSTA1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPSTA1CLR_SPEC

reset() method sets UPSTA1CLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upsta1clr::UPSTA1CLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPSTA1SET_SPEC

reset() method sets UPSTA1SET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upsta1set::UPSTA1SET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPSTA2_SPEC

reset() method sets UPSTA2 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upsta2::UPSTA2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPSTA2CLR_SPEC

reset() method sets UPSTA2CLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upsta2clr::UPSTA2CLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPSTA2SET_SPEC

reset() method sets UPSTA2SET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upsta2set::UPSTA2SET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPSTA3_SPEC

reset() method sets UPSTA3 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upsta3::UPSTA3_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPSTA3CLR_SPEC

reset() method sets UPSTA3CLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upsta3clr::UPSTA3CLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPSTA3SET_SPEC

reset() method sets UPSTA3SET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upsta3set::UPSTA3SET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPSTA4_SPEC

reset() method sets UPSTA4 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upsta4::UPSTA4_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPSTA4CLR_SPEC

reset() method sets UPSTA4CLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upsta4clr::UPSTA4CLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPSTA4SET_SPEC

reset() method sets UPSTA4SET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upsta4set::UPSTA4SET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPSTA5_SPEC

reset() method sets UPSTA5 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upsta5::UPSTA5_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPSTA5CLR_SPEC

reset() method sets UPSTA5CLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upsta5clr::UPSTA5CLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPSTA5SET_SPEC

reset() method sets UPSTA5SET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upsta5set::UPSTA5SET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPSTA6_SPEC

reset() method sets UPSTA6 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upsta6::UPSTA6_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPSTA6CLR_SPEC

reset() method sets UPSTA6CLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upsta6clr::UPSTA6CLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPSTA6SET_SPEC

reset() method sets UPSTA6SET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upsta6set::UPSTA6SET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPSTA7_SPEC

reset() method sets UPSTA7 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upsta7::UPSTA7_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPSTA7CLR_SPEC

reset() method sets UPSTA7CLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upsta7clr::UPSTA7CLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UPSTA7SET_SPEC

reset() method sets UPSTA7SET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::upsta7set::UPSTA7SET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for USBCON_SPEC

reset() method sets USBCON to value 0x0100_4000

source§

const RESET_VALUE: Self::Ux = {transmute(0x01004000): <usbc::usbcon::USBCON_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for USBFSM_SPEC

reset() method sets USBFSM to value 0x09

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000009): <usbc::usbfsm::USBFSM_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for USBSTA_SPEC

reset() method sets USBSTA to value 0x0001_0000

source§

const RESET_VALUE: Self::Ux = {transmute(0x00010000): <usbc::usbsta::USBSTA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for USBSTACLR_SPEC

reset() method sets USBSTACLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::usbstaclr::USBSTACLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for USBSTASET_SPEC

reset() method sets USBSTASET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usbc::usbstaset::USBSTASET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for UVERS_SPEC

reset() method sets UVERS to value 0x0310

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000310): <usbc::uvers::UVERS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CLR_SPEC

reset() method sets CLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <wdt::clr::CLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsam4lc8c_pac::wdt::ctrl::CTRL_SPEC

reset() method sets CTRL to value 0x0001_0080

source§

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

source§

impl Resettable for atsam4lc8c_pac::wdt::icr::ICR_SPEC

reset() method sets ICR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::wdt::idr::IDR_SPEC

reset() method sets IDR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::wdt::ier::IER_SPEC

reset() method sets IER to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::wdt::imr::IMR_SPEC

reset() method sets IMR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::wdt::isr::ISR_SPEC

reset() method sets ISR to value 0

source§

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

source§

impl Resettable for atsam4lc8c_pac::wdt::sr::SR_SPEC

reset() method sets SR to value 0x03

source§

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

source§

impl Resettable for atsam4lc8c_pac::wdt::version::VERSION_SPEC

reset() method sets VERSION to value 0x0501

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000501): <wdt::version::VERSION_SPEC as generic::RegisterSpec>::Ux}