Trait atsame51n::generic::Resettable

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

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

Reset value of the register.

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

Required Associated Constants§

source

const RESET_VALUE: Self::Ux

Reset value of the register.

Provided Methods§

source

fn reset_value() -> Self::Ux

Reset value of the register.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl Resettable for atsame51n::ac::calib::CALIB_SPEC

reset() method sets CALIB to value 0x0101

source§

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

source§

impl Resettable for COMPCTRL_SPEC

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

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ac::compctrl::COMPCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::ac::ctrla::CTRLA_SPEC

reset() method sets CTRLA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <ac::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::ac::ctrlb::CTRLB_SPEC

reset() method sets CTRLB to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <ac::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::ac::dbgctrl::DBGCTRL_SPEC

reset() method sets DBGCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <ac::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::ac::evctrl::EVCTRL_SPEC

reset() method sets EVCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <ac::evctrl::EVCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::ac::intenclr::INTENCLR_SPEC

reset() method sets INTENCLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <ac::intenclr::INTENCLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::ac::intenset::INTENSET_SPEC

reset() method sets INTENSET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <ac::intenset::INTENSET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::ac::intflag::INTFLAG_SPEC

reset() method sets INTFLAG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <ac::intflag::INTFLAG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SCALER_SPEC

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

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <ac::scaler::SCALER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::ac::statusa::STATUSA_SPEC

reset() method sets STATUSA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <ac::statusa::STATUSA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::ac::statusb::STATUSB_SPEC

reset() method sets STATUSB to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <ac::statusb::STATUSB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::ac::syncbusy::SYNCBUSY_SPEC

reset() method sets SYNCBUSY to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ac::syncbusy::SYNCBUSY_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for WINCTRL_SPEC

reset() method sets WINCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <ac::winctrl::WINCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for AVGCTRL_SPEC

reset() method sets AVGCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <adc0::avgctrl::AVGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::adc0::calib::CALIB_SPEC

reset() method sets CALIB to value 0

source§

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

source§

impl Resettable for atsame51n::adc0::ctrla::CTRLA_SPEC

reset() method sets CTRLA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <adc0::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::adc0::ctrlb::CTRLB_SPEC

reset() method sets CTRLB to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <adc0::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::adc0::dbgctrl::DBGCTRL_SPEC

reset() method sets DBGCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <adc0::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DSEQCTRL_SPEC

reset() method sets DSEQCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <adc0::dseqctrl::DSEQCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DSEQDATA_SPEC

reset() method sets DSEQDATA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <adc0::dseqdata::DSEQDATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DSEQSTAT_SPEC

reset() method sets DSEQSTAT to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <adc0::dseqstat::DSEQSTAT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::adc0::evctrl::EVCTRL_SPEC

reset() method sets EVCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <adc0::evctrl::EVCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for GAINCORR_SPEC

reset() method sets GAINCORR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <adc0::gaincorr::GAINCORR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for INPUTCTRL_SPEC

reset() method sets INPUTCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <adc0::inputctrl::INPUTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::adc0::intenclr::INTENCLR_SPEC

reset() method sets INTENCLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <adc0::intenclr::INTENCLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::adc0::intenset::INTENSET_SPEC

reset() method sets INTENSET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <adc0::intenset::INTENSET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::adc0::intflag::INTFLAG_SPEC

reset() method sets INTFLAG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <adc0::intflag::INTFLAG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for OFFSETCORR_SPEC

reset() method sets OFFSETCORR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <adc0::offsetcorr::OFFSETCORR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for REFCTRL_SPEC

reset() method sets REFCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <adc0::refctrl::REFCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RESS_SPEC

reset() method sets RESS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <adc0::ress::RESS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::adc0::result::RESULT_SPEC

reset() method sets RESULT to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <adc0::result::RESULT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SAMPCTRL_SPEC

reset() method sets SAMPCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <adc0::sampctrl::SAMPCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::adc0::status::STATUS_SPEC

reset() method sets STATUS to value 0

source§

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

source§

impl Resettable for SWTRIG_SPEC

reset() method sets SWTRIG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <adc0::swtrig::SWTRIG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::adc0::syncbusy::SYNCBUSY_SPEC

reset() method sets SYNCBUSY to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <adc0::syncbusy::SYNCBUSY_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for WINLT_SPEC

reset() method sets WINLT to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <adc0::winlt::WINLT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for WINUT_SPEC

reset() method sets WINUT to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <adc0::winut::WINUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CIPLEN_SPEC

reset() method sets CIPLEN to value 0

source§

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

source§

impl Resettable for atsame51n::aes::ctrla::CTRLA_SPEC

reset() method sets CTRLA to value 0

source§

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

source§

impl Resettable for atsame51n::aes::ctrlb::CTRLB_SPEC

reset() method sets CTRLB to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <aes::ctrlb::CTRLB_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(0x00): <aes::databufptr::DATABUFPTR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::aes::dbgctrl::DBGCTRL_SPEC

reset() method sets DBGCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <aes::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for GHASH_SPEC

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

source§

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

source§

impl Resettable for HASHKEY_SPEC

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

source§

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

source§

impl Resettable for INDATA_SPEC

reset() method sets INDATA to value 0

source§

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

source§

impl Resettable for atsame51n::aes::intenclr::INTENCLR_SPEC

reset() method sets INTENCLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <aes::intenclr::INTENCLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::aes::intenset::INTENSET_SPEC

reset() method sets INTENSET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <aes::intenset::INTENSET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::aes::intflag::INTFLAG_SPEC

reset() method sets INTFLAG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <aes::intflag::INTFLAG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for INTVECTV_SPEC

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

source§

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

source§

impl Resettable for KEYWORD_SPEC

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

source§

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

source§

impl Resettable for RANDSEED_SPEC

reset() method sets RANDSEED to value 0

source§

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

source§

impl Resettable for CCCR_SPEC

reset() method sets CCCR to value 0x01

source§

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

source§

impl Resettable for CREL_SPEC

reset() method sets CREL to value 0x3210_0000

source§

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

source§

impl Resettable for DBTP_SPEC

reset() method sets DBTP to value 0x0a33

source§

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

source§

impl Resettable for ECR_SPEC

reset() method sets ECR to value 0

source§

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

source§

impl Resettable for ENDN_SPEC

reset() method sets ENDN to value 0x8765_4321

source§

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

source§

impl Resettable for GFC_SPEC

reset() method sets GFC to value 0

source§

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

source§

impl Resettable for HPMS_SPEC

reset() method sets HPMS to value 0

source§

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

source§

impl Resettable for IE_SPEC

reset() method sets IE to value 0

source§

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

source§

impl Resettable for ILE_SPEC

reset() method sets ILE to value 0

source§

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

source§

impl Resettable for ILS_SPEC

reset() method sets ILS to value 0

source§

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

source§

impl Resettable for IR_SPEC

reset() method sets IR to value 0

source§

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

source§

impl Resettable for MRCFG_SPEC

reset() method sets MRCFG to value 0x02

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000002): <can0::mrcfg::MRCFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for NBTP_SPEC

reset() method sets NBTP to value 0x0600_0a03

source§

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

source§

impl Resettable for NDAT1_SPEC

reset() method sets NDAT1 to value 0

source§

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

source§

impl Resettable for NDAT2_SPEC

reset() method sets NDAT2 to value 0

source§

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

source§

impl Resettable for atsame51n::can0::psr::PSR_SPEC

reset() method sets PSR to value 0x0707

source§

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

source§

impl Resettable for RWD_SPEC

reset() method sets RWD to value 0

source§

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

source§

impl Resettable for RXBC_SPEC

reset() method sets RXBC to value 0

source§

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

source§

impl Resettable for RXESC_SPEC

reset() method sets RXESC to value 0

source§

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

source§

impl Resettable for RXF0A_SPEC

reset() method sets RXF0A to value 0

source§

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

source§

impl Resettable for RXF0C_SPEC

reset() method sets RXF0C to value 0

source§

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

source§

impl Resettable for RXF0S_SPEC

reset() method sets RXF0S to value 0

source§

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

source§

impl Resettable for RXF1A_SPEC

reset() method sets RXF1A to value 0

source§

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

source§

impl Resettable for RXF1C_SPEC

reset() method sets RXF1C to value 0

source§

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

source§

impl Resettable for RXF1S_SPEC

reset() method sets RXF1S to value 0

source§

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

source§

impl Resettable for SIDFC_SPEC

reset() method sets SIDFC to value 0

source§

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

source§

impl Resettable for TDCR_SPEC

reset() method sets TDCR to value 0

source§

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

source§

impl Resettable for TEST_SPEC

reset() method sets TEST to value 0

source§

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

source§

impl Resettable for TOCC_SPEC

reset() method sets TOCC to value 0xffff_0000

source§

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

source§

impl Resettable for TOCV_SPEC

reset() method sets TOCV to value 0xffff

source§

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

source§

impl Resettable for TSCC_SPEC

reset() method sets TSCC to value 0

source§

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

source§

impl Resettable for TSCV_SPEC

reset() method sets TSCV to value 0

source§

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

source§

impl Resettable for TXBAR_SPEC

reset() method sets TXBAR to value 0

source§

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

source§

impl Resettable for TXBC_SPEC

reset() method sets TXBC to value 0

source§

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

source§

impl Resettable for TXBCF_SPEC

reset() method sets TXBCF to value 0

source§

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

source§

impl Resettable for TXBCIE_SPEC

reset() method sets TXBCIE to value 0

source§

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

source§

impl Resettable for TXBCR_SPEC

reset() method sets TXBCR to value 0

source§

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

source§

impl Resettable for TXBRP_SPEC

reset() method sets TXBRP to value 0

source§

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

source§

impl Resettable for TXBTIE_SPEC

reset() method sets TXBTIE to value 0

source§

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

source§

impl Resettable for TXBTO_SPEC

reset() method sets TXBTO to value 0

source§

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

source§

impl Resettable for TXEFA_SPEC

reset() method sets TXEFA to value 0

source§

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

source§

impl Resettable for TXEFC_SPEC

reset() method sets TXEFC to value 0

source§

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

source§

impl Resettable for TXEFS_SPEC

reset() method sets TXEFS to value 0

source§

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

source§

impl Resettable for TXESC_SPEC

reset() method sets TXESC to value 0

source§

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

source§

impl Resettable for TXFQS_SPEC

reset() method sets TXFQS to value 0

source§

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

source§

impl Resettable for XIDAM_SPEC

reset() method sets XIDAM to value 0x1fff_ffff

source§

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

source§

impl Resettable for XIDFC_SPEC

reset() method sets XIDFC to value 0

source§

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

source§

impl Resettable for atsame51n::ccl::ctrl::CTRL_SPEC

reset() method sets CTRL to value 0

source§

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

source§

impl Resettable for LUTCTRL_SPEC

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

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ccl::lutctrl::LUTCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SEQCTRL_SPEC

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

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <ccl::seqctrl::SEQCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::cmcc::cfg::CFG_SPEC

reset() method sets CFG to value 0x20

source§

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

source§

impl Resettable for atsame51n::cmcc::ctrl::CTRL_SPEC

reset() method sets CTRL to value 0

source§

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

source§

impl Resettable for LCKWAY_SPEC

reset() method sets LCKWAY to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <cmcc::lckway::LCKWAY_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): <cmcc::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): <cmcc::maint1::MAINT1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for MCFG_SPEC

reset() method sets MCFG to value 0

source§

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

source§

impl Resettable for atsame51n::cmcc::sr::SR_SPEC

reset() method sets SR to value 0

source§

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

source§

impl Resettable for TYPE_SPEC

reset() method sets TYPE to value 0x12d2

source§

const RESET_VALUE: Self::Ux = {transmute(0x000012d2): <cmcc::type_::TYPE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DCRDR_SPEC

reset() method sets DCRDR to value 0

source§

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

source§

impl Resettable for DCRSR_SPEC

reset() method sets DCRSR to value 0

source§

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

source§

impl Resettable for DEMCR_SPEC

reset() method sets DEMCR to value 0

source§

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

source§

impl Resettable for DHCSR_SPEC

reset() method sets DHCSR to value 0

source§

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

source§

impl Resettable for atsame51n::dac::ctrla::CTRLA_SPEC

reset() method sets CTRLA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <dac::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::dac::ctrlb::CTRLB_SPEC

reset() method sets CTRLB to value 0x02

source§

const RESET_VALUE: Self::Ux = {transmute(0x02): <dac::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DACCTRL_SPEC

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

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <dac::dacctrl::DACCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::dac::data::DATA_SPEC

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

source§

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

source§

impl Resettable for DATABUF_SPEC

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

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <dac::databuf::DATABUF_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::dac::dbgctrl::DBGCTRL_SPEC

reset() method sets DBGCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <dac::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::dac::evctrl::EVCTRL_SPEC

reset() method sets EVCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <dac::evctrl::EVCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::dac::intenclr::INTENCLR_SPEC

reset() method sets INTENCLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <dac::intenclr::INTENCLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::dac::intenset::INTENSET_SPEC

reset() method sets INTENSET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <dac::intenset::INTENSET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::dac::intflag::INTFLAG_SPEC

reset() method sets INTFLAG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <dac::intflag::INTFLAG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::dac::result::RESULT_SPEC

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

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <dac::result::RESULT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::dac::status::STATUS_SPEC

reset() method sets STATUS to value 0

source§

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

source§

impl Resettable for atsame51n::dac::syncbusy::SYNCBUSY_SPEC

reset() method sets SYNCBUSY to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dac::syncbusy::SYNCBUSY_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ACTIVE_SPEC

reset() method sets ACTIVE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dmac::active::ACTIVE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for BASEADDR_SPEC

reset() method sets BASEADDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dmac::baseaddr::BASEADDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::dmac::busych::BUSYCH_SPEC

reset() method sets BUSYCH to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dmac::busych::BUSYCH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CHCTRLA_SPEC

reset() method sets CHCTRLA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dmac::channel::chctrla::CHCTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CHCTRLB_SPEC

reset() method sets CHCTRLB to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <dmac::channel::chctrlb::CHCTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CHEVCTRL_SPEC

reset() method sets CHEVCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <dmac::channel::chevctrl::CHEVCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::dmac::channel::chintenclr::CHINTENCLR_SPEC

reset() method sets CHINTENCLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <dmac::channel::chintenclr::CHINTENCLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::dmac::channel::chintenset::CHINTENSET_SPEC

reset() method sets CHINTENSET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <dmac::channel::chintenset::CHINTENSET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::dmac::channel::chintflag::CHINTFLAG_SPEC

reset() method sets CHINTFLAG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <dmac::channel::chintflag::CHINTFLAG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CHPRILVL_SPEC

reset() method sets CHPRILVL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <dmac::channel::chprilvl::CHPRILVL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::dmac::channel::chstatus::CHSTATUS_SPEC

reset() method sets CHSTATUS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <dmac::channel::chstatus::CHSTATUS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CRCCHKSUM_SPEC

reset() method sets CRCCHKSUM to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dmac::crcchksum::CRCCHKSUM_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CRCCTRL_SPEC

reset() method sets CRCCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <dmac::crcctrl::CRCCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CRCDATAIN_SPEC

reset() method sets CRCDATAIN to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dmac::crcdatain::CRCDATAIN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CRCSTATUS_SPEC

reset() method sets CRCSTATUS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <dmac::crcstatus::CRCSTATUS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::dmac::ctrl::CTRL_SPEC

reset() method sets CTRL to value 0

source§

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

source§

impl Resettable for atsame51n::dmac::dbgctrl::DBGCTRL_SPEC

reset() method sets DBGCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <dmac::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::dmac::intpend::INTPEND_SPEC

reset() method sets INTPEND to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <dmac::intpend::INTPEND_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::dmac::intstatus::INTSTATUS_SPEC

reset() method sets INTSTATUS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dmac::intstatus::INTSTATUS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PENDCH_SPEC

reset() method sets PENDCH to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dmac::pendch::PENDCH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PRICTRL0_SPEC

reset() method sets PRICTRL0 to value 0x4040_4040

source§

const RESET_VALUE: Self::Ux = {transmute(0x40404040): <dmac::prictrl0::PRICTRL0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SWTRIGCTRL_SPEC

reset() method sets SWTRIGCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dmac::swtrigctrl::SWTRIGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for WRBADDR_SPEC

reset() method sets WRBADDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dmac::wrbaddr::WRBADDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::dsu::addr::ADDR_SPEC

reset() method sets ADDR to value 0

source§

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

source§

impl Resettable for atsame51n::dsu::cfg::CFG_SPEC

reset() method sets CFG to value 0x02

source§

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

source§

impl Resettable for CID0_SPEC

reset() method sets CID0 to value 0x0d

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000000d): <dsu::cid0::CID0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CID1_SPEC

reset() method sets CID1 to value 0x10

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000010): <dsu::cid1::CID1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CID2_SPEC

reset() method sets CID2 to value 0x05

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000005): <dsu::cid2::CID2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CID3_SPEC

reset() method sets CID3 to value 0xb1

source§

const RESET_VALUE: Self::Ux = {transmute(0x000000b1): <dsu::cid3::CID3_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::dsu::ctrl::CTRL_SPEC

reset() method sets CTRL to value 0

source§

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

source§

impl Resettable for atsame51n::dsu::data::DATA_SPEC

reset() method sets DATA to value 0

source§

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

source§

impl Resettable for DCC_SPEC

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

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dsu::dcc::DCC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DCFG_SPEC

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

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dsu::dcfg::DCFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DID_SPEC

reset() method sets DID to value 0x6181_0301

source§

const RESET_VALUE: Self::Ux = {transmute(0x61810301): <dsu::did::DID_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for END_SPEC

reset() method sets END to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dsu::end::END_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ENTRY0_SPEC

reset() method sets ENTRY0 to value 0x9f0f_c002

source§

const RESET_VALUE: Self::Ux = {transmute(0x9f0fc002): <dsu::entry0::ENTRY0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ENTRY1_SPEC

reset() method sets ENTRY1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dsu::entry1::ENTRY1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::dsu::length::LENGTH_SPEC

reset() method sets LENGTH to value 0

source§

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

source§

impl Resettable for MEMTYPE_SPEC

reset() method sets MEMTYPE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dsu::memtype::MEMTYPE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PID0_SPEC

reset() method sets PID0 to value 0xd0

source§

const RESET_VALUE: Self::Ux = {transmute(0x000000d0): <dsu::pid0::PID0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PID1_SPEC

reset() method sets PID1 to value 0xfc

source§

const RESET_VALUE: Self::Ux = {transmute(0x000000fc): <dsu::pid1::PID1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PID2_SPEC

reset() method sets PID2 to value 0x09

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000009): <dsu::pid2::PID2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PID3_SPEC

reset() method sets PID3 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dsu::pid3::PID3_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PID4_SPEC

reset() method sets PID4 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dsu::pid4::PID4_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PID5_SPEC

reset() method sets PID5 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dsu::pid5::PID5_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PID6_SPEC

reset() method sets PID6 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dsu::pid6::PID6_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PID7_SPEC

reset() method sets PID7 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dsu::pid7::PID7_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::dsu::statusa::STATUSA_SPEC

reset() method sets STATUSA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <dsu::statusa::STATUSA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::dsu::statusb::STATUSB_SPEC

reset() method sets STATUSB to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <dsu::statusb::STATUSB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ASYNCH_SPEC

reset() method sets ASYNCH to value 0

source§

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

source§

impl Resettable for atsame51n::eic::config::CONFIG_SPEC

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

source§

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

source§

impl Resettable for atsame51n::eic::ctrla::CTRLA_SPEC

reset() method sets CTRLA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <eic::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DEBOUNCEN_SPEC

reset() method sets DEBOUNCEN to value 0

source§

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

source§

impl Resettable for DPRESCALER_SPEC

reset() method sets DPRESCALER to value 0

source§

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

source§

impl Resettable for atsame51n::eic::evctrl::EVCTRL_SPEC

reset() method sets EVCTRL to value 0

source§

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

source§

impl Resettable for atsame51n::eic::intenclr::INTENCLR_SPEC

reset() method sets INTENCLR to value 0

source§

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

source§

impl Resettable for atsame51n::eic::intenset::INTENSET_SPEC

reset() method sets INTENSET to value 0

source§

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

source§

impl Resettable for atsame51n::eic::intflag::INTFLAG_SPEC

reset() method sets INTFLAG to value 0

source§

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

source§

impl Resettable for NMICTRL_SPEC

reset() method sets NMICTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <eic::nmictrl::NMICTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for NMIFLAG_SPEC

reset() method sets NMIFLAG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <eic::nmiflag::NMIFLAG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PINSTATE_SPEC

reset() method sets PINSTATE to value 0

source§

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

source§

impl Resettable for atsame51n::eic::syncbusy::SYNCBUSY_SPEC

reset() method sets SYNCBUSY to value 0

source§

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

source§

impl Resettable for AUTHSTATUS_SPEC

reset() method sets AUTHSTATUS to value 0

source§

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

source§

impl Resettable for CCER_SPEC

reset() method sets CCER to value 0x1854_1800

source§

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

source§

impl Resettable for atsame51n::etm::ccr::CCR_SPEC

reset() method sets CCR to value 0x8c80_2000

source§

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

source§

impl Resettable for CIDR0_SPEC

reset() method sets CIDR0 to value 0x0d

source§

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

source§

impl Resettable for CIDR1_SPEC

reset() method sets CIDR1 to value 0x90

source§

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

source§

impl Resettable for CIDR2_SPEC

reset() method sets CIDR2 to value 0x05

source§

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

source§

impl Resettable for CIDR3_SPEC

reset() method sets CIDR3 to value 0xb1

source§

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

source§

impl Resettable for atsame51n::etm::claimclr::CLAIMCLR_SPEC

reset() method sets CLAIMCLR to value 0

source§

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

source§

impl Resettable for atsame51n::etm::claimset::CLAIMSET_SPEC

reset() method sets CLAIMSET to value 0

source§

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

source§

impl Resettable for CNTRLDVR1_SPEC

reset() method sets CNTRLDVR1 to value 0

source§

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

source§

impl Resettable for atsame51n::etm::cr::CR_SPEC

reset() method sets CR to value 0x0411

source§

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

source§

impl Resettable for atsame51n::etm::devtype::DEVTYPE_SPEC

reset() method sets DEVTYPE to value 0x13

source§

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

source§

impl Resettable for FFLR_SPEC

reset() method sets FFLR to value 0

source§

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

source§

impl Resettable for IDR2_SPEC

reset() method sets IDR2 to value 0

source§

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

source§

impl Resettable for atsame51n::etm::idr::IDR_SPEC

reset() method sets IDR to value 0x4114_f250

source§

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

source§

impl Resettable for atsame51n::etm::itatbctr0::ITATBCTR0_SPEC

reset() method sets ITATBCTR0 to value 0

source§

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

source§

impl Resettable for atsame51n::etm::itatbctr2::ITATBCTR2_SPEC

reset() method sets ITATBCTR2 to value 0

source§

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

source§

impl Resettable for atsame51n::etm::itctrl::ITCTRL_SPEC

reset() method sets ITCTRL to value 0

source§

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

source§

impl Resettable for ITMISCIN_SPEC

reset() method sets ITMISCIN to value 0

source§

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

source§

impl Resettable for ITTRIGOUT_SPEC

reset() method sets ITTRIGOUT to value 0

source§

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

source§

impl Resettable for LAR_SPEC

reset() method sets LAR to value 0

source§

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

source§

impl Resettable for LSR_SPEC

reset() method sets LSR to value 0

source§

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

source§

impl Resettable for PDSR_SPEC

reset() method sets PDSR to value 0x01

source§

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

source§

impl Resettable for PIDR0_SPEC

reset() method sets PIDR0 to value 0x25

source§

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

source§

impl Resettable for PIDR1_SPEC

reset() method sets PIDR1 to value 0xb9

source§

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

source§

impl Resettable for PIDR2_SPEC

reset() method sets PIDR2 to value 0x0b

source§

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

source§

impl Resettable for PIDR3_SPEC

reset() method sets PIDR3 to value 0

source§

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

source§

impl Resettable for PIDR4_SPEC

reset() method sets PIDR4 to value 0x04

source§

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

source§

impl Resettable for PIDR5_SPEC

reset() method sets PIDR5 to value 0

source§

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

source§

impl Resettable for PIDR6_SPEC

reset() method sets PIDR6 to value 0

source§

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

source§

impl Resettable for PIDR7_SPEC

reset() method sets PIDR7 to value 0

source§

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

source§

impl Resettable for atsame51n::etm::scr::SCR_SPEC

reset() method sets SCR to value 0x0002_0d09

source§

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

source§

impl Resettable for atsame51n::etm::sr::SR_SPEC

reset() method sets SR to value 0

source§

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

source§

impl Resettable for SYNCFR_SPEC

reset() method sets SYNCFR to value 0x0400

source§

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

source§

impl Resettable for TECR1_SPEC

reset() method sets TECR1 to value 0

source§

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

source§

impl Resettable for TEEVR_SPEC

reset() method sets TEEVR to value 0

source§

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

source§

impl Resettable for TESSEICR_SPEC

reset() method sets TESSEICR to value 0

source§

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

source§

impl Resettable for TRACEIDR_SPEC

reset() method sets TRACEIDR to value 0

source§

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

source§

impl Resettable for atsame51n::etm::trigger::TRIGGER_SPEC

reset() method sets TRIGGER to value 0

source§

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

source§

impl Resettable for TSEVT_SPEC

reset() method sets TSEVT to value 0

source§

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

source§

impl Resettable for atsame51n::evsys::busych::BUSYCH_SPEC

reset() method sets BUSYCH to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <evsys::busych::BUSYCH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CHANNEL_SPEC

reset() method sets CHANNEL to value 0x8000

source§

const RESET_VALUE: Self::Ux = {transmute(0x00008000): <evsys::channels::channel::CHANNEL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::evsys::channels::chintenclr::CHINTENCLR_SPEC

reset() method sets CHINTENCLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <evsys::channels::chintenclr::CHINTENCLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::evsys::channels::chintenset::CHINTENSET_SPEC

reset() method sets CHINTENSET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <evsys::channels::chintenset::CHINTENSET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::evsys::channels::chintflag::CHINTFLAG_SPEC

reset() method sets CHINTFLAG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <evsys::channels::chintflag::CHINTFLAG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::evsys::channels::chstatus::CHSTATUS_SPEC

reset() method sets CHSTATUS to value 0x01

source§

const RESET_VALUE: Self::Ux = {transmute(0x01): <evsys::channels::chstatus::CHSTATUS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::evsys::ctrla::CTRLA_SPEC

reset() method sets CTRLA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <evsys::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::evsys::intpend::INTPEND_SPEC

reset() method sets INTPEND to value 0x4000

source§

const RESET_VALUE: Self::Ux = {transmute(0x4000): <evsys::intpend::INTPEND_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::evsys::intstatus::INTSTATUS_SPEC

reset() method sets INTSTATUS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <evsys::intstatus::INTSTATUS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PRICTRL_SPEC

reset() method sets PRICTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <evsys::prictrl::PRICTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for READYUSR_SPEC

reset() method sets READYUSR to value 0xffff_ffff

source§

const RESET_VALUE: Self::Ux = {transmute(0xffffffff): <evsys::readyusr::READYUSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SWEVT_SPEC

reset() method sets SWEVT to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <evsys::swevt::SWEVT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for USER_SPEC

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

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <evsys::user::USER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CFGA_SPEC

reset() method sets CFGA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <freqm::cfga::CFGA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::freqm::ctrla::CTRLA_SPEC

reset() method sets CTRLA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <freqm::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::freqm::ctrlb::CTRLB_SPEC

reset() method sets CTRLB to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <freqm::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::freqm::intenclr::INTENCLR_SPEC

reset() method sets INTENCLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <freqm::intenclr::INTENCLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::freqm::intenset::INTENSET_SPEC

reset() method sets INTENSET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <freqm::intenset::INTENSET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::freqm::intflag::INTFLAG_SPEC

reset() method sets INTFLAG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <freqm::intflag::INTFLAG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::freqm::status::STATUS_SPEC

reset() method sets STATUS to value 0

source§

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

source§

impl Resettable for atsame51n::freqm::syncbusy::SYNCBUSY_SPEC

reset() method sets SYNCBUSY to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <freqm::syncbusy::SYNCBUSY_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 atsame51n::gclk::ctrla::CTRLA_SPEC

reset() method sets CTRLA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <gclk::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for GENCTRL_SPEC

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

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gclk::genctrl::GENCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PCHCTRL_SPEC

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

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gclk::pchctrl::PCHCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::gclk::syncbusy::SYNCBUSY_SPEC

reset() method sets SYNCBUSY to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gclk::syncbusy::SYNCBUSY_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PRAS_SPEC

reset() method sets PRAS to value 0

source§

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

source§

impl Resettable for PRBS_SPEC

reset() method sets PRBS to value 0

source§

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

source§

impl Resettable for CLKCTRL_SPEC

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

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2s::clkctrl::CLKCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::i2s::ctrla::CTRLA_SPEC

reset() method sets CTRLA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <i2s::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::i2s::intenclr::INTENCLR_SPEC

reset() method sets INTENCLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <i2s::intenclr::INTENCLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::i2s::intenset::INTENSET_SPEC

reset() method sets INTENSET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <i2s::intenset::INTENSET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::i2s::intflag::INTFLAG_SPEC

reset() method sets INTFLAG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <i2s::intflag::INTFLAG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RXCTRL_SPEC

reset() method sets RXCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2s::rxctrl::RXCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::i2s::rxdata::RXDATA_SPEC

reset() method sets RXDATA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2s::rxdata::RXDATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::i2s::syncbusy::SYNCBUSY_SPEC

reset() method sets SYNCBUSY to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <i2s::syncbusy::SYNCBUSY_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TXCTRL_SPEC

reset() method sets TXCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2s::txctrl::TXCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::i2s::txdata::TXDATA_SPEC

reset() method sets TXDATA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2s::txdata::TXDATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::icm::cfg::CFG_SPEC

reset() method sets CFG to value 0

source§

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

source§

impl Resettable for atsame51n::icm::ctrl::CTRL_SPEC

reset() method sets CTRL to value 0

source§

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

source§

impl Resettable for DSCR_SPEC

reset() method sets DSCR to value 0

source§

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

source§

impl Resettable for HASH_SPEC

reset() method sets HASH to value 0

source§

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

source§

impl Resettable for atsame51n::icm::idr::IDR_SPEC

reset() method sets IDR to value 0

source§

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

source§

impl Resettable for atsame51n::icm::ier::IER_SPEC

reset() method sets IER to value 0

source§

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

source§

impl Resettable for atsame51n::icm::imr::IMR_SPEC

reset() method sets IMR to value 0

source§

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

source§

impl Resettable for atsame51n::icm::isr::ISR_SPEC

reset() method sets ISR to value 0

source§

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

source§

impl Resettable for atsame51n::icm::sr::SR_SPEC

reset() method sets SR to value 0

source§

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

source§

impl Resettable for UASR_SPEC

reset() method sets UASR to value 0

source§

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

source§

impl Resettable for UIHVAL_SPEC

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

source§

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

source§

impl Resettable for AHBMASK_SPEC

reset() method sets AHBMASK to value 0x00ff_ffff

source§

const RESET_VALUE: Self::Ux = {transmute(0x00ffffff): <mclk::ahbmask::AHBMASK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for APBAMASK_SPEC

reset() method sets APBAMASK to value 0x07ff

source§

const RESET_VALUE: Self::Ux = {transmute(0x000007ff): <mclk::apbamask::APBAMASK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for APBBMASK_SPEC

reset() method sets APBBMASK to value 0x0001_8056

source§

const RESET_VALUE: Self::Ux = {transmute(0x00018056): <mclk::apbbmask::APBBMASK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for APBCMASK_SPEC

reset() method sets APBCMASK to value 0x2000

source§

const RESET_VALUE: Self::Ux = {transmute(0x00002000): <mclk::apbcmask::APBCMASK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for APBDMASK_SPEC

reset() method sets APBDMASK to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <mclk::apbdmask::APBDMASK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CPUDIV_SPEC

reset() method sets CPUDIV to value 0x01

source§

const RESET_VALUE: Self::Ux = {transmute(0x01): <mclk::cpudiv::CPUDIV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HSDIV_SPEC

reset() method sets HSDIV to value 0x01

source§

const RESET_VALUE: Self::Ux = {transmute(0x01): <mclk::hsdiv::HSDIV_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::mclk::intenclr::INTENCLR_SPEC

reset() method sets INTENCLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <mclk::intenclr::INTENCLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::mclk::intenset::INTENSET_SPEC

reset() method sets INTENSET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <mclk::intenset::INTENSET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::mclk::intflag::INTFLAG_SPEC

reset() method sets INTFLAG to value 0x01

source§

const RESET_VALUE: Self::Ux = {transmute(0x01): <mclk::intflag::INTFLAG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::nvmctrl::addr::ADDR_SPEC

reset() method sets ADDR to value 0

source§

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

source§

impl Resettable for atsame51n::nvmctrl::ctrla::CTRLA_SPEC

reset() method sets CTRLA to value 0x04

source§

const RESET_VALUE: Self::Ux = {transmute(0x0004): <nvmctrl::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::nvmctrl::ctrlb::CTRLB_SPEC

reset() method sets CTRLB to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <nvmctrl::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::nvmctrl::dbgctrl::DBGCTRL_SPEC

reset() method sets DBGCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <nvmctrl::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ECCERR_SPEC

reset() method sets ECCERR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <nvmctrl::eccerr::ECCERR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::nvmctrl::intenclr::INTENCLR_SPEC

reset() method sets INTENCLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <nvmctrl::intenclr::INTENCLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::nvmctrl::intenset::INTENSET_SPEC

reset() method sets INTENSET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <nvmctrl::intenset::INTENSET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::nvmctrl::intflag::INTFLAG_SPEC

reset() method sets INTFLAG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <nvmctrl::intflag::INTFLAG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PARAM_SPEC

reset() method sets PARAM to value 0x0006_0000

source§

const RESET_VALUE: Self::Ux = {transmute(0x00060000): <nvmctrl::param::PARAM_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PBLDATA_SPEC

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

source§

const RESET_VALUE: Self::Ux = {transmute(0xffffffff): <nvmctrl::pbldata::PBLDATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RUNLOCK_SPEC

reset() method sets RUNLOCK to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <nvmctrl::runlock::RUNLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SEECFG_SPEC

reset() method sets SEECFG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <nvmctrl::seecfg::SEECFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SEESTAT_SPEC

reset() method sets SEESTAT to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <nvmctrl::seestat::SEESTAT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::nvmctrl::status::STATUS_SPEC

reset() method sets STATUS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <nvmctrl::status::STATUS_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(0x00): <osc32kctrl::cfdctrl::CFDCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::osc32kctrl::evctrl::EVCTRL_SPEC

reset() method sets EVCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <osc32kctrl::evctrl::EVCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::osc32kctrl::intenclr::INTENCLR_SPEC

reset() method sets INTENCLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <osc32kctrl::intenclr::INTENCLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::osc32kctrl::intenset::INTENSET_SPEC

reset() method sets INTENSET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <osc32kctrl::intenset::INTENSET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::osc32kctrl::intflag::INTFLAG_SPEC

reset() method sets INTFLAG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <osc32kctrl::intflag::INTFLAG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for OSCULP32K_SPEC

reset() method sets OSCULP32K to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <osc32kctrl::osculp32k::OSCULP32K_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RTCCTRL_SPEC

reset() method sets RTCCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <osc32kctrl::rtcctrl::RTCCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::osc32kctrl::status::STATUS_SPEC

reset() method sets STATUS to value 0

source§

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

source§

impl Resettable for XOSC32K_SPEC

reset() method sets XOSC32K to value 0x2080

source§

const RESET_VALUE: Self::Ux = {transmute(0x2080): <osc32kctrl::xosc32k::XOSC32K_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DFLLCTRLA_SPEC

reset() method sets DFLLCTRLA to value 0x82

source§

const RESET_VALUE: Self::Ux = {transmute(0x82): <oscctrl::dfllctrla::DFLLCTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DFLLCTRLB_SPEC

reset() method sets DFLLCTRLB to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <oscctrl::dfllctrlb::DFLLCTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DFLLMUL_SPEC

reset() method sets DFLLMUL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <oscctrl::dfllmul::DFLLMUL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DFLLSYNC_SPEC

reset() method sets DFLLSYNC to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <oscctrl::dfllsync::DFLLSYNC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DFLLVAL_SPEC

reset() method sets DFLLVAL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <oscctrl::dfllval::DFLLVAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DPLLCTRLA_SPEC

reset() method sets DPLLCTRLA to value 0x80

source§

const RESET_VALUE: Self::Ux = {transmute(0x80): <oscctrl::dpll::dpllctrla::DPLLCTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DPLLCTRLB_SPEC

reset() method sets DPLLCTRLB to value 0x20

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000020): <oscctrl::dpll::dpllctrlb::DPLLCTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DPLLRATIO_SPEC

reset() method sets DPLLRATIO to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <oscctrl::dpll::dpllratio::DPLLRATIO_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DPLLSTATUS_SPEC

reset() method sets DPLLSTATUS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <oscctrl::dpll::dpllstatus::DPLLSTATUS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DPLLSYNCBUSY_SPEC

reset() method sets DPLLSYNCBUSY to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <oscctrl::dpll::dpllsyncbusy::DPLLSYNCBUSY_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::oscctrl::evctrl::EVCTRL_SPEC

reset() method sets EVCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <oscctrl::evctrl::EVCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::oscctrl::intenclr::INTENCLR_SPEC

reset() method sets INTENCLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <oscctrl::intenclr::INTENCLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::oscctrl::intenset::INTENSET_SPEC

reset() method sets INTENSET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <oscctrl::intenset::INTENSET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::oscctrl::intflag::INTFLAG_SPEC

reset() method sets INTFLAG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <oscctrl::intflag::INTFLAG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::oscctrl::status::STATUS_SPEC

reset() method sets STATUS to value 0

source§

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

source§

impl Resettable for XOSCCTRL_SPEC

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

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000080): <oscctrl::xoscctrl::XOSCCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::pac::evctrl::EVCTRL_SPEC

reset() method sets EVCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <pac::evctrl::EVCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::pac::intenclr::INTENCLR_SPEC

reset() method sets INTENCLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <pac::intenclr::INTENCLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::pac::intenset::INTENSET_SPEC

reset() method sets INTENSET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <pac::intenset::INTENSET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for INTFLAGA_SPEC

reset() method sets INTFLAGA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pac::intflaga::INTFLAGA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for INTFLAGAHB_SPEC

reset() method sets INTFLAGAHB to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pac::intflagahb::INTFLAGAHB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for INTFLAGB_SPEC

reset() method sets INTFLAGB to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pac::intflagb::INTFLAGB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for INTFLAGC_SPEC

reset() method sets INTFLAGC to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pac::intflagc::INTFLAGC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for INTFLAGD_SPEC

reset() method sets INTFLAGD to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pac::intflagd::INTFLAGD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::pac::statusa::STATUSA_SPEC

reset() method sets STATUSA to value 0x0001_0000

source§

const RESET_VALUE: Self::Ux = {transmute(0x00010000): <pac::statusa::STATUSA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::pac::statusb::STATUSB_SPEC

reset() method sets STATUSB to value 0x02

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000002): <pac::statusb::STATUSB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for STATUSC_SPEC

reset() method sets STATUSC to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pac::statusc::STATUSC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for STATUSD_SPEC

reset() method sets STATUSD to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pac::statusd::STATUSD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for WRCTRL_SPEC

reset() method sets WRCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pac::wrctrl::WRCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::pcc::idr::IDR_SPEC

reset() method sets IDR to value 0

source§

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

source§

impl Resettable for atsame51n::pcc::ier::IER_SPEC

reset() method sets IER to value 0

source§

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

source§

impl Resettable for atsame51n::pcc::imr::IMR_SPEC

reset() method sets IMR to value 0

source§

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

source§

impl Resettable for atsame51n::pcc::isr::ISR_SPEC

reset() method sets ISR to value 0

source§

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

source§

impl Resettable for MR_SPEC

reset() method sets MR to value 0

source§

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

source§

impl Resettable for RHR_SPEC

reset() method sets RHR to value 0

source§

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

source§

impl Resettable for WPMR_SPEC

reset() method sets WPMR to value 0

source§

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

source§

impl Resettable for WPSR_SPEC

reset() method sets WPSR to value 0

source§

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

source§

impl Resettable for atsame51n::pdec::cc::CC_SPEC

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

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pdec::cc::CC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::pdec::ccbuf::CCBUF_SPEC

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

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pdec::ccbuf::CCBUF_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::pdec::count::COUNT_SPEC

reset() method sets COUNT to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pdec::count::COUNT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::pdec::ctrla::CTRLA_SPEC

reset() method sets CTRLA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pdec::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::pdec::ctrlbclr::CTRLBCLR_SPEC

reset() method sets CTRLBCLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <pdec::ctrlbclr::CTRLBCLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::pdec::ctrlbset::CTRLBSET_SPEC

reset() method sets CTRLBSET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <pdec::ctrlbset::CTRLBSET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::pdec::dbgctrl::DBGCTRL_SPEC

reset() method sets DBGCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <pdec::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::pdec::evctrl::EVCTRL_SPEC

reset() method sets EVCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <pdec::evctrl::EVCTRL_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(0x00): <pdec::filter::FILTER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for FILTERBUF_SPEC

reset() method sets FILTERBUF to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <pdec::filterbuf::FILTERBUF_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::pdec::intenclr::INTENCLR_SPEC

reset() method sets INTENCLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <pdec::intenclr::INTENCLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::pdec::intenset::INTENSET_SPEC

reset() method sets INTENSET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <pdec::intenset::INTENSET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::pdec::intflag::INTFLAG_SPEC

reset() method sets INTFLAG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <pdec::intflag::INTFLAG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PRESC_SPEC

reset() method sets PRESC to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <pdec::presc::PRESC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PRESCBUF_SPEC

reset() method sets PRESCBUF to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <pdec::prescbuf::PRESCBUF_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::pdec::status::STATUS_SPEC

reset() method sets STATUS to value 0x40

source§

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

source§

impl Resettable for atsame51n::pdec::syncbusy::SYNCBUSY_SPEC

reset() method sets SYNCBUSY to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pdec::syncbusy::SYNCBUSY_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for BKUPCFG_SPEC

reset() method sets BKUPCFG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <pm::bkupcfg::BKUPCFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::pm::ctrla::CTRLA_SPEC

reset() method sets CTRLA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <pm::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HIBCFG_SPEC

reset() method sets HIBCFG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <pm::hibcfg::HIBCFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::pm::intenclr::INTENCLR_SPEC

reset() method sets INTENCLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <pm::intenclr::INTENCLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::pm::intenset::INTENSET_SPEC

reset() method sets INTENSET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <pm::intenset::INTENSET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::pm::intflag::INTFLAG_SPEC

reset() method sets INTFLAG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <pm::intflag::INTFLAG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PWSAKDLY_SPEC

reset() method sets PWSAKDLY to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <pm::pwsakdly::PWSAKDLY_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SLEEPCFG_SPEC

reset() method sets SLEEPCFG to value 0x02

source§

const RESET_VALUE: Self::Ux = {transmute(0x02): <pm::sleepcfg::SLEEPCFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for STDBYCFG_SPEC

reset() method sets STDBYCFG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <pm::stdbycfg::STDBYCFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::port::group::ctrl::CTRL_SPEC

reset() method sets CTRL to value 0

source§

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

source§

impl Resettable for DIR_SPEC

reset() method sets DIR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <port::group::dir::DIR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DIRCLR_SPEC

reset() method sets DIRCLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <port::group::dirclr::DIRCLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DIRSET_SPEC

reset() method sets DIRSET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <port::group::dirset::DIRSET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DIRTGL_SPEC

reset() method sets DIRTGL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <port::group::dirtgl::DIRTGL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::port::group::evctrl::EVCTRL_SPEC

reset() method sets EVCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <port::group::evctrl::EVCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for IN_SPEC

reset() method sets IN to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <port::group::in_::IN_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for OUT_SPEC

reset() method sets OUT to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <port::group::out::OUT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for OUTCLR_SPEC

reset() method sets OUTCLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <port::group::outclr::OUTCLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for OUTSET_SPEC

reset() method sets OUTSET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <port::group::outset::OUTSET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for OUTTGL_SPEC

reset() method sets OUTTGL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <port::group::outtgl::OUTTGL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PINCFG_SPEC

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

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <port::group::pincfg::PINCFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PMUX_SPEC

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

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <port::group::pmux::PMUX_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for WRCONFIG_SPEC

reset() method sets WRCONFIG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <port::group::wrconfig::WRCONFIG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::qspi::baud::BAUD_SPEC

reset() method sets BAUD to value 0

source§

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

source§

impl Resettable for atsame51n::qspi::ctrla::CTRLA_SPEC

reset() method sets CTRLA to value 0

source§

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

source§

impl Resettable for atsame51n::qspi::ctrlb::CTRLB_SPEC

reset() method sets CTRLB to value 0

source§

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

source§

impl Resettable for INSTRADDR_SPEC

reset() method sets INSTRADDR to value 0

source§

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

source§

impl Resettable for INSTRCTRL_SPEC

reset() method sets INSTRCTRL to value 0

source§

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

source§

impl Resettable for INSTRFRAME_SPEC

reset() method sets INSTRFRAME to value 0

source§

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

source§

impl Resettable for atsame51n::qspi::intenclr::INTENCLR_SPEC

reset() method sets INTENCLR to value 0

source§

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

source§

impl Resettable for atsame51n::qspi::intenset::INTENSET_SPEC

reset() method sets INTENSET to value 0

source§

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

source§

impl Resettable for atsame51n::qspi::intflag::INTFLAG_SPEC

reset() method sets INTFLAG to value 0

source§

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

source§

impl Resettable for atsame51n::qspi::rxdata::RXDATA_SPEC

reset() method sets RXDATA to value 0

source§

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

source§

impl Resettable for SCRAMBCTRL_SPEC

reset() method sets SCRAMBCTRL to value 0

source§

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

source§

impl Resettable for SCRAMBKEY_SPEC

reset() method sets SCRAMBKEY to value 0

source§

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

source§

impl Resettable for atsame51n::qspi::status::STATUS_SPEC

reset() method sets STATUS to value 0x0200

source§

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

source§

impl Resettable for atsame51n::qspi::txdata::TXDATA_SPEC

reset() method sets TXDATA to value 0

source§

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

source§

impl Resettable for atsame51n::ramecc::dbgctrl::DBGCTRL_SPEC

reset() method sets DBGCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <ramecc::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ERRADDR_SPEC

reset() method sets ERRADDR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <ramecc::erraddr::ERRADDR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::ramecc::intenclr::INTENCLR_SPEC

reset() method sets INTENCLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <ramecc::intenclr::INTENCLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::ramecc::intenset::INTENSET_SPEC

reset() method sets INTENSET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <ramecc::intenset::INTENSET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::ramecc::intflag::INTFLAG_SPEC

reset() method sets INTFLAG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <ramecc::intflag::INTFLAG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::ramecc::status::STATUS_SPEC

reset() method sets STATUS to value 0

source§

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

source§

impl Resettable for BKUPEXIT_SPEC

reset() method sets BKUPEXIT to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <rstc::bkupexit::BKUPEXIT_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(0x00): <rstc::rcause::RCAUSE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::rtc::mode0::bkup::BKUP_SPEC

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

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc::mode0::bkup::BKUP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::rtc::mode0::comp::COMP_SPEC

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

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc::mode0::comp::COMP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::rtc::mode0::count::COUNT_SPEC

reset() method sets COUNT to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc::mode0::count::COUNT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::rtc::mode0::ctrla::CTRLA_SPEC

reset() method sets CTRLA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <rtc::mode0::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::rtc::mode0::ctrlb::CTRLB_SPEC

reset() method sets CTRLB to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <rtc::mode0::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::rtc::mode0::dbgctrl::DBGCTRL_SPEC

reset() method sets DBGCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <rtc::mode0::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::rtc::mode0::evctrl::EVCTRL_SPEC

reset() method sets EVCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc::mode0::evctrl::EVCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::rtc::mode0::freqcorr::FREQCORR_SPEC

reset() method sets FREQCORR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <rtc::mode0::freqcorr::FREQCORR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::rtc::mode0::gp::GP_SPEC

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

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc::mode0::gp::GP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::rtc::mode0::intenclr::INTENCLR_SPEC

reset() method sets INTENCLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <rtc::mode0::intenclr::INTENCLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::rtc::mode0::intenset::INTENSET_SPEC

reset() method sets INTENSET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <rtc::mode0::intenset::INTENSET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::rtc::mode0::intflag::INTFLAG_SPEC

reset() method sets INTFLAG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <rtc::mode0::intflag::INTFLAG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::rtc::mode0::syncbusy::SYNCBUSY_SPEC

reset() method sets SYNCBUSY to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc::mode0::syncbusy::SYNCBUSY_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::rtc::mode0::tampctrl::TAMPCTRL_SPEC

reset() method sets TAMPCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc::mode0::tampctrl::TAMPCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::rtc::mode0::tampid::TAMPID_SPEC

reset() method sets TAMPID to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc::mode0::tampid::TAMPID_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::rtc::mode0::timestamp::TIMESTAMP_SPEC

reset() method sets TIMESTAMP to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc::mode0::timestamp::TIMESTAMP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::rtc::mode1::bkup::BKUP_SPEC

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

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc::mode1::bkup::BKUP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::rtc::mode1::comp::COMP_SPEC

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

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <rtc::mode1::comp::COMP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::rtc::mode1::count::COUNT_SPEC

reset() method sets COUNT to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <rtc::mode1::count::COUNT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::rtc::mode1::ctrla::CTRLA_SPEC

reset() method sets CTRLA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <rtc::mode1::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::rtc::mode1::ctrlb::CTRLB_SPEC

reset() method sets CTRLB to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <rtc::mode1::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::rtc::mode1::dbgctrl::DBGCTRL_SPEC

reset() method sets DBGCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <rtc::mode1::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::rtc::mode1::evctrl::EVCTRL_SPEC

reset() method sets EVCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc::mode1::evctrl::EVCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::rtc::mode1::freqcorr::FREQCORR_SPEC

reset() method sets FREQCORR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <rtc::mode1::freqcorr::FREQCORR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::rtc::mode1::gp::GP_SPEC

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

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc::mode1::gp::GP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::rtc::mode1::intenclr::INTENCLR_SPEC

reset() method sets INTENCLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <rtc::mode1::intenclr::INTENCLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::rtc::mode1::intenset::INTENSET_SPEC

reset() method sets INTENSET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <rtc::mode1::intenset::INTENSET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::rtc::mode1::intflag::INTFLAG_SPEC

reset() method sets INTFLAG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <rtc::mode1::intflag::INTFLAG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::rtc::mode1::per::PER_SPEC

reset() method sets PER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <rtc::mode1::per::PER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::rtc::mode1::syncbusy::SYNCBUSY_SPEC

reset() method sets SYNCBUSY to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc::mode1::syncbusy::SYNCBUSY_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::rtc::mode1::tampctrl::TAMPCTRL_SPEC

reset() method sets TAMPCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc::mode1::tampctrl::TAMPCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::rtc::mode1::tampid::TAMPID_SPEC

reset() method sets TAMPID to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc::mode1::tampid::TAMPID_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::rtc::mode1::timestamp::TIMESTAMP_SPEC

reset() method sets TIMESTAMP to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc::mode1::timestamp::TIMESTAMP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ALARM0_SPEC

reset() method sets ALARM0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc::mode2::alarm0::ALARM0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ALARM1_SPEC

reset() method sets ALARM1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc::mode2::alarm1::ALARM1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::rtc::mode2::bkup::BKUP_SPEC

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

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc::mode2::bkup::BKUP_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): <rtc::mode2::clock::CLOCK_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::rtc::mode2::ctrla::CTRLA_SPEC

reset() method sets CTRLA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <rtc::mode2::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::rtc::mode2::ctrlb::CTRLB_SPEC

reset() method sets CTRLB to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <rtc::mode2::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::rtc::mode2::dbgctrl::DBGCTRL_SPEC

reset() method sets DBGCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <rtc::mode2::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::rtc::mode2::evctrl::EVCTRL_SPEC

reset() method sets EVCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc::mode2::evctrl::EVCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::rtc::mode2::freqcorr::FREQCORR_SPEC

reset() method sets FREQCORR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <rtc::mode2::freqcorr::FREQCORR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::rtc::mode2::gp::GP_SPEC

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

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc::mode2::gp::GP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::rtc::mode2::intenclr::INTENCLR_SPEC

reset() method sets INTENCLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <rtc::mode2::intenclr::INTENCLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::rtc::mode2::intenset::INTENSET_SPEC

reset() method sets INTENSET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <rtc::mode2::intenset::INTENSET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::rtc::mode2::intflag::INTFLAG_SPEC

reset() method sets INTFLAG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <rtc::mode2::intflag::INTFLAG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for MASK0_SPEC

reset() method sets MASK0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <rtc::mode2::mask0::MASK0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for MASK1_SPEC

reset() method sets MASK1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <rtc::mode2::mask1::MASK1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::rtc::mode2::syncbusy::SYNCBUSY_SPEC

reset() method sets SYNCBUSY to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc::mode2::syncbusy::SYNCBUSY_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::rtc::mode2::tampctrl::TAMPCTRL_SPEC

reset() method sets TAMPCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc::mode2::tampctrl::TAMPCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::rtc::mode2::tampid::TAMPID_SPEC

reset() method sets TAMPID to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc::mode2::tampid::TAMPID_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::rtc::mode2::timestamp::TIMESTAMP_SPEC

reset() method sets TIMESTAMP to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <rtc::mode2::timestamp::TIMESTAMP_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ACESR_SPEC

reset() method sets ACESR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <sdhc0::acesr::ACESR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ACR_SPEC

reset() method sets ACR to value 0

source§

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

source§

impl Resettable for AESR_SPEC

reset() method sets AESR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <sdhc0::aesr::AESR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ARG1R_SPEC

reset() method sets ARG1R to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sdhc0::arg1r::ARG1R_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ASAR_SPEC

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

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sdhc0::asar::ASAR_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(0x0000): <sdhc0::bcr::BCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for BDPR_SPEC

reset() method sets BDPR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sdhc0::bdpr::BDPR_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(0x00): <sdhc0::bgcr::BGCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for BGCR_EMMC_MODE_SPEC

reset() method sets BGCR_EMMC_MODE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <sdhc0::bgcr_emmc_mode::BGCR_EMMC_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for BSR_SPEC

reset() method sets BSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <sdhc0::bsr::BSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CA0R_SPEC

reset() method sets CA0R to value 0x27e8_0080

source§

const RESET_VALUE: Self::Ux = {transmute(0x27e80080): <sdhc0::ca0r::CA0R_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CA1R_SPEC

reset() method sets CA1R to value 0x70

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000070): <sdhc0::ca1r::CA1R_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CACR_SPEC

reset() method sets CACR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sdhc0::cacr::CACR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CC2R_SPEC

reset() method sets CC2R to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sdhc0::cc2r::CC2R_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sdhc0::ccr::CCR_SPEC

reset() method sets CCR to value 0

source§

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

source§

impl Resettable for atsame51n::sdhc0::cr::CR_SPEC

reset() method sets CR to value 0

source§

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

source§

impl Resettable for DBGR_SPEC

reset() method sets DBGR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <sdhc0::dbgr::DBGR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for EISIER_SPEC

reset() method sets EISIER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <sdhc0::eisier::EISIER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for EISIER_EMMC_MODE_SPEC

reset() method sets EISIER_EMMC_MODE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <sdhc0::eisier_emmc_mode::EISIER_EMMC_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for EISTER_SPEC

reset() method sets EISTER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <sdhc0::eister::EISTER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for EISTER_EMMC_MODE_SPEC

reset() method sets EISTER_EMMC_MODE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <sdhc0::eister_emmc_mode::EISTER_EMMC_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for EISTR_SPEC

reset() method sets EISTR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <sdhc0::eistr::EISTR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for EISTR_EMMC_MODE_SPEC

reset() method sets EISTR_EMMC_MODE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <sdhc0::eistr_emmc_mode::EISTR_EMMC_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for FERACES_SPEC

reset() method sets FERACES to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <sdhc0::feraces::FERACES_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for FEREIS_SPEC

reset() method sets FEREIS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <sdhc0::fereis::FEREIS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HC1R_SPEC

reset() method sets HC1R to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <sdhc0::hc1r::HC1R_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HC1R_EMMC_MODE_SPEC

reset() method sets HC1R_EMMC_MODE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <sdhc0::hc1r_emmc_mode::HC1R_EMMC_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HC2R_SPEC

reset() method sets HC2R to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <sdhc0::hc2r::HC2R_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HC2R_EMMC_MODE_SPEC

reset() method sets HC2R_EMMC_MODE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <sdhc0::hc2r_emmc_mode::HC2R_EMMC_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HCVR_SPEC

reset() method sets HCVR to value 0x1802

source§

const RESET_VALUE: Self::Ux = {transmute(0x1802): <sdhc0::hcvr::HCVR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for MC1R_SPEC

reset() method sets MC1R to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <sdhc0::mc1r::MC1R_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for MC2R_SPEC

reset() method sets MC2R to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <sdhc0::mc2r::MC2R_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for MCCAR_SPEC

reset() method sets MCCAR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sdhc0::mccar::MCCAR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for NISIER_SPEC

reset() method sets NISIER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <sdhc0::nisier::NISIER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for NISIER_EMMC_MODE_SPEC

reset() method sets NISIER_EMMC_MODE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <sdhc0::nisier_emmc_mode::NISIER_EMMC_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for NISTER_SPEC

reset() method sets NISTER to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <sdhc0::nister::NISTER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for NISTER_EMMC_MODE_SPEC

reset() method sets NISTER_EMMC_MODE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <sdhc0::nister_emmc_mode::NISTER_EMMC_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for NISTR_SPEC

reset() method sets NISTR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <sdhc0::nistr::NISTR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for NISTR_EMMC_MODE_SPEC

reset() method sets NISTR_EMMC_MODE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <sdhc0::nistr_emmc_mode::NISTR_EMMC_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PCR_SPEC

reset() method sets PCR to value 0x0e

source§

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

source§

impl Resettable for atsame51n::sdhc0::psr::PSR_SPEC

reset() method sets PSR to value 0x00f8_0000

source§

const RESET_VALUE: Self::Ux = {transmute(0x00f80000): <sdhc0::psr::PSR_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(0x0000): <sdhc0::pvr::PVR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for RR_SPEC

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

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sdhc0::rr::RR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SISR_SPEC

reset() method sets SISR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <sdhc0::sisr::SISR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SRR_SPEC

reset() method sets SRR to value 0

source§

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

source§

impl Resettable for SSAR_SPEC

reset() method sets SSAR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sdhc0::ssar::SSAR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SSAR_CMD23_MODE_SPEC

reset() method sets SSAR_CMD23_MODE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sdhc0::ssar_cmd23_mode::SSAR_CMD23_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for TCR_SPEC

reset() method sets TCR to value 0

source§

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

source§

impl Resettable for TMR_SPEC

reset() method sets TMR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <sdhc0::tmr::TMR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for WCR_SPEC

reset() method sets WCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <sdhc0::wcr::WCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::i2cm::addr::ADDR_SPEC

reset() method sets ADDR to value 0

source§

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

source§

impl Resettable for atsame51n::sercom0::i2cm::baud::BAUD_SPEC

reset() method sets BAUD to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sercom0::i2cm::baud::BAUD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::i2cm::ctrla::CTRLA_SPEC

reset() method sets CTRLA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sercom0::i2cm::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::i2cm::ctrlb::CTRLB_SPEC

reset() method sets CTRLB to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sercom0::i2cm::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::i2cm::ctrlc::CTRLC_SPEC

reset() method sets CTRLC to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sercom0::i2cm::ctrlc::CTRLC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::i2cm::data::DATA_SPEC

reset() method sets DATA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <sercom0::i2cm::data::DATA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::i2cm::dbgctrl::DBGCTRL_SPEC

reset() method sets DBGCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <sercom0::i2cm::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::i2cm::intenclr::INTENCLR_SPEC

reset() method sets INTENCLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <sercom0::i2cm::intenclr::INTENCLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::i2cm::intenset::INTENSET_SPEC

reset() method sets INTENSET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <sercom0::i2cm::intenset::INTENSET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::i2cm::intflag::INTFLAG_SPEC

reset() method sets INTFLAG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <sercom0::i2cm::intflag::INTFLAG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::i2cm::status::STATUS_SPEC

reset() method sets STATUS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <sercom0::i2cm::status::STATUS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::i2cm::syncbusy::SYNCBUSY_SPEC

reset() method sets SYNCBUSY to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sercom0::i2cm::syncbusy::SYNCBUSY_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::i2cs::addr::ADDR_SPEC

reset() method sets ADDR to value 0

source§

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

source§

impl Resettable for atsame51n::sercom0::i2cs::ctrla::CTRLA_SPEC

reset() method sets CTRLA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sercom0::i2cs::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::i2cs::ctrlb::CTRLB_SPEC

reset() method sets CTRLB to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sercom0::i2cs::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::i2cs::ctrlc::CTRLC_SPEC

reset() method sets CTRLC to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sercom0::i2cs::ctrlc::CTRLC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::i2cs::data::DATA_SPEC

reset() method sets DATA to value 0

source§

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

source§

impl Resettable for atsame51n::sercom0::i2cs::intenclr::INTENCLR_SPEC

reset() method sets INTENCLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <sercom0::i2cs::intenclr::INTENCLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::i2cs::intenset::INTENSET_SPEC

reset() method sets INTENSET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <sercom0::i2cs::intenset::INTENSET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::i2cs::intflag::INTFLAG_SPEC

reset() method sets INTFLAG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <sercom0::i2cs::intflag::INTFLAG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::i2cs::length::LENGTH_SPEC

reset() method sets LENGTH to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <sercom0::i2cs::length::LENGTH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::i2cs::status::STATUS_SPEC

reset() method sets STATUS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <sercom0::i2cs::status::STATUS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::i2cs::syncbusy::SYNCBUSY_SPEC

reset() method sets SYNCBUSY to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sercom0::i2cs::syncbusy::SYNCBUSY_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::spim::addr::ADDR_SPEC

reset() method sets ADDR to value 0

source§

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

source§

impl Resettable for atsame51n::sercom0::spim::baud::BAUD_SPEC

reset() method sets BAUD to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <sercom0::spim::baud::BAUD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::spim::ctrla::CTRLA_SPEC

reset() method sets CTRLA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sercom0::spim::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::spim::ctrlb::CTRLB_SPEC

reset() method sets CTRLB to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sercom0::spim::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::spim::ctrlc::CTRLC_SPEC

reset() method sets CTRLC to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sercom0::spim::ctrlc::CTRLC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::spim::data::DATA_SPEC

reset() method sets DATA to value 0

source§

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

source§

impl Resettable for atsame51n::sercom0::spim::dbgctrl::DBGCTRL_SPEC

reset() method sets DBGCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <sercom0::spim::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::spim::intenclr::INTENCLR_SPEC

reset() method sets INTENCLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <sercom0::spim::intenclr::INTENCLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::spim::intenset::INTENSET_SPEC

reset() method sets INTENSET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <sercom0::spim::intenset::INTENSET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::spim::intflag::INTFLAG_SPEC

reset() method sets INTFLAG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <sercom0::spim::intflag::INTFLAG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::spim::length::LENGTH_SPEC

reset() method sets LENGTH to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <sercom0::spim::length::LENGTH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::spim::status::STATUS_SPEC

reset() method sets STATUS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <sercom0::spim::status::STATUS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::spim::syncbusy::SYNCBUSY_SPEC

reset() method sets SYNCBUSY to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sercom0::spim::syncbusy::SYNCBUSY_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::spis::addr::ADDR_SPEC

reset() method sets ADDR to value 0

source§

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

source§

impl Resettable for atsame51n::sercom0::spis::baud::BAUD_SPEC

reset() method sets BAUD to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <sercom0::spis::baud::BAUD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::spis::ctrla::CTRLA_SPEC

reset() method sets CTRLA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sercom0::spis::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::spis::ctrlb::CTRLB_SPEC

reset() method sets CTRLB to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sercom0::spis::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::spis::ctrlc::CTRLC_SPEC

reset() method sets CTRLC to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sercom0::spis::ctrlc::CTRLC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::spis::data::DATA_SPEC

reset() method sets DATA to value 0

source§

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

source§

impl Resettable for atsame51n::sercom0::spis::dbgctrl::DBGCTRL_SPEC

reset() method sets DBGCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <sercom0::spis::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::spis::intenclr::INTENCLR_SPEC

reset() method sets INTENCLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <sercom0::spis::intenclr::INTENCLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::spis::intenset::INTENSET_SPEC

reset() method sets INTENSET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <sercom0::spis::intenset::INTENSET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::spis::intflag::INTFLAG_SPEC

reset() method sets INTFLAG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <sercom0::spis::intflag::INTFLAG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::spis::length::LENGTH_SPEC

reset() method sets LENGTH to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <sercom0::spis::length::LENGTH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::spis::status::STATUS_SPEC

reset() method sets STATUS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <sercom0::spis::status::STATUS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::spis::syncbusy::SYNCBUSY_SPEC

reset() method sets SYNCBUSY to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sercom0::spis::syncbusy::SYNCBUSY_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::usart_ext::baud::BAUD_SPEC

reset() method sets BAUD to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <sercom0::usart_ext::baud::BAUD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::usart_ext::baud_frac_mode::BAUD_FRAC_MODE_SPEC

reset() method sets BAUD_FRAC_MODE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <sercom0::usart_ext::baud_frac_mode::BAUD_FRAC_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::usart_ext::baud_fracfp_mode::BAUD_FRACFP_MODE_SPEC

reset() method sets BAUD_FRACFP_MODE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <sercom0::usart_ext::baud_fracfp_mode::BAUD_FRACFP_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::usart_ext::baud_usartfp_mode::BAUD_USARTFP_MODE_SPEC

reset() method sets BAUD_USARTFP_MODE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <sercom0::usart_ext::baud_usartfp_mode::BAUD_USARTFP_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::usart_ext::ctrla::CTRLA_SPEC

reset() method sets CTRLA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sercom0::usart_ext::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::usart_ext::ctrlb::CTRLB_SPEC

reset() method sets CTRLB to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sercom0::usart_ext::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::usart_ext::ctrlc::CTRLC_SPEC

reset() method sets CTRLC to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sercom0::usart_ext::ctrlc::CTRLC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::usart_ext::data::DATA_SPEC

reset() method sets DATA to value 0

source§

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

source§

impl Resettable for atsame51n::sercom0::usart_ext::dbgctrl::DBGCTRL_SPEC

reset() method sets DBGCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <sercom0::usart_ext::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::usart_ext::intenclr::INTENCLR_SPEC

reset() method sets INTENCLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <sercom0::usart_ext::intenclr::INTENCLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::usart_ext::intenset::INTENSET_SPEC

reset() method sets INTENSET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <sercom0::usart_ext::intenset::INTENSET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::usart_ext::intflag::INTFLAG_SPEC

reset() method sets INTFLAG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <sercom0::usart_ext::intflag::INTFLAG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::usart_ext::length::LENGTH_SPEC

reset() method sets LENGTH to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <sercom0::usart_ext::length::LENGTH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::usart_ext::rxerrcnt::RXERRCNT_SPEC

reset() method sets RXERRCNT to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <sercom0::usart_ext::rxerrcnt::RXERRCNT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::usart_ext::rxpl::RXPL_SPEC

reset() method sets RXPL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <sercom0::usart_ext::rxpl::RXPL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::usart_ext::status::STATUS_SPEC

reset() method sets STATUS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <sercom0::usart_ext::status::STATUS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::usart_ext::syncbusy::SYNCBUSY_SPEC

reset() method sets SYNCBUSY to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sercom0::usart_ext::syncbusy::SYNCBUSY_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::usart_int::baud::BAUD_SPEC

reset() method sets BAUD to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <sercom0::usart_int::baud::BAUD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::usart_int::baud_frac_mode::BAUD_FRAC_MODE_SPEC

reset() method sets BAUD_FRAC_MODE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <sercom0::usart_int::baud_frac_mode::BAUD_FRAC_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::usart_int::baud_fracfp_mode::BAUD_FRACFP_MODE_SPEC

reset() method sets BAUD_FRACFP_MODE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <sercom0::usart_int::baud_fracfp_mode::BAUD_FRACFP_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::usart_int::baud_usartfp_mode::BAUD_USARTFP_MODE_SPEC

reset() method sets BAUD_USARTFP_MODE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <sercom0::usart_int::baud_usartfp_mode::BAUD_USARTFP_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::usart_int::ctrla::CTRLA_SPEC

reset() method sets CTRLA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sercom0::usart_int::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::usart_int::ctrlb::CTRLB_SPEC

reset() method sets CTRLB to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sercom0::usart_int::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::usart_int::ctrlc::CTRLC_SPEC

reset() method sets CTRLC to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sercom0::usart_int::ctrlc::CTRLC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::usart_int::data::DATA_SPEC

reset() method sets DATA to value 0

source§

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

source§

impl Resettable for atsame51n::sercom0::usart_int::dbgctrl::DBGCTRL_SPEC

reset() method sets DBGCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <sercom0::usart_int::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::usart_int::intenclr::INTENCLR_SPEC

reset() method sets INTENCLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <sercom0::usart_int::intenclr::INTENCLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::usart_int::intenset::INTENSET_SPEC

reset() method sets INTENSET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <sercom0::usart_int::intenset::INTENSET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::usart_int::intflag::INTFLAG_SPEC

reset() method sets INTFLAG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <sercom0::usart_int::intflag::INTFLAG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::usart_int::length::LENGTH_SPEC

reset() method sets LENGTH to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <sercom0::usart_int::length::LENGTH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::usart_int::rxerrcnt::RXERRCNT_SPEC

reset() method sets RXERRCNT to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <sercom0::usart_int::rxerrcnt::RXERRCNT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::usart_int::rxpl::RXPL_SPEC

reset() method sets RXPL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <sercom0::usart_int::rxpl::RXPL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::usart_int::status::STATUS_SPEC

reset() method sets STATUS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <sercom0::usart_int::status::STATUS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sercom0::usart_int::syncbusy::SYNCBUSY_SPEC

reset() method sets SYNCBUSY to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <sercom0::usart_int::syncbusy::SYNCBUSY_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for BBPS_SPEC

reset() method sets BBPS to value 0

source§

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

source§

impl Resettable for BKIN_SPEC

reset() method sets BKIN to value 0

source§

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

source§

impl Resettable for BKOUT_SPEC

reset() method sets BKOUT to value 0

source§

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

source§

impl Resettable for BOD33_SPEC

reset() method sets BOD33 to value 0

source§

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

source§

impl Resettable for atsame51n::supc::intenclr::INTENCLR_SPEC

reset() method sets INTENCLR to value 0

source§

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

source§

impl Resettable for atsame51n::supc::intenset::INTENSET_SPEC

reset() method sets INTENSET to value 0

source§

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

source§

impl Resettable for atsame51n::supc::intflag::INTFLAG_SPEC

reset() method sets INTFLAG to value 0

source§

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

source§

impl Resettable for atsame51n::supc::status::STATUS_SPEC

reset() method sets STATUS to value 0

source§

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

source§

impl Resettable for VREF_SPEC

reset() method sets VREF to value 0

source§

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

source§

impl Resettable for VREG_SPEC

reset() method sets VREG to value 0x02

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000002): <supc::vreg::VREG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::sys_tick::calib::CALIB_SPEC

reset() method sets CALIB to value 0

source§

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

source§

impl Resettable for CSR_SPEC

reset() method sets CSR to value 0x04

source§

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

source§

impl Resettable for CVR_SPEC

reset() method sets CVR to value 0

source§

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

source§

impl Resettable for RVR_SPEC

reset() method sets RVR to value 0

source§

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

source§

impl Resettable for ACTLR_SPEC

reset() method sets ACTLR to value 0

source§

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

source§

impl Resettable for ADR_SPEC

reset() method sets ADR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <system_control::adr::ADR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for AFSR_SPEC

reset() method sets AFSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <system_control::afsr::AFSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for AIRCR_SPEC

reset() method sets AIRCR to value 0xfa05_0000

source§

const RESET_VALUE: Self::Ux = {transmute(0xfa050000): <system_control::aircr::AIRCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for BFAR_SPEC

reset() method sets BFAR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <system_control::bfar::BFAR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::system_control::ccr::CCR_SPEC

reset() method sets CCR to value 0x0200

source§

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

source§

impl Resettable for CFSR_SPEC

reset() method sets CFSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <system_control::cfsr::CFSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CPACR_SPEC

reset() method sets CPACR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <system_control::cpacr::CPACR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CPUID_SPEC

reset() method sets CPUID to value 0x410f_c240

source§

const RESET_VALUE: Self::Ux = {transmute(0x410fc240): <system_control::cpuid::CPUID_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DFR_SPEC

reset() method sets DFR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <system_control::dfr::DFR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DFSR_SPEC

reset() method sets DFSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <system_control::dfsr::DFSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HFSR_SPEC

reset() method sets HFSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <system_control::hfsr::HFSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ICSR_SPEC

reset() method sets ICSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <system_control::icsr::ICSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ICTR_SPEC

reset() method sets ICTR to value 0

source§

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

source§

impl Resettable for ISAR_SPEC

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

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <system_control::isar::ISAR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for MMFAR_SPEC

reset() method sets MMFAR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <system_control::mmfar::MMFAR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for MMFR_SPEC

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

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <system_control::mmfr::MMFR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PFR_SPEC

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

source§

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

source§

impl Resettable for atsame51n::system_control::scr::SCR_SPEC

reset() method sets SCR to value 0

source§

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

source§

impl Resettable for SHCSR_SPEC

reset() method sets SHCSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <system_control::shcsr::SHCSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SHPR1_SPEC

reset() method sets SHPR1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <system_control::shpr1::SHPR1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SHPR2_SPEC

reset() method sets SHPR2 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <system_control::shpr2::SHPR2_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SHPR3_SPEC

reset() method sets SHPR3 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <system_control::shpr3::SHPR3_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for VTOR_SPEC

reset() method sets VTOR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <system_control::vtor::VTOR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tc0::count8::cc::CC_SPEC

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

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <tc0::count8::cc::CC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tc0::count8::ccbuf::CCBUF_SPEC

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

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <tc0::count8::ccbuf::CCBUF_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tc0::count8::count::COUNT_SPEC

reset() method sets COUNT to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <tc0::count8::count::COUNT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tc0::count8::ctrla::CTRLA_SPEC

reset() method sets CTRLA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::count8::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tc0::count8::ctrlbclr::CTRLBCLR_SPEC

reset() method sets CTRLBCLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <tc0::count8::ctrlbclr::CTRLBCLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tc0::count8::ctrlbset::CTRLBSET_SPEC

reset() method sets CTRLBSET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <tc0::count8::ctrlbset::CTRLBSET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tc0::count8::dbgctrl::DBGCTRL_SPEC

reset() method sets DBGCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <tc0::count8::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tc0::count8::drvctrl::DRVCTRL_SPEC

reset() method sets DRVCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <tc0::count8::drvctrl::DRVCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tc0::count8::evctrl::EVCTRL_SPEC

reset() method sets EVCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <tc0::count8::evctrl::EVCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tc0::count8::intenclr::INTENCLR_SPEC

reset() method sets INTENCLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <tc0::count8::intenclr::INTENCLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tc0::count8::intenset::INTENSET_SPEC

reset() method sets INTENSET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <tc0::count8::intenset::INTENSET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tc0::count8::intflag::INTFLAG_SPEC

reset() method sets INTFLAG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <tc0::count8::intflag::INTFLAG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tc0::count8::per::PER_SPEC

reset() method sets PER to value 0xff

source§

const RESET_VALUE: Self::Ux = {transmute(0xff): <tc0::count8::per::PER_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tc0::count8::perbuf::PERBUF_SPEC

reset() method sets PERBUF to value 0xff

source§

const RESET_VALUE: Self::Ux = {transmute(0xff): <tc0::count8::perbuf::PERBUF_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tc0::count8::status::STATUS_SPEC

reset() method sets STATUS to value 0x01

source§

const RESET_VALUE: Self::Ux = {transmute(0x01): <tc0::count8::status::STATUS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tc0::count8::syncbusy::SYNCBUSY_SPEC

reset() method sets SYNCBUSY to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::count8::syncbusy::SYNCBUSY_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tc0::count8::wave::WAVE_SPEC

reset() method sets WAVE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <tc0::count8::wave::WAVE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tc0::count16::cc::CC_SPEC

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

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <tc0::count16::cc::CC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tc0::count16::ccbuf::CCBUF_SPEC

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

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <tc0::count16::ccbuf::CCBUF_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tc0::count16::count::COUNT_SPEC

reset() method sets COUNT to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <tc0::count16::count::COUNT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tc0::count16::ctrla::CTRLA_SPEC

reset() method sets CTRLA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::count16::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tc0::count16::ctrlbclr::CTRLBCLR_SPEC

reset() method sets CTRLBCLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <tc0::count16::ctrlbclr::CTRLBCLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tc0::count16::ctrlbset::CTRLBSET_SPEC

reset() method sets CTRLBSET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <tc0::count16::ctrlbset::CTRLBSET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tc0::count16::dbgctrl::DBGCTRL_SPEC

reset() method sets DBGCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <tc0::count16::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tc0::count16::drvctrl::DRVCTRL_SPEC

reset() method sets DRVCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <tc0::count16::drvctrl::DRVCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tc0::count16::evctrl::EVCTRL_SPEC

reset() method sets EVCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <tc0::count16::evctrl::EVCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tc0::count16::intenclr::INTENCLR_SPEC

reset() method sets INTENCLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <tc0::count16::intenclr::INTENCLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tc0::count16::intenset::INTENSET_SPEC

reset() method sets INTENSET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <tc0::count16::intenset::INTENSET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tc0::count16::intflag::INTFLAG_SPEC

reset() method sets INTFLAG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <tc0::count16::intflag::INTFLAG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tc0::count16::status::STATUS_SPEC

reset() method sets STATUS to value 0x01

source§

const RESET_VALUE: Self::Ux = {transmute(0x01): <tc0::count16::status::STATUS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tc0::count16::syncbusy::SYNCBUSY_SPEC

reset() method sets SYNCBUSY to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::count16::syncbusy::SYNCBUSY_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tc0::count16::wave::WAVE_SPEC

reset() method sets WAVE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <tc0::count16::wave::WAVE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tc0::count32::cc::CC_SPEC

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

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::count32::cc::CC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tc0::count32::ccbuf::CCBUF_SPEC

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

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::count32::ccbuf::CCBUF_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tc0::count32::count::COUNT_SPEC

reset() method sets COUNT to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::count32::count::COUNT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tc0::count32::ctrla::CTRLA_SPEC

reset() method sets CTRLA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::count32::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tc0::count32::ctrlbclr::CTRLBCLR_SPEC

reset() method sets CTRLBCLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <tc0::count32::ctrlbclr::CTRLBCLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tc0::count32::ctrlbset::CTRLBSET_SPEC

reset() method sets CTRLBSET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <tc0::count32::ctrlbset::CTRLBSET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tc0::count32::dbgctrl::DBGCTRL_SPEC

reset() method sets DBGCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <tc0::count32::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tc0::count32::drvctrl::DRVCTRL_SPEC

reset() method sets DRVCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <tc0::count32::drvctrl::DRVCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tc0::count32::evctrl::EVCTRL_SPEC

reset() method sets EVCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <tc0::count32::evctrl::EVCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tc0::count32::intenclr::INTENCLR_SPEC

reset() method sets INTENCLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <tc0::count32::intenclr::INTENCLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tc0::count32::intenset::INTENSET_SPEC

reset() method sets INTENSET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <tc0::count32::intenset::INTENSET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tc0::count32::intflag::INTFLAG_SPEC

reset() method sets INTFLAG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <tc0::count32::intflag::INTFLAG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tc0::count32::status::STATUS_SPEC

reset() method sets STATUS to value 0x01

source§

const RESET_VALUE: Self::Ux = {transmute(0x01): <tc0::count32::status::STATUS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tc0::count32::syncbusy::SYNCBUSY_SPEC

reset() method sets SYNCBUSY to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tc0::count32::syncbusy::SYNCBUSY_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tc0::count32::wave::WAVE_SPEC

reset() method sets WAVE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <tc0::count32::wave::WAVE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tcc0::cc::CC_SPEC

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

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tcc0::cc::CC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CC_DITH4_MODE_SPEC

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

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tcc0::cc_dith4_mode::CC_DITH4_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CC_DITH5_MODE_SPEC

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

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tcc0::cc_dith5_mode::CC_DITH5_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CC_DITH6_MODE_SPEC

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

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tcc0::cc_dith6_mode::CC_DITH6_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tcc0::ccbuf::CCBUF_SPEC

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

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tcc0::ccbuf::CCBUF_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CCBUF_DITH4_MODE_SPEC

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

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tcc0::ccbuf_dith4_mode::CCBUF_DITH4_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CCBUF_DITH5_MODE_SPEC

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

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tcc0::ccbuf_dith5_mode::CCBUF_DITH5_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CCBUF_DITH6_MODE_SPEC

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

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tcc0::ccbuf_dith6_mode::CCBUF_DITH6_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tcc0::count::COUNT_SPEC

reset() method sets COUNT to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tcc0::count::COUNT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for COUNT_DITH4_MODE_SPEC

reset() method sets COUNT_DITH4_MODE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tcc0::count_dith4_mode::COUNT_DITH4_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for COUNT_DITH5_MODE_SPEC

reset() method sets COUNT_DITH5_MODE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tcc0::count_dith5_mode::COUNT_DITH5_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for COUNT_DITH6_MODE_SPEC

reset() method sets COUNT_DITH6_MODE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tcc0::count_dith6_mode::COUNT_DITH6_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tcc0::ctrla::CTRLA_SPEC

reset() method sets CTRLA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tcc0::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tcc0::ctrlbclr::CTRLBCLR_SPEC

reset() method sets CTRLBCLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <tcc0::ctrlbclr::CTRLBCLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tcc0::ctrlbset::CTRLBSET_SPEC

reset() method sets CTRLBSET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <tcc0::ctrlbset::CTRLBSET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tcc0::dbgctrl::DBGCTRL_SPEC

reset() method sets DBGCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <tcc0::dbgctrl::DBGCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tcc0::drvctrl::DRVCTRL_SPEC

reset() method sets DRVCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tcc0::drvctrl::DRVCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tcc0::evctrl::EVCTRL_SPEC

reset() method sets EVCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tcc0::evctrl::EVCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for FCTRLA_SPEC

reset() method sets FCTRLA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tcc0::fctrla::FCTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for FCTRLB_SPEC

reset() method sets FCTRLB to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tcc0::fctrlb::FCTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tcc0::intenclr::INTENCLR_SPEC

reset() method sets INTENCLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tcc0::intenclr::INTENCLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tcc0::intenset::INTENSET_SPEC

reset() method sets INTENSET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tcc0::intenset::INTENSET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tcc0::intflag::INTFLAG_SPEC

reset() method sets INTFLAG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tcc0::intflag::INTFLAG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PATT_SPEC

reset() method sets PATT to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <tcc0::patt::PATT_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PATTBUF_SPEC

reset() method sets PATTBUF to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <tcc0::pattbuf::PATTBUF_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tcc0::per::PER_SPEC

reset() method sets PER to value 0xffff_ffff

source§

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

source§

impl Resettable for PER_DITH4_MODE_SPEC

reset() method sets PER_DITH4_MODE to value 0xffff_ffff

source§

const RESET_VALUE: Self::Ux = {transmute(0xffffffff): <tcc0::per_dith4_mode::PER_DITH4_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PER_DITH5_MODE_SPEC

reset() method sets PER_DITH5_MODE to value 0xffff_ffff

source§

const RESET_VALUE: Self::Ux = {transmute(0xffffffff): <tcc0::per_dith5_mode::PER_DITH5_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PER_DITH6_MODE_SPEC

reset() method sets PER_DITH6_MODE to value 0xffff_ffff

source§

const RESET_VALUE: Self::Ux = {transmute(0xffffffff): <tcc0::per_dith6_mode::PER_DITH6_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tcc0::perbuf::PERBUF_SPEC

reset() method sets PERBUF to value 0xffff_ffff

source§

const RESET_VALUE: Self::Ux = {transmute(0xffffffff): <tcc0::perbuf::PERBUF_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PERBUF_DITH4_MODE_SPEC

reset() method sets PERBUF_DITH4_MODE to value 0xffff_ffff

source§

const RESET_VALUE: Self::Ux = {transmute(0xffffffff): <tcc0::perbuf_dith4_mode::PERBUF_DITH4_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PERBUF_DITH5_MODE_SPEC

reset() method sets PERBUF_DITH5_MODE to value 0xffff_ffff

source§

const RESET_VALUE: Self::Ux = {transmute(0xffffffff): <tcc0::perbuf_dith5_mode::PERBUF_DITH5_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PERBUF_DITH6_MODE_SPEC

reset() method sets PERBUF_DITH6_MODE to value 0xffff_ffff

source§

const RESET_VALUE: Self::Ux = {transmute(0xffffffff): <tcc0::perbuf_dith6_mode::PERBUF_DITH6_MODE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tcc0::status::STATUS_SPEC

reset() method sets STATUS to value 0x01

source§

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

source§

impl Resettable for atsame51n::tcc0::syncbusy::SYNCBUSY_SPEC

reset() method sets SYNCBUSY to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tcc0::syncbusy::SYNCBUSY_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tcc0::wave::WAVE_SPEC

reset() method sets WAVE to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tcc0::wave::WAVE_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for WEXCTRL_SPEC

reset() method sets WEXCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tcc0::wexctrl::WEXCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for ACPR_SPEC

reset() method sets ACPR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tpi::acpr::ACPR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tpi::claimclr::CLAIMCLR_SPEC

reset() method sets CLAIMCLR to value 0

source§

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

source§

impl Resettable for atsame51n::tpi::claimset::CLAIMSET_SPEC

reset() method sets CLAIMSET to value 0

source§

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

source§

impl Resettable for CSPSR_SPEC

reset() method sets CSPSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tpi::cspsr::CSPSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DEVID_SPEC

reset() method sets DEVID to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tpi::devid::DEVID_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tpi::devtype::DEVTYPE_SPEC

reset() method sets DEVTYPE to value 0

source§

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

source§

impl Resettable for FFCR_SPEC

reset() method sets FFCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tpi::ffcr::FFCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for FFSR_SPEC

reset() method sets FFSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tpi::ffsr::FFSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for FIFO0_SPEC

reset() method sets FIFO0 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tpi::fifo0::FIFO0_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for FIFO1_SPEC

reset() method sets FIFO1 to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tpi::fifo1::FIFO1_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for FSCR_SPEC

reset() method sets FSCR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tpi::fscr::FSCR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tpi::itatbctr0::ITATBCTR0_SPEC

reset() method sets ITATBCTR0 to value 0

source§

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

source§

impl Resettable for atsame51n::tpi::itatbctr2::ITATBCTR2_SPEC

reset() method sets ITATBCTR2 to value 0

source§

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

source§

impl Resettable for atsame51n::tpi::itctrl::ITCTRL_SPEC

reset() method sets ITCTRL to value 0

source§

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

source§

impl Resettable for SPPR_SPEC

reset() method sets SPPR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tpi::sppr::SPPR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for SSPSR_SPEC

reset() method sets SSPSR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tpi::sspsr::SSPSR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::tpi::trigger::TRIGGER_SPEC

reset() method sets TRIGGER to value 0

source§

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

source§

impl Resettable for atsame51n::trng::ctrla::CTRLA_SPEC

reset() method sets CTRLA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <trng::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::trng::data::DATA_SPEC

reset() method sets DATA to value 0

source§

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

source§

impl Resettable for atsame51n::trng::evctrl::EVCTRL_SPEC

reset() method sets EVCTRL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <trng::evctrl::EVCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::trng::intenclr::INTENCLR_SPEC

reset() method sets INTENCLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <trng::intenclr::INTENCLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::trng::intenset::INTENSET_SPEC

reset() method sets INTENSET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <trng::intenset::INTENSET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::trng::intflag::INTFLAG_SPEC

reset() method sets INTFLAG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <trng::intflag::INTFLAG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::usb::device::ctrla::CTRLA_SPEC

reset() method sets CTRLA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <usb::device::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::usb::device::ctrlb::CTRLB_SPEC

reset() method sets CTRLB to value 0x01

source§

const RESET_VALUE: Self::Ux = {transmute(0x0001): <usb::device::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for DADD_SPEC

reset() method sets DADD to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <usb::device::dadd::DADD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::usb::device::descadd::DESCADD_SPEC

reset() method sets DESCADD to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb::device::descadd::DESCADD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for EPCFG_SPEC

reset() method sets EPCFG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <usb::device::device_endpoint::epcfg::EPCFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for EPINTENCLR_SPEC

reset() method sets EPINTENCLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <usb::device::device_endpoint::epintenclr::EPINTENCLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for EPINTENSET_SPEC

reset() method sets EPINTENSET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <usb::device::device_endpoint::epintenset::EPINTENSET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for EPINTFLAG_SPEC

reset() method sets EPINTFLAG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <usb::device::device_endpoint::epintflag::EPINTFLAG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for EPSTATUS_SPEC

reset() method sets EPSTATUS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <usb::device::device_endpoint::epstatus::EPSTATUS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for EPSTATUSCLR_SPEC

reset() method sets EPSTATUSCLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <usb::device::device_endpoint::epstatusclr::EPSTATUSCLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for EPSTATUSSET_SPEC

reset() method sets EPSTATUSSET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <usb::device::device_endpoint::epstatusset::EPSTATUSSET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for EPINTSMRY_SPEC

reset() method sets EPINTSMRY to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <usb::device::epintsmry::EPINTSMRY_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::usb::device::fnum::FNUM_SPEC

reset() method sets FNUM to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <usb::device::fnum::FNUM_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::usb::device::fsmstatus::FSMSTATUS_SPEC

reset() method sets FSMSTATUS to value 0x01

source§

const RESET_VALUE: Self::Ux = {transmute(0x01): <usb::device::fsmstatus::FSMSTATUS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::usb::device::intenclr::INTENCLR_SPEC

reset() method sets INTENCLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <usb::device::intenclr::INTENCLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::usb::device::intenset::INTENSET_SPEC

reset() method sets INTENSET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <usb::device::intenset::INTENSET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::usb::device::intflag::INTFLAG_SPEC

reset() method sets INTFLAG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <usb::device::intflag::INTFLAG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::usb::device::padcal::PADCAL_SPEC

reset() method sets PADCAL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <usb::device::padcal::PADCAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::usb::device::qosctrl::QOSCTRL_SPEC

reset() method sets QOSCTRL to value 0x0f

source§

const RESET_VALUE: Self::Ux = {transmute(0x0f): <usb::device::qosctrl::QOSCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::usb::device::status::STATUS_SPEC

reset() method sets STATUS to value 0x40

source§

const RESET_VALUE: Self::Ux = {transmute(0x40): <usb::device::status::STATUS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::usb::device::syncbusy::SYNCBUSY_SPEC

reset() method sets SYNCBUSY to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <usb::device::syncbusy::SYNCBUSY_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::usb::host::ctrla::CTRLA_SPEC

reset() method sets CTRLA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <usb::host::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::usb::host::ctrlb::CTRLB_SPEC

reset() method sets CTRLB to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <usb::host::ctrlb::CTRLB_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::usb::host::descadd::DESCADD_SPEC

reset() method sets DESCADD to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <usb::host::descadd::DESCADD_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for FLENHIGH_SPEC

reset() method sets FLENHIGH to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <usb::host::flenhigh::FLENHIGH_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::usb::host::fnum::FNUM_SPEC

reset() method sets FNUM to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <usb::host::fnum::FNUM_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::usb::host::fsmstatus::FSMSTATUS_SPEC

reset() method sets FSMSTATUS to value 0x01

source§

const RESET_VALUE: Self::Ux = {transmute(0x01): <usb::host::fsmstatus::FSMSTATUS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for BINTERVAL_SPEC

reset() method sets BINTERVAL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <usb::host::host_pipe::binterval::BINTERVAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PCFG_SPEC

reset() method sets PCFG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <usb::host::host_pipe::pcfg::PCFG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PINTENCLR_SPEC

reset() method sets PINTENCLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <usb::host::host_pipe::pintenclr::PINTENCLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PINTENSET_SPEC

reset() method sets PINTENSET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <usb::host::host_pipe::pintenset::PINTENSET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PINTFLAG_SPEC

reset() method sets PINTFLAG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <usb::host::host_pipe::pintflag::PINTFLAG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PSTATUS_SPEC

reset() method sets PSTATUS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <usb::host::host_pipe::pstatus::PSTATUS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PSTATUSCLR_SPEC

reset() method sets PSTATUSCLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <usb::host::host_pipe::pstatusclr::PSTATUSCLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PSTATUSSET_SPEC

reset() method sets PSTATUSSET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <usb::host::host_pipe::pstatusset::PSTATUSSET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for HSOFC_SPEC

reset() method sets HSOFC to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <usb::host::hsofc::HSOFC_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::usb::host::intenclr::INTENCLR_SPEC

reset() method sets INTENCLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <usb::host::intenclr::INTENCLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::usb::host::intenset::INTENSET_SPEC

reset() method sets INTENSET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <usb::host::intenset::INTENSET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::usb::host::intflag::INTFLAG_SPEC

reset() method sets INTFLAG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <usb::host::intflag::INTFLAG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::usb::host::padcal::PADCAL_SPEC

reset() method sets PADCAL to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <usb::host::padcal::PADCAL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for PINTSMRY_SPEC

reset() method sets PINTSMRY to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x0000): <usb::host::pintsmry::PINTSMRY_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::usb::host::qosctrl::QOSCTRL_SPEC

reset() method sets QOSCTRL to value 0x0f

source§

const RESET_VALUE: Self::Ux = {transmute(0x0f): <usb::host::qosctrl::QOSCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::usb::host::status::STATUS_SPEC

reset() method sets STATUS to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <usb::host::status::STATUS_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::usb::host::syncbusy::SYNCBUSY_SPEC

reset() method sets SYNCBUSY to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <usb::host::syncbusy::SYNCBUSY_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for CLEAR_SPEC

reset() method sets CLEAR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <wdt::clear::CLEAR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::wdt::config::CONFIG_SPEC

reset() method sets CONFIG to value 0xbb

source§

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

source§

impl Resettable for atsame51n::wdt::ctrla::CTRLA_SPEC

reset() method sets CTRLA to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <wdt::ctrla::CTRLA_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for EWCTRL_SPEC

reset() method sets EWCTRL to value 0x0b

source§

const RESET_VALUE: Self::Ux = {transmute(0x0b): <wdt::ewctrl::EWCTRL_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::wdt::intenclr::INTENCLR_SPEC

reset() method sets INTENCLR to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <wdt::intenclr::INTENCLR_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::wdt::intenset::INTENSET_SPEC

reset() method sets INTENSET to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <wdt::intenset::INTENSET_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::wdt::intflag::INTFLAG_SPEC

reset() method sets INTFLAG to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00): <wdt::intflag::INTFLAG_SPEC as generic::RegisterSpec>::Ux}

source§

impl Resettable for atsame51n::wdt::syncbusy::SYNCBUSY_SPEC

reset() method sets SYNCBUSY to value 0

source§

const RESET_VALUE: Self::Ux = {transmute(0x00000000): <wdt::syncbusy::SYNCBUSY_SPEC as generic::RegisterSpec>::Ux}