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§
Sourceconst RESET_VALUE: Self::Ux
const RESET_VALUE: Self::Ux
Reset value of the register.
Provided Methods§
Sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementors§
Source§impl Resettable for CompctrlSpec
reset()
method sets COMPCTRL%s to value 0
impl Resettable for CompctrlSpec
reset()
method sets COMPCTRL%s to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::ac::ctrla::CtrlaSpec
reset()
method sets CTRLA to value 0
impl Resettable for atsamd21g::ac::ctrla::CtrlaSpec
reset()
method sets CTRLA to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::ac::ctrlb::CtrlbSpec
reset()
method sets CTRLB to value 0
impl Resettable for atsamd21g::ac::ctrlb::CtrlbSpec
reset()
method sets CTRLB to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::ac::evctrl::EvctrlSpec
reset()
method sets EVCTRL to value 0
impl Resettable for atsamd21g::ac::evctrl::EvctrlSpec
reset()
method sets EVCTRL to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for atsamd21g::ac::intenclr::IntenclrSpec
reset()
method sets INTENCLR to value 0
impl Resettable for atsamd21g::ac::intenclr::IntenclrSpec
reset()
method sets INTENCLR to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::ac::intenset::IntensetSpec
reset()
method sets INTENSET to value 0
impl Resettable for atsamd21g::ac::intenset::IntensetSpec
reset()
method sets INTENSET to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::ac::intflag::IntflagSpec
reset()
method sets INTFLAG to value 0
impl Resettable for atsamd21g::ac::intflag::IntflagSpec
reset()
method sets INTFLAG to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for ScalerSpec
reset()
method sets SCALER%s to value 0
impl Resettable for ScalerSpec
reset()
method sets SCALER%s to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::ac::statusa::StatusaSpec
reset()
method sets STATUSA to value 0
impl Resettable for atsamd21g::ac::statusa::StatusaSpec
reset()
method sets STATUSA to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::ac::statusb::StatusbSpec
reset()
method sets STATUSB to value 0
impl Resettable for atsamd21g::ac::statusb::StatusbSpec
reset()
method sets STATUSB to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for StatuscSpec
reset()
method sets STATUSC to value 0
impl Resettable for StatuscSpec
reset()
method sets STATUSC to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::ac::winctrl::WinctrlSpec
reset()
method sets WINCTRL to value 0
impl Resettable for atsamd21g::ac::winctrl::WinctrlSpec
reset()
method sets WINCTRL to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for AvgctrlSpec
reset()
method sets AVGCTRL to value 0
impl Resettable for AvgctrlSpec
reset()
method sets AVGCTRL to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for CalibSpec
reset()
method sets CALIB to value 0
impl Resettable for CalibSpec
reset()
method sets CALIB to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for atsamd21g::adc::ctrla::CtrlaSpec
reset()
method sets CTRLA to value 0
impl Resettable for atsamd21g::adc::ctrla::CtrlaSpec
reset()
method sets CTRLA to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::adc::ctrlb::CtrlbSpec
reset()
method sets CTRLB to value 0
impl Resettable for atsamd21g::adc::ctrlb::CtrlbSpec
reset()
method sets CTRLB to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for atsamd21g::adc::dbgctrl::DbgctrlSpec
reset()
method sets DBGCTRL to value 0
impl Resettable for atsamd21g::adc::dbgctrl::DbgctrlSpec
reset()
method sets DBGCTRL to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::adc::evctrl::EvctrlSpec
reset()
method sets EVCTRL to value 0
impl Resettable for atsamd21g::adc::evctrl::EvctrlSpec
reset()
method sets EVCTRL to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for GaincorrSpec
reset()
method sets GAINCORR to value 0
impl Resettable for GaincorrSpec
reset()
method sets GAINCORR to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for InputctrlSpec
reset()
method sets INPUTCTRL to value 0
impl Resettable for InputctrlSpec
reset()
method sets INPUTCTRL to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::adc::intenclr::IntenclrSpec
reset()
method sets INTENCLR to value 0
impl Resettable for atsamd21g::adc::intenclr::IntenclrSpec
reset()
method sets INTENCLR to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::adc::intenset::IntensetSpec
reset()
method sets INTENSET to value 0
impl Resettable for atsamd21g::adc::intenset::IntensetSpec
reset()
method sets INTENSET to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::adc::intflag::IntflagSpec
reset()
method sets INTFLAG to value 0
impl Resettable for atsamd21g::adc::intflag::IntflagSpec
reset()
method sets INTFLAG to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for OffsetcorrSpec
reset()
method sets OFFSETCORR to value 0
impl Resettable for OffsetcorrSpec
reset()
method sets OFFSETCORR to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for RefctrlSpec
reset()
method sets REFCTRL to value 0
impl Resettable for RefctrlSpec
reset()
method sets REFCTRL to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for ResultSpec
reset()
method sets RESULT to value 0
impl Resettable for ResultSpec
reset()
method sets RESULT to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for SampctrlSpec
reset()
method sets SAMPCTRL to value 0
impl Resettable for SampctrlSpec
reset()
method sets SAMPCTRL to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::adc::status::StatusSpec
reset()
method sets STATUS to value 0
impl Resettable for atsamd21g::adc::status::StatusSpec
reset()
method sets STATUS to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for SwtrigSpec
reset()
method sets SWTRIG to value 0
impl Resettable for SwtrigSpec
reset()
method sets SWTRIG to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::adc::winctrl::WinctrlSpec
reset()
method sets WINCTRL to value 0
impl Resettable for atsamd21g::adc::winctrl::WinctrlSpec
reset()
method sets WINCTRL to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for WinltSpec
reset()
method sets WINLT to value 0
impl Resettable for WinltSpec
reset()
method sets WINLT to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for WinutSpec
reset()
method sets WINUT to value 0
impl Resettable for WinutSpec
reset()
method sets WINUT to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for atsamd21g::dac::ctrla::CtrlaSpec
reset()
method sets CTRLA to value 0
impl Resettable for atsamd21g::dac::ctrla::CtrlaSpec
reset()
method sets CTRLA to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::dac::ctrlb::CtrlbSpec
reset()
method sets CTRLB to value 0
impl Resettable for atsamd21g::dac::ctrlb::CtrlbSpec
reset()
method sets CTRLB to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::dac::data::DataSpec
reset()
method sets DATA to value 0
impl Resettable for atsamd21g::dac::data::DataSpec
reset()
method sets DATA to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for DatabufSpec
reset()
method sets DATABUF to value 0
impl Resettable for DatabufSpec
reset()
method sets DATABUF to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for atsamd21g::dac::evctrl::EvctrlSpec
reset()
method sets EVCTRL to value 0
impl Resettable for atsamd21g::dac::evctrl::EvctrlSpec
reset()
method sets EVCTRL to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::dac::intenclr::IntenclrSpec
reset()
method sets INTENCLR to value 0
impl Resettable for atsamd21g::dac::intenclr::IntenclrSpec
reset()
method sets INTENCLR to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::dac::intenset::IntensetSpec
reset()
method sets INTENSET to value 0
impl Resettable for atsamd21g::dac::intenset::IntensetSpec
reset()
method sets INTENSET to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::dac::intflag::IntflagSpec
reset()
method sets INTFLAG to value 0
impl Resettable for atsamd21g::dac::intflag::IntflagSpec
reset()
method sets INTFLAG to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::dac::status::StatusSpec
reset()
method sets STATUS to value 0
impl Resettable for atsamd21g::dac::status::StatusSpec
reset()
method sets STATUS to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for ActiveSpec
reset()
method sets ACTIVE to value 0
impl Resettable for ActiveSpec
reset()
method sets ACTIVE to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for BaseaddrSpec
reset()
method sets BASEADDR to value 0
impl Resettable for BaseaddrSpec
reset()
method sets BASEADDR to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for BusychSpec
reset()
method sets BUSYCH to value 0
impl Resettable for BusychSpec
reset()
method sets BUSYCH to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for ChctrlaSpec
reset()
method sets CHCTRLA to value 0
impl Resettable for ChctrlaSpec
reset()
method sets CHCTRLA to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for ChctrlbSpec
reset()
method sets CHCTRLB to value 0
impl Resettable for ChctrlbSpec
reset()
method sets CHCTRLB to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for ChidSpec
reset()
method sets CHID to value 0
impl Resettable for ChidSpec
reset()
method sets CHID to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for ChintenclrSpec
reset()
method sets CHINTENCLR to value 0
impl Resettable for ChintenclrSpec
reset()
method sets CHINTENCLR to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for ChintensetSpec
reset()
method sets CHINTENSET to value 0
impl Resettable for ChintensetSpec
reset()
method sets CHINTENSET to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for ChintflagSpec
reset()
method sets CHINTFLAG to value 0
impl Resettable for ChintflagSpec
reset()
method sets CHINTFLAG to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::dmac::chstatus::ChstatusSpec
reset()
method sets CHSTATUS to value 0
impl Resettable for atsamd21g::dmac::chstatus::ChstatusSpec
reset()
method sets CHSTATUS to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for CrcchksumSpec
reset()
method sets CRCCHKSUM to value 0
impl Resettable for CrcchksumSpec
reset()
method sets CRCCHKSUM to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for CrcctrlSpec
reset()
method sets CRCCTRL to value 0
impl Resettable for CrcctrlSpec
reset()
method sets CRCCTRL to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for CrcdatainSpec
reset()
method sets CRCDATAIN to value 0
impl Resettable for CrcdatainSpec
reset()
method sets CRCDATAIN to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for CrcstatusSpec
reset()
method sets CRCSTATUS to value 0
impl Resettable for CrcstatusSpec
reset()
method sets CRCSTATUS to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::dmac::ctrl::CtrlSpec
reset()
method sets CTRL to value 0
impl Resettable for atsamd21g::dmac::ctrl::CtrlSpec
reset()
method sets CTRL to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for atsamd21g::dmac::dbgctrl::DbgctrlSpec
reset()
method sets DBGCTRL to value 0
impl Resettable for atsamd21g::dmac::dbgctrl::DbgctrlSpec
reset()
method sets DBGCTRL to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for IntpendSpec
reset()
method sets INTPEND to value 0
impl Resettable for IntpendSpec
reset()
method sets INTPEND to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for IntstatusSpec
reset()
method sets INTSTATUS to value 0
impl Resettable for IntstatusSpec
reset()
method sets INTSTATUS to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for PendchSpec
reset()
method sets PENDCH to value 0
impl Resettable for PendchSpec
reset()
method sets PENDCH to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for Prictrl0Spec
reset()
method sets PRICTRL0 to value 0
impl Resettable for Prictrl0Spec
reset()
method sets PRICTRL0 to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::dmac::qosctrl::QosctrlSpec
reset()
method sets QOSCTRL to value 0x15
impl Resettable for atsamd21g::dmac::qosctrl::QosctrlSpec
reset()
method sets QOSCTRL to value 0x15
const RESET_VALUE: u8 = 21u8
Source§impl Resettable for SwtrigctrlSpec
reset()
method sets SWTRIGCTRL to value 0
impl Resettable for SwtrigctrlSpec
reset()
method sets SWTRIGCTRL to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for WrbaddrSpec
reset()
method sets WRBADDR to value 0
impl Resettable for WrbaddrSpec
reset()
method sets WRBADDR to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::dsu::addr::AddrSpec
reset()
method sets ADDR to value 0
impl Resettable for atsamd21g::dsu::addr::AddrSpec
reset()
method sets ADDR to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::dsu::cid0::Cid0Spec
reset()
method sets CID0 to value 0x0d
impl Resettable for atsamd21g::dsu::cid0::Cid0Spec
reset()
method sets CID0 to value 0x0d
const RESET_VALUE: u32 = 13u32
Source§impl Resettable for atsamd21g::dsu::cid1::Cid1Spec
reset()
method sets CID1 to value 0x10
impl Resettable for atsamd21g::dsu::cid1::Cid1Spec
reset()
method sets CID1 to value 0x10
const RESET_VALUE: u32 = 16u32
Source§impl Resettable for atsamd21g::dsu::cid2::Cid2Spec
reset()
method sets CID2 to value 0x05
impl Resettable for atsamd21g::dsu::cid2::Cid2Spec
reset()
method sets CID2 to value 0x05
const RESET_VALUE: u32 = 5u32
Source§impl Resettable for atsamd21g::dsu::cid3::Cid3Spec
reset()
method sets CID3 to value 0xb1
impl Resettable for atsamd21g::dsu::cid3::Cid3Spec
reset()
method sets CID3 to value 0xb1
const RESET_VALUE: u32 = 177u32
Source§impl Resettable for atsamd21g::dsu::ctrl::CtrlSpec
reset()
method sets CTRL to value 0
impl Resettable for atsamd21g::dsu::ctrl::CtrlSpec
reset()
method sets CTRL to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::dsu::data::DataSpec
reset()
method sets DATA to value 0
impl Resettable for atsamd21g::dsu::data::DataSpec
reset()
method sets DATA to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for DccSpec
reset()
method sets DCC%s to value 0
impl Resettable for DccSpec
reset()
method sets DCC%s to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for DidSpec
reset()
method sets DID to value 0x1001_0305
impl Resettable for DidSpec
reset()
method sets DID to value 0x1001_0305
const RESET_VALUE: u32 = 268_501_765u32
Source§impl Resettable for EndSpec
reset()
method sets END to value 0
impl Resettable for EndSpec
reset()
method sets END to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for Entry1Spec
reset()
method sets ENTRY1 to value 0x3002
impl Resettable for Entry1Spec
reset()
method sets ENTRY1 to value 0x3002
const RESET_VALUE: u32 = 12_290u32
Source§impl Resettable for EntrySpec
reset()
method sets ENTRY to value 0x9f9f_c002
impl Resettable for EntrySpec
reset()
method sets ENTRY to value 0x9f9f_c002
const RESET_VALUE: u32 = 2_678_046_722u32
Source§impl Resettable for LengthSpec
reset()
method sets LENGTH to value 0
impl Resettable for LengthSpec
reset()
method sets LENGTH to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for MemtypeSpec
reset()
method sets MEMTYPE to value 0
impl Resettable for MemtypeSpec
reset()
method sets MEMTYPE to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::dsu::pid0::Pid0Spec
reset()
method sets PID0 to value 0xd0
impl Resettable for atsamd21g::dsu::pid0::Pid0Spec
reset()
method sets PID0 to value 0xd0
const RESET_VALUE: u32 = 208u32
Source§impl Resettable for atsamd21g::dsu::pid1::Pid1Spec
reset()
method sets PID1 to value 0xfc
impl Resettable for atsamd21g::dsu::pid1::Pid1Spec
reset()
method sets PID1 to value 0xfc
const RESET_VALUE: u32 = 252u32
Source§impl Resettable for atsamd21g::dsu::pid2::Pid2Spec
reset()
method sets PID2 to value 0x09
impl Resettable for atsamd21g::dsu::pid2::Pid2Spec
reset()
method sets PID2 to value 0x09
const RESET_VALUE: u32 = 9u32
Source§impl Resettable for atsamd21g::dsu::pid3::Pid3Spec
reset()
method sets PID3 to value 0
impl Resettable for atsamd21g::dsu::pid3::Pid3Spec
reset()
method sets PID3 to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::dsu::pid4::Pid4Spec
reset()
method sets PID4 to value 0
impl Resettable for atsamd21g::dsu::pid4::Pid4Spec
reset()
method sets PID4 to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::dsu::statusa::StatusaSpec
reset()
method sets STATUSA to value 0
impl Resettable for atsamd21g::dsu::statusa::StatusaSpec
reset()
method sets STATUSA to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::dsu::statusb::StatusbSpec
reset()
method sets STATUSB to value 0x10
impl Resettable for atsamd21g::dsu::statusb::StatusbSpec
reset()
method sets STATUSB to value 0x10
const RESET_VALUE: u8 = 16u8
Source§impl Resettable for atsamd21g::eic::config::ConfigSpec
reset()
method sets CONFIG%s to value 0
impl Resettable for atsamd21g::eic::config::ConfigSpec
reset()
method sets CONFIG%s to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::eic::ctrl::CtrlSpec
reset()
method sets CTRL to value 0
impl Resettable for atsamd21g::eic::ctrl::CtrlSpec
reset()
method sets CTRL to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::eic::evctrl::EvctrlSpec
reset()
method sets EVCTRL to value 0
impl Resettable for atsamd21g::eic::evctrl::EvctrlSpec
reset()
method sets EVCTRL to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::eic::intenclr::IntenclrSpec
reset()
method sets INTENCLR to value 0
impl Resettable for atsamd21g::eic::intenclr::IntenclrSpec
reset()
method sets INTENCLR to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::eic::intenset::IntensetSpec
reset()
method sets INTENSET to value 0
impl Resettable for atsamd21g::eic::intenset::IntensetSpec
reset()
method sets INTENSET to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::eic::intflag::IntflagSpec
reset()
method sets INTFLAG to value 0
impl Resettable for atsamd21g::eic::intflag::IntflagSpec
reset()
method sets INTFLAG to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for NmictrlSpec
reset()
method sets NMICTRL to value 0
impl Resettable for NmictrlSpec
reset()
method sets NMICTRL to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for NmiflagSpec
reset()
method sets NMIFLAG to value 0
impl Resettable for NmiflagSpec
reset()
method sets NMIFLAG to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::eic::status::StatusSpec
reset()
method sets STATUS to value 0
impl Resettable for atsamd21g::eic::status::StatusSpec
reset()
method sets STATUS to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for WakeupSpec
reset()
method sets WAKEUP to value 0
impl Resettable for WakeupSpec
reset()
method sets WAKEUP to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for ChannelSpec
reset()
method sets CHANNEL to value 0
impl Resettable for ChannelSpec
reset()
method sets CHANNEL to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::evsys::chstatus::ChstatusSpec
reset()
method sets CHSTATUS to value 0x000f_00ff
impl Resettable for atsamd21g::evsys::chstatus::ChstatusSpec
reset()
method sets CHSTATUS to value 0x000f_00ff
const RESET_VALUE: u32 = 983_295u32
Source§impl Resettable for atsamd21g::evsys::ctrl::CtrlSpec
reset()
method sets CTRL to value 0
impl Resettable for atsamd21g::evsys::ctrl::CtrlSpec
reset()
method sets CTRL to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::evsys::intenclr::IntenclrSpec
reset()
method sets INTENCLR to value 0
impl Resettable for atsamd21g::evsys::intenclr::IntenclrSpec
reset()
method sets INTENCLR to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::evsys::intenset::IntensetSpec
reset()
method sets INTENSET to value 0
impl Resettable for atsamd21g::evsys::intenset::IntensetSpec
reset()
method sets INTENSET to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::evsys::intflag::IntflagSpec
reset()
method sets INTFLAG to value 0
impl Resettable for atsamd21g::evsys::intflag::IntflagSpec
reset()
method sets INTFLAG to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for UserSpec
reset()
method sets USER to value 0
impl Resettable for UserSpec
reset()
method sets USER to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for atsamd21g::gclk::clkctrl::ClkctrlSpec
reset()
method sets CLKCTRL to value 0
impl Resettable for atsamd21g::gclk::clkctrl::ClkctrlSpec
reset()
method sets CLKCTRL to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for atsamd21g::gclk::ctrl::CtrlSpec
reset()
method sets CTRL to value 0
impl Resettable for atsamd21g::gclk::ctrl::CtrlSpec
reset()
method sets CTRL to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for GenctrlSpec
reset()
method sets GENCTRL to value 0
impl Resettable for GenctrlSpec
reset()
method sets GENCTRL to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for GendivSpec
reset()
method sets GENDIV to value 0
impl Resettable for GendivSpec
reset()
method sets GENDIV to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::gclk::status::StatusSpec
reset()
method sets STATUS to value 0
impl Resettable for atsamd21g::gclk::status::StatusSpec
reset()
method sets STATUS to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for PrasSpec
reset()
method sets PRAS%s to value 0
impl Resettable for PrasSpec
reset()
method sets PRAS%s to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for PrbsSpec
reset()
method sets PRBS%s to value 0
impl Resettable for PrbsSpec
reset()
method sets PRBS%s to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for SfrSpec
reset()
method sets SFR%s to value 0
impl Resettable for SfrSpec
reset()
method sets SFR%s to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::i2s::clkctrl::ClkctrlSpec
reset()
method sets CLKCTRL%s to value 0
impl Resettable for atsamd21g::i2s::clkctrl::ClkctrlSpec
reset()
method sets CLKCTRL%s to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::i2s::ctrla::CtrlaSpec
reset()
method sets CTRLA to value 0
impl Resettable for atsamd21g::i2s::ctrla::CtrlaSpec
reset()
method sets CTRLA to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::i2s::data::DataSpec
reset()
method sets DATA%s to value 0
impl Resettable for atsamd21g::i2s::data::DataSpec
reset()
method sets DATA%s to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::i2s::intenclr::IntenclrSpec
reset()
method sets INTENCLR to value 0
impl Resettable for atsamd21g::i2s::intenclr::IntenclrSpec
reset()
method sets INTENCLR to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for atsamd21g::i2s::intenset::IntensetSpec
reset()
method sets INTENSET to value 0
impl Resettable for atsamd21g::i2s::intenset::IntensetSpec
reset()
method sets INTENSET to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for atsamd21g::i2s::intflag::IntflagSpec
reset()
method sets INTFLAG to value 0
impl Resettable for atsamd21g::i2s::intflag::IntflagSpec
reset()
method sets INTFLAG to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for SerctrlSpec
reset()
method sets SERCTRL%s to value 0
impl Resettable for SerctrlSpec
reset()
method sets SERCTRL%s to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::i2s::syncbusy::SyncbusySpec
reset()
method sets SYNCBUSY to value 0
impl Resettable for atsamd21g::i2s::syncbusy::SyncbusySpec
reset()
method sets SYNCBUSY to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for AuthstatusSpec
reset()
method sets AUTHSTATUS to value 0
impl Resettable for AuthstatusSpec
reset()
method sets AUTHSTATUS to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for BaseSpec
reset()
method sets BASE to value 0
impl Resettable for BaseSpec
reset()
method sets BASE to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::mtb::cid0::Cid0Spec
reset()
method sets CID0 to value 0
impl Resettable for atsamd21g::mtb::cid0::Cid0Spec
reset()
method sets CID0 to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::mtb::cid1::Cid1Spec
reset()
method sets CID1 to value 0
impl Resettable for atsamd21g::mtb::cid1::Cid1Spec
reset()
method sets CID1 to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::mtb::cid2::Cid2Spec
reset()
method sets CID2 to value 0
impl Resettable for atsamd21g::mtb::cid2::Cid2Spec
reset()
method sets CID2 to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::mtb::cid3::Cid3Spec
reset()
method sets CID3 to value 0
impl Resettable for atsamd21g::mtb::cid3::Cid3Spec
reset()
method sets CID3 to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for ClaimclrSpec
reset()
method sets CLAIMCLR to value 0
impl Resettable for ClaimclrSpec
reset()
method sets CLAIMCLR to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for ClaimsetSpec
reset()
method sets CLAIMSET to value 0
impl Resettable for ClaimsetSpec
reset()
method sets CLAIMSET to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for DevarchSpec
reset()
method sets DEVARCH to value 0
impl Resettable for DevarchSpec
reset()
method sets DEVARCH to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for DevidSpec
reset()
method sets DEVID to value 0
impl Resettable for DevidSpec
reset()
method sets DEVID to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for DevtypeSpec
reset()
method sets DEVTYPE to value 0
impl Resettable for DevtypeSpec
reset()
method sets DEVTYPE to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for FlowSpec
reset()
method sets FLOW to value 0
impl Resettable for FlowSpec
reset()
method sets FLOW to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for ItctrlSpec
reset()
method sets ITCTRL to value 0
impl Resettable for ItctrlSpec
reset()
method sets ITCTRL to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for LockaccessSpec
reset()
method sets LOCKACCESS to value 0
impl Resettable for LockaccessSpec
reset()
method sets LOCKACCESS to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for LockstatusSpec
reset()
method sets LOCKSTATUS to value 0
impl Resettable for LockstatusSpec
reset()
method sets LOCKSTATUS to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for MasterSpec
reset()
method sets MASTER to value 0
impl Resettable for MasterSpec
reset()
method sets MASTER to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::mtb::pid0::Pid0Spec
reset()
method sets PID0 to value 0
impl Resettable for atsamd21g::mtb::pid0::Pid0Spec
reset()
method sets PID0 to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::mtb::pid1::Pid1Spec
reset()
method sets PID1 to value 0
impl Resettable for atsamd21g::mtb::pid1::Pid1Spec
reset()
method sets PID1 to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::mtb::pid2::Pid2Spec
reset()
method sets PID2 to value 0
impl Resettable for atsamd21g::mtb::pid2::Pid2Spec
reset()
method sets PID2 to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::mtb::pid3::Pid3Spec
reset()
method sets PID3 to value 0
impl Resettable for atsamd21g::mtb::pid3::Pid3Spec
reset()
method sets PID3 to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::mtb::pid4::Pid4Spec
reset()
method sets PID4 to value 0
impl Resettable for atsamd21g::mtb::pid4::Pid4Spec
reset()
method sets PID4 to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for Pid5Spec
reset()
method sets PID5 to value 0
impl Resettable for Pid5Spec
reset()
method sets PID5 to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for Pid6Spec
reset()
method sets PID6 to value 0
impl Resettable for Pid6Spec
reset()
method sets PID6 to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for Pid7Spec
reset()
method sets PID7 to value 0
impl Resettable for Pid7Spec
reset()
method sets PID7 to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for PositionSpec
reset()
method sets POSITION to value 0
impl Resettable for PositionSpec
reset()
method sets POSITION to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::nvmctrl::addr::AddrSpec
reset()
method sets ADDR to value 0
impl Resettable for atsamd21g::nvmctrl::addr::AddrSpec
reset()
method sets ADDR to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::nvmctrl::ctrla::CtrlaSpec
reset()
method sets CTRLA to value 0
impl Resettable for atsamd21g::nvmctrl::ctrla::CtrlaSpec
reset()
method sets CTRLA to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for atsamd21g::nvmctrl::ctrlb::CtrlbSpec
reset()
method sets CTRLB to value 0
impl Resettable for atsamd21g::nvmctrl::ctrlb::CtrlbSpec
reset()
method sets CTRLB to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::nvmctrl::intenclr::IntenclrSpec
reset()
method sets INTENCLR to value 0
impl Resettable for atsamd21g::nvmctrl::intenclr::IntenclrSpec
reset()
method sets INTENCLR to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::nvmctrl::intenset::IntensetSpec
reset()
method sets INTENSET to value 0
impl Resettable for atsamd21g::nvmctrl::intenset::IntensetSpec
reset()
method sets INTENSET to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::nvmctrl::intflag::IntflagSpec
reset()
method sets INTFLAG to value 0
impl Resettable for atsamd21g::nvmctrl::intflag::IntflagSpec
reset()
method sets INTFLAG to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for LockSpec
reset()
method sets LOCK to value 0
impl Resettable for LockSpec
reset()
method sets LOCK to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for ParamSpec
reset()
method sets PARAM to value 0
impl Resettable for ParamSpec
reset()
method sets PARAM to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::nvmctrl::status::StatusSpec
reset()
method sets STATUS to value 0
impl Resettable for atsamd21g::nvmctrl::status::StatusSpec
reset()
method sets STATUS to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for WpclrSpec
reset()
method sets WPCLR to value 0
impl Resettable for WpclrSpec
reset()
method sets WPCLR to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for WpsetSpec
reset()
method sets WPSET to value 0
impl Resettable for WpsetSpec
reset()
method sets WPSET to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for AhbmaskSpec
reset()
method sets AHBMASK to value 0x7f
impl Resettable for AhbmaskSpec
reset()
method sets AHBMASK to value 0x7f
const RESET_VALUE: u32 = 127u32
Source§impl Resettable for ApbamaskSpec
reset()
method sets APBAMASK to value 0x7f
impl Resettable for ApbamaskSpec
reset()
method sets APBAMASK to value 0x7f
const RESET_VALUE: u32 = 127u32
Source§impl Resettable for ApbaselSpec
reset()
method sets APBASEL to value 0
impl Resettable for ApbaselSpec
reset()
method sets APBASEL to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for ApbbmaskSpec
reset()
method sets APBBMASK to value 0x7f
impl Resettable for ApbbmaskSpec
reset()
method sets APBBMASK to value 0x7f
const RESET_VALUE: u32 = 127u32
Source§impl Resettable for ApbbselSpec
reset()
method sets APBBSEL to value 0
impl Resettable for ApbbselSpec
reset()
method sets APBBSEL to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for ApbcmaskSpec
reset()
method sets APBCMASK to value 0x0001_0000
impl Resettable for ApbcmaskSpec
reset()
method sets APBCMASK to value 0x0001_0000
const RESET_VALUE: u32 = 65_536u32
Source§impl Resettable for ApbcselSpec
reset()
method sets APBCSEL to value 0
impl Resettable for ApbcselSpec
reset()
method sets APBCSEL to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for CpuselSpec
reset()
method sets CPUSEL to value 0
impl Resettable for CpuselSpec
reset()
method sets CPUSEL to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::pm::ctrl::CtrlSpec
reset()
method sets CTRL to value 0
impl Resettable for atsamd21g::pm::ctrl::CtrlSpec
reset()
method sets CTRL to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::pm::intenclr::IntenclrSpec
reset()
method sets INTENCLR to value 0
impl Resettable for atsamd21g::pm::intenclr::IntenclrSpec
reset()
method sets INTENCLR to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::pm::intenset::IntensetSpec
reset()
method sets INTENSET to value 0
impl Resettable for atsamd21g::pm::intenset::IntensetSpec
reset()
method sets INTENSET to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::pm::intflag::IntflagSpec
reset()
method sets INTFLAG to value 0
impl Resettable for atsamd21g::pm::intflag::IntflagSpec
reset()
method sets INTFLAG to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for RcauseSpec
reset()
method sets RCAUSE to value 0x01
impl Resettable for RcauseSpec
reset()
method sets RCAUSE to value 0x01
const RESET_VALUE: u8 = 1u8
Source§impl Resettable for SleepSpec
reset()
method sets SLEEP to value 0
impl Resettable for SleepSpec
reset()
method sets SLEEP to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::port::ctrl::CtrlSpec
reset()
method sets CTRL%s to value 0
impl Resettable for atsamd21g::port::ctrl::CtrlSpec
reset()
method sets CTRL%s to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for DirSpec
reset()
method sets DIR%s to value 0
impl Resettable for DirSpec
reset()
method sets DIR%s to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for DirclrSpec
reset()
method sets DIRCLR%s to value 0
impl Resettable for DirclrSpec
reset()
method sets DIRCLR%s to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for DirsetSpec
reset()
method sets DIRSET%s to value 0
impl Resettable for DirsetSpec
reset()
method sets DIRSET%s to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for DirtglSpec
reset()
method sets DIRTGL%s to value 0
impl Resettable for DirtglSpec
reset()
method sets DIRTGL%s to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for InSpec
reset()
method sets IN%s to value 0
impl Resettable for InSpec
reset()
method sets IN%s to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for OutSpec
reset()
method sets OUT%s to value 0
impl Resettable for OutSpec
reset()
method sets OUT%s to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for OutclrSpec
reset()
method sets OUTCLR%s to value 0
impl Resettable for OutclrSpec
reset()
method sets OUTCLR%s to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for OutsetSpec
reset()
method sets OUTSET%s to value 0
impl Resettable for OutsetSpec
reset()
method sets OUTSET%s to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for OuttglSpec
reset()
method sets OUTTGL%s to value 0
impl Resettable for OuttglSpec
reset()
method sets OUTTGL%s to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for Pincfg0_Spec
reset()
method sets PINCFG0_%s to value 0
impl Resettable for Pincfg0_Spec
reset()
method sets PINCFG0_%s to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for Pmux0_Spec
reset()
method sets PMUX0_%s to value 0
impl Resettable for Pmux0_Spec
reset()
method sets PMUX0_%s to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for WrconfigSpec
reset()
method sets WRCONFIG%s to value 0
impl Resettable for WrconfigSpec
reset()
method sets WRCONFIG%s to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::rtc::mode0::comp::CompSpec
reset()
method sets COMP%s to value 0
impl Resettable for atsamd21g::rtc::mode0::comp::CompSpec
reset()
method sets COMP%s to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::rtc::mode0::count::CountSpec
reset()
method sets COUNT to value 0
impl Resettable for atsamd21g::rtc::mode0::count::CountSpec
reset()
method sets COUNT to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::rtc::mode0::ctrl::CtrlSpec
reset()
method sets CTRL to value 0
impl Resettable for atsamd21g::rtc::mode0::ctrl::CtrlSpec
reset()
method sets CTRL to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for atsamd21g::rtc::mode0::dbgctrl::DbgctrlSpec
reset()
method sets DBGCTRL to value 0
impl Resettable for atsamd21g::rtc::mode0::dbgctrl::DbgctrlSpec
reset()
method sets DBGCTRL to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::rtc::mode0::evctrl::EvctrlSpec
reset()
method sets EVCTRL to value 0
impl Resettable for atsamd21g::rtc::mode0::evctrl::EvctrlSpec
reset()
method sets EVCTRL to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for atsamd21g::rtc::mode0::freqcorr::FreqcorrSpec
reset()
method sets FREQCORR to value 0
impl Resettable for atsamd21g::rtc::mode0::freqcorr::FreqcorrSpec
reset()
method sets FREQCORR to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::rtc::mode0::intenclr::IntenclrSpec
reset()
method sets INTENCLR to value 0
impl Resettable for atsamd21g::rtc::mode0::intenclr::IntenclrSpec
reset()
method sets INTENCLR to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::rtc::mode0::intenset::IntensetSpec
reset()
method sets INTENSET to value 0
impl Resettable for atsamd21g::rtc::mode0::intenset::IntensetSpec
reset()
method sets INTENSET to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::rtc::mode0::intflag::IntflagSpec
reset()
method sets INTFLAG to value 0
impl Resettable for atsamd21g::rtc::mode0::intflag::IntflagSpec
reset()
method sets INTFLAG to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::rtc::mode0::readreq::ReadreqSpec
reset()
method sets READREQ to value 0x10
impl Resettable for atsamd21g::rtc::mode0::readreq::ReadreqSpec
reset()
method sets READREQ to value 0x10
const RESET_VALUE: u16 = 16u16
Source§impl Resettable for atsamd21g::rtc::mode0::status::StatusSpec
reset()
method sets STATUS to value 0
impl Resettable for atsamd21g::rtc::mode0::status::StatusSpec
reset()
method sets STATUS to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::rtc::mode1::comp::CompSpec
reset()
method sets COMP%s to value 0
impl Resettable for atsamd21g::rtc::mode1::comp::CompSpec
reset()
method sets COMP%s to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for atsamd21g::rtc::mode1::count::CountSpec
reset()
method sets COUNT to value 0
impl Resettable for atsamd21g::rtc::mode1::count::CountSpec
reset()
method sets COUNT to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for atsamd21g::rtc::mode1::ctrl::CtrlSpec
reset()
method sets CTRL to value 0
impl Resettable for atsamd21g::rtc::mode1::ctrl::CtrlSpec
reset()
method sets CTRL to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for atsamd21g::rtc::mode1::dbgctrl::DbgctrlSpec
reset()
method sets DBGCTRL to value 0
impl Resettable for atsamd21g::rtc::mode1::dbgctrl::DbgctrlSpec
reset()
method sets DBGCTRL to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::rtc::mode1::evctrl::EvctrlSpec
reset()
method sets EVCTRL to value 0
impl Resettable for atsamd21g::rtc::mode1::evctrl::EvctrlSpec
reset()
method sets EVCTRL to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for atsamd21g::rtc::mode1::freqcorr::FreqcorrSpec
reset()
method sets FREQCORR to value 0
impl Resettable for atsamd21g::rtc::mode1::freqcorr::FreqcorrSpec
reset()
method sets FREQCORR to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::rtc::mode1::intenclr::IntenclrSpec
reset()
method sets INTENCLR to value 0
impl Resettable for atsamd21g::rtc::mode1::intenclr::IntenclrSpec
reset()
method sets INTENCLR to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::rtc::mode1::intenset::IntensetSpec
reset()
method sets INTENSET to value 0
impl Resettable for atsamd21g::rtc::mode1::intenset::IntensetSpec
reset()
method sets INTENSET to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::rtc::mode1::intflag::IntflagSpec
reset()
method sets INTFLAG to value 0
impl Resettable for atsamd21g::rtc::mode1::intflag::IntflagSpec
reset()
method sets INTFLAG to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::rtc::mode1::per::PerSpec
reset()
method sets PER to value 0
impl Resettable for atsamd21g::rtc::mode1::per::PerSpec
reset()
method sets PER to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for atsamd21g::rtc::mode1::readreq::ReadreqSpec
reset()
method sets READREQ to value 0x10
impl Resettable for atsamd21g::rtc::mode1::readreq::ReadreqSpec
reset()
method sets READREQ to value 0x10
const RESET_VALUE: u16 = 16u16
Source§impl Resettable for atsamd21g::rtc::mode1::status::StatusSpec
reset()
method sets STATUS to value 0
impl Resettable for atsamd21g::rtc::mode1::status::StatusSpec
reset()
method sets STATUS to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for AlarmSpec
reset()
method sets ALARM%s to value 0
impl Resettable for AlarmSpec
reset()
method sets ALARM%s to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for ClockSpec
reset()
method sets CLOCK to value 0
impl Resettable for ClockSpec
reset()
method sets CLOCK to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::rtc::mode2::ctrl::CtrlSpec
reset()
method sets CTRL to value 0
impl Resettable for atsamd21g::rtc::mode2::ctrl::CtrlSpec
reset()
method sets CTRL to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for atsamd21g::rtc::mode2::dbgctrl::DbgctrlSpec
reset()
method sets DBGCTRL to value 0
impl Resettable for atsamd21g::rtc::mode2::dbgctrl::DbgctrlSpec
reset()
method sets DBGCTRL to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::rtc::mode2::evctrl::EvctrlSpec
reset()
method sets EVCTRL to value 0
impl Resettable for atsamd21g::rtc::mode2::evctrl::EvctrlSpec
reset()
method sets EVCTRL to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for atsamd21g::rtc::mode2::freqcorr::FreqcorrSpec
reset()
method sets FREQCORR to value 0
impl Resettable for atsamd21g::rtc::mode2::freqcorr::FreqcorrSpec
reset()
method sets FREQCORR to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::rtc::mode2::intenclr::IntenclrSpec
reset()
method sets INTENCLR to value 0
impl Resettable for atsamd21g::rtc::mode2::intenclr::IntenclrSpec
reset()
method sets INTENCLR to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::rtc::mode2::intenset::IntensetSpec
reset()
method sets INTENSET to value 0
impl Resettable for atsamd21g::rtc::mode2::intenset::IntensetSpec
reset()
method sets INTENSET to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::rtc::mode2::intflag::IntflagSpec
reset()
method sets INTFLAG to value 0
impl Resettable for atsamd21g::rtc::mode2::intflag::IntflagSpec
reset()
method sets INTFLAG to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for MaskSpec
reset()
method sets MASK%s to value 0
impl Resettable for MaskSpec
reset()
method sets MASK%s to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::rtc::mode2::readreq::ReadreqSpec
reset()
method sets READREQ to value 0x10
impl Resettable for atsamd21g::rtc::mode2::readreq::ReadreqSpec
reset()
method sets READREQ to value 0x10
const RESET_VALUE: u16 = 16u16
Source§impl Resettable for atsamd21g::rtc::mode2::status::StatusSpec
reset()
method sets STATUS to value 0
impl Resettable for atsamd21g::rtc::mode2::status::StatusSpec
reset()
method sets STATUS to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::sercom0::i2cm::addr::AddrSpec
reset()
method sets ADDR to value 0
impl Resettable for atsamd21g::sercom0::i2cm::addr::AddrSpec
reset()
method sets ADDR to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::sercom0::i2cm::baud::BaudSpec
reset()
method sets BAUD to value 0
impl Resettable for atsamd21g::sercom0::i2cm::baud::BaudSpec
reset()
method sets BAUD to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::sercom0::i2cm::ctrla::CtrlaSpec
reset()
method sets CTRLA to value 0
impl Resettable for atsamd21g::sercom0::i2cm::ctrla::CtrlaSpec
reset()
method sets CTRLA to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::sercom0::i2cm::ctrlb::CtrlbSpec
reset()
method sets CTRLB to value 0
impl Resettable for atsamd21g::sercom0::i2cm::ctrlb::CtrlbSpec
reset()
method sets CTRLB to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::sercom0::i2cm::data::DataSpec
reset()
method sets DATA to value 0
impl Resettable for atsamd21g::sercom0::i2cm::data::DataSpec
reset()
method sets DATA to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::sercom0::i2cm::dbgctrl::DbgctrlSpec
reset()
method sets DBGCTRL to value 0
impl Resettable for atsamd21g::sercom0::i2cm::dbgctrl::DbgctrlSpec
reset()
method sets DBGCTRL to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::sercom0::i2cm::intenclr::IntenclrSpec
reset()
method sets INTENCLR to value 0
impl Resettable for atsamd21g::sercom0::i2cm::intenclr::IntenclrSpec
reset()
method sets INTENCLR to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::sercom0::i2cm::intenset::IntensetSpec
reset()
method sets INTENSET to value 0
impl Resettable for atsamd21g::sercom0::i2cm::intenset::IntensetSpec
reset()
method sets INTENSET to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::sercom0::i2cm::intflag::IntflagSpec
reset()
method sets INTFLAG to value 0
impl Resettable for atsamd21g::sercom0::i2cm::intflag::IntflagSpec
reset()
method sets INTFLAG to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::sercom0::i2cm::status::StatusSpec
reset()
method sets STATUS to value 0
impl Resettable for atsamd21g::sercom0::i2cm::status::StatusSpec
reset()
method sets STATUS to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for atsamd21g::sercom0::i2cm::syncbusy::SyncbusySpec
reset()
method sets SYNCBUSY to value 0
impl Resettable for atsamd21g::sercom0::i2cm::syncbusy::SyncbusySpec
reset()
method sets SYNCBUSY to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::sercom0::i2cs::addr::AddrSpec
reset()
method sets ADDR to value 0
impl Resettable for atsamd21g::sercom0::i2cs::addr::AddrSpec
reset()
method sets ADDR to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::sercom0::i2cs::ctrla::CtrlaSpec
reset()
method sets CTRLA to value 0
impl Resettable for atsamd21g::sercom0::i2cs::ctrla::CtrlaSpec
reset()
method sets CTRLA to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::sercom0::i2cs::ctrlb::CtrlbSpec
reset()
method sets CTRLB to value 0
impl Resettable for atsamd21g::sercom0::i2cs::ctrlb::CtrlbSpec
reset()
method sets CTRLB to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::sercom0::i2cs::data::DataSpec
reset()
method sets DATA to value 0
impl Resettable for atsamd21g::sercom0::i2cs::data::DataSpec
reset()
method sets DATA to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::sercom0::i2cs::intenclr::IntenclrSpec
reset()
method sets INTENCLR to value 0
impl Resettable for atsamd21g::sercom0::i2cs::intenclr::IntenclrSpec
reset()
method sets INTENCLR to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::sercom0::i2cs::intenset::IntensetSpec
reset()
method sets INTENSET to value 0
impl Resettable for atsamd21g::sercom0::i2cs::intenset::IntensetSpec
reset()
method sets INTENSET to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::sercom0::i2cs::intflag::IntflagSpec
reset()
method sets INTFLAG to value 0
impl Resettable for atsamd21g::sercom0::i2cs::intflag::IntflagSpec
reset()
method sets INTFLAG to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::sercom0::i2cs::status::StatusSpec
reset()
method sets STATUS to value 0
impl Resettable for atsamd21g::sercom0::i2cs::status::StatusSpec
reset()
method sets STATUS to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for atsamd21g::sercom0::i2cs::syncbusy::SyncbusySpec
reset()
method sets SYNCBUSY to value 0
impl Resettable for atsamd21g::sercom0::i2cs::syncbusy::SyncbusySpec
reset()
method sets SYNCBUSY to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::sercom0::spi::addr::AddrSpec
reset()
method sets ADDR to value 0
impl Resettable for atsamd21g::sercom0::spi::addr::AddrSpec
reset()
method sets ADDR to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::sercom0::spi::baud::BaudSpec
reset()
method sets BAUD to value 0
impl Resettable for atsamd21g::sercom0::spi::baud::BaudSpec
reset()
method sets BAUD to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::sercom0::spi::ctrla::CtrlaSpec
reset()
method sets CTRLA to value 0
impl Resettable for atsamd21g::sercom0::spi::ctrla::CtrlaSpec
reset()
method sets CTRLA to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::sercom0::spi::ctrlb::CtrlbSpec
reset()
method sets CTRLB to value 0
impl Resettable for atsamd21g::sercom0::spi::ctrlb::CtrlbSpec
reset()
method sets CTRLB to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::sercom0::spi::data::DataSpec
reset()
method sets DATA to value 0
impl Resettable for atsamd21g::sercom0::spi::data::DataSpec
reset()
method sets DATA to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::sercom0::spi::dbgctrl::DbgctrlSpec
reset()
method sets DBGCTRL to value 0
impl Resettable for atsamd21g::sercom0::spi::dbgctrl::DbgctrlSpec
reset()
method sets DBGCTRL to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::sercom0::spi::intenclr::IntenclrSpec
reset()
method sets INTENCLR to value 0
impl Resettable for atsamd21g::sercom0::spi::intenclr::IntenclrSpec
reset()
method sets INTENCLR to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::sercom0::spi::intenset::IntensetSpec
reset()
method sets INTENSET to value 0
impl Resettable for atsamd21g::sercom0::spi::intenset::IntensetSpec
reset()
method sets INTENSET to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::sercom0::spi::intflag::IntflagSpec
reset()
method sets INTFLAG to value 0
impl Resettable for atsamd21g::sercom0::spi::intflag::IntflagSpec
reset()
method sets INTFLAG to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::sercom0::spi::status::StatusSpec
reset()
method sets STATUS to value 0
impl Resettable for atsamd21g::sercom0::spi::status::StatusSpec
reset()
method sets STATUS to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for atsamd21g::sercom0::spi::syncbusy::SyncbusySpec
reset()
method sets SYNCBUSY to value 0
impl Resettable for atsamd21g::sercom0::spi::syncbusy::SyncbusySpec
reset()
method sets SYNCBUSY to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::sercom0::usart::baud::BaudSpec
reset()
method sets BAUD to value 0
impl Resettable for atsamd21g::sercom0::usart::baud::BaudSpec
reset()
method sets BAUD to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for BaudFracModeSpec
reset()
method sets BAUD_FRAC_MODE to value 0
impl Resettable for BaudFracModeSpec
reset()
method sets BAUD_FRAC_MODE to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for BaudFracfpModeSpec
reset()
method sets BAUD_FRACFP_MODE to value 0
impl Resettable for BaudFracfpModeSpec
reset()
method sets BAUD_FRACFP_MODE to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for BaudUsartfpModeSpec
reset()
method sets BAUD_USARTFP_MODE to value 0
impl Resettable for BaudUsartfpModeSpec
reset()
method sets BAUD_USARTFP_MODE to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for atsamd21g::sercom0::usart::ctrla::CtrlaSpec
reset()
method sets CTRLA to value 0
impl Resettable for atsamd21g::sercom0::usart::ctrla::CtrlaSpec
reset()
method sets CTRLA to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::sercom0::usart::ctrlb::CtrlbSpec
reset()
method sets CTRLB to value 0
impl Resettable for atsamd21g::sercom0::usart::ctrlb::CtrlbSpec
reset()
method sets CTRLB to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::sercom0::usart::data::DataSpec
reset()
method sets DATA to value 0
impl Resettable for atsamd21g::sercom0::usart::data::DataSpec
reset()
method sets DATA to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for atsamd21g::sercom0::usart::dbgctrl::DbgctrlSpec
reset()
method sets DBGCTRL to value 0
impl Resettable for atsamd21g::sercom0::usart::dbgctrl::DbgctrlSpec
reset()
method sets DBGCTRL to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::sercom0::usart::intenclr::IntenclrSpec
reset()
method sets INTENCLR to value 0
impl Resettable for atsamd21g::sercom0::usart::intenclr::IntenclrSpec
reset()
method sets INTENCLR to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::sercom0::usart::intenset::IntensetSpec
reset()
method sets INTENSET to value 0
impl Resettable for atsamd21g::sercom0::usart::intenset::IntensetSpec
reset()
method sets INTENSET to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::sercom0::usart::intflag::IntflagSpec
reset()
method sets INTFLAG to value 0
impl Resettable for atsamd21g::sercom0::usart::intflag::IntflagSpec
reset()
method sets INTFLAG to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for RxplSpec
reset()
method sets RXPL to value 0
impl Resettable for RxplSpec
reset()
method sets RXPL to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::sercom0::usart::status::StatusSpec
reset()
method sets STATUS to value 0
impl Resettable for atsamd21g::sercom0::usart::status::StatusSpec
reset()
method sets STATUS to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for atsamd21g::sercom0::usart::syncbusy::SyncbusySpec
reset()
method sets SYNCBUSY to value 0
impl Resettable for atsamd21g::sercom0::usart::syncbusy::SyncbusySpec
reset()
method sets SYNCBUSY to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for Bod33Spec
reset()
method sets BOD33 to value 0
impl Resettable for Bod33Spec
reset()
method sets BOD33 to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for DfllctrlSpec
reset()
method sets DFLLCTRL to value 0x80
impl Resettable for DfllctrlSpec
reset()
method sets DFLLCTRL to value 0x80
const RESET_VALUE: u16 = 128u16
Source§impl Resettable for DfllmulSpec
reset()
method sets DFLLMUL to value 0
impl Resettable for DfllmulSpec
reset()
method sets DFLLMUL to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for DfllsyncSpec
reset()
method sets DFLLSYNC to value 0
impl Resettable for DfllsyncSpec
reset()
method sets DFLLSYNC to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for DfllvalSpec
reset()
method sets DFLLVAL to value 0
impl Resettable for DfllvalSpec
reset()
method sets DFLLVAL to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for DpllctrlaSpec
reset()
method sets DPLLCTRLA to value 0x80
impl Resettable for DpllctrlaSpec
reset()
method sets DPLLCTRLA to value 0x80
const RESET_VALUE: u8 = 128u8
Source§impl Resettable for DpllctrlbSpec
reset()
method sets DPLLCTRLB to value 0
impl Resettable for DpllctrlbSpec
reset()
method sets DPLLCTRLB to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for DpllratioSpec
reset()
method sets DPLLRATIO to value 0
impl Resettable for DpllratioSpec
reset()
method sets DPLLRATIO to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for DpllstatusSpec
reset()
method sets DPLLSTATUS to value 0
impl Resettable for DpllstatusSpec
reset()
method sets DPLLSTATUS to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::sysctrl::intenclr::IntenclrSpec
reset()
method sets INTENCLR to value 0
impl Resettable for atsamd21g::sysctrl::intenclr::IntenclrSpec
reset()
method sets INTENCLR to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::sysctrl::intenset::IntensetSpec
reset()
method sets INTENSET to value 0
impl Resettable for atsamd21g::sysctrl::intenset::IntensetSpec
reset()
method sets INTENSET to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::sysctrl::intflag::IntflagSpec
reset()
method sets INTFLAG to value 0
impl Resettable for atsamd21g::sysctrl::intflag::IntflagSpec
reset()
method sets INTFLAG to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for Osc8mSpec
reset()
method sets OSC8M to value 0x8707_0382
impl Resettable for Osc8mSpec
reset()
method sets OSC8M to value 0x8707_0382
const RESET_VALUE: u32 = 2_265_383_810u32
Source§impl Resettable for Osc32kSpec
reset()
method sets OSC32K to value 0x003f_0080
impl Resettable for Osc32kSpec
reset()
method sets OSC32K to value 0x003f_0080
const RESET_VALUE: u32 = 4_128_896u32
Source§impl Resettable for Osculp32kSpec
reset()
method sets OSCULP32K to value 0x1f
impl Resettable for Osculp32kSpec
reset()
method sets OSCULP32K to value 0x1f
const RESET_VALUE: u8 = 31u8
Source§impl Resettable for PclksrSpec
reset()
method sets PCLKSR to value 0
impl Resettable for PclksrSpec
reset()
method sets PCLKSR to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for VrefSpec
reset()
method sets VREF to value 0
impl Resettable for VrefSpec
reset()
method sets VREF to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for VregSpec
reset()
method sets VREG to value 0
impl Resettable for VregSpec
reset()
method sets VREG to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for Xosc32kSpec
reset()
method sets XOSC32K to value 0x80
impl Resettable for Xosc32kSpec
reset()
method sets XOSC32K to value 0x80
const RESET_VALUE: u16 = 128u16
Source§impl Resettable for XoscSpec
reset()
method sets XOSC to value 0x80
impl Resettable for XoscSpec
reset()
method sets XOSC to value 0x80
const RESET_VALUE: u16 = 128u16
Source§impl Resettable for atsamd21g::tc3::count8::cc::CcSpec
reset()
method sets CC%s to value 0
impl Resettable for atsamd21g::tc3::count8::cc::CcSpec
reset()
method sets CC%s to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::tc3::count8::count::CountSpec
reset()
method sets COUNT to value 0
impl Resettable for atsamd21g::tc3::count8::count::CountSpec
reset()
method sets COUNT to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::tc3::count8::ctrla::CtrlaSpec
reset()
method sets CTRLA to value 0
impl Resettable for atsamd21g::tc3::count8::ctrla::CtrlaSpec
reset()
method sets CTRLA to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for atsamd21g::tc3::count8::ctrlbclr::CtrlbclrSpec
reset()
method sets CTRLBCLR to value 0x02
impl Resettable for atsamd21g::tc3::count8::ctrlbclr::CtrlbclrSpec
reset()
method sets CTRLBCLR to value 0x02
const RESET_VALUE: u8 = 2u8
Source§impl Resettable for atsamd21g::tc3::count8::ctrlbset::CtrlbsetSpec
reset()
method sets CTRLBSET to value 0
impl Resettable for atsamd21g::tc3::count8::ctrlbset::CtrlbsetSpec
reset()
method sets CTRLBSET to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::tc3::count8::ctrlc::CtrlcSpec
reset()
method sets CTRLC to value 0
impl Resettable for atsamd21g::tc3::count8::ctrlc::CtrlcSpec
reset()
method sets CTRLC to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::tc3::count8::dbgctrl::DbgctrlSpec
reset()
method sets DBGCTRL to value 0
impl Resettable for atsamd21g::tc3::count8::dbgctrl::DbgctrlSpec
reset()
method sets DBGCTRL to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::tc3::count8::evctrl::EvctrlSpec
reset()
method sets EVCTRL to value 0
impl Resettable for atsamd21g::tc3::count8::evctrl::EvctrlSpec
reset()
method sets EVCTRL to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for atsamd21g::tc3::count8::intenclr::IntenclrSpec
reset()
method sets INTENCLR to value 0
impl Resettable for atsamd21g::tc3::count8::intenclr::IntenclrSpec
reset()
method sets INTENCLR to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::tc3::count8::intenset::IntensetSpec
reset()
method sets INTENSET to value 0
impl Resettable for atsamd21g::tc3::count8::intenset::IntensetSpec
reset()
method sets INTENSET to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::tc3::count8::intflag::IntflagSpec
reset()
method sets INTFLAG to value 0
impl Resettable for atsamd21g::tc3::count8::intflag::IntflagSpec
reset()
method sets INTFLAG to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::tc3::count8::per::PerSpec
reset()
method sets PER to value 0xff
impl Resettable for atsamd21g::tc3::count8::per::PerSpec
reset()
method sets PER to value 0xff
const RESET_VALUE: u8 = 255u8
Source§impl Resettable for atsamd21g::tc3::count8::readreq::ReadreqSpec
reset()
method sets READREQ to value 0
impl Resettable for atsamd21g::tc3::count8::readreq::ReadreqSpec
reset()
method sets READREQ to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for atsamd21g::tc3::count8::status::StatusSpec
reset()
method sets STATUS to value 0x08
impl Resettable for atsamd21g::tc3::count8::status::StatusSpec
reset()
method sets STATUS to value 0x08
const RESET_VALUE: u8 = 8u8
Source§impl Resettable for atsamd21g::tc3::count16::cc::CcSpec
reset()
method sets CC%s to value 0
impl Resettable for atsamd21g::tc3::count16::cc::CcSpec
reset()
method sets CC%s to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for atsamd21g::tc3::count16::count::CountSpec
reset()
method sets COUNT to value 0
impl Resettable for atsamd21g::tc3::count16::count::CountSpec
reset()
method sets COUNT to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for atsamd21g::tc3::count16::ctrla::CtrlaSpec
reset()
method sets CTRLA to value 0
impl Resettable for atsamd21g::tc3::count16::ctrla::CtrlaSpec
reset()
method sets CTRLA to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for atsamd21g::tc3::count16::ctrlbclr::CtrlbclrSpec
reset()
method sets CTRLBCLR to value 0x02
impl Resettable for atsamd21g::tc3::count16::ctrlbclr::CtrlbclrSpec
reset()
method sets CTRLBCLR to value 0x02
const RESET_VALUE: u8 = 2u8
Source§impl Resettable for atsamd21g::tc3::count16::ctrlbset::CtrlbsetSpec
reset()
method sets CTRLBSET to value 0
impl Resettable for atsamd21g::tc3::count16::ctrlbset::CtrlbsetSpec
reset()
method sets CTRLBSET to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::tc3::count16::ctrlc::CtrlcSpec
reset()
method sets CTRLC to value 0
impl Resettable for atsamd21g::tc3::count16::ctrlc::CtrlcSpec
reset()
method sets CTRLC to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::tc3::count16::dbgctrl::DbgctrlSpec
reset()
method sets DBGCTRL to value 0
impl Resettable for atsamd21g::tc3::count16::dbgctrl::DbgctrlSpec
reset()
method sets DBGCTRL to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::tc3::count16::evctrl::EvctrlSpec
reset()
method sets EVCTRL to value 0
impl Resettable for atsamd21g::tc3::count16::evctrl::EvctrlSpec
reset()
method sets EVCTRL to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for atsamd21g::tc3::count16::intenclr::IntenclrSpec
reset()
method sets INTENCLR to value 0
impl Resettable for atsamd21g::tc3::count16::intenclr::IntenclrSpec
reset()
method sets INTENCLR to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::tc3::count16::intenset::IntensetSpec
reset()
method sets INTENSET to value 0
impl Resettable for atsamd21g::tc3::count16::intenset::IntensetSpec
reset()
method sets INTENSET to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::tc3::count16::intflag::IntflagSpec
reset()
method sets INTFLAG to value 0
impl Resettable for atsamd21g::tc3::count16::intflag::IntflagSpec
reset()
method sets INTFLAG to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::tc3::count16::readreq::ReadreqSpec
reset()
method sets READREQ to value 0
impl Resettable for atsamd21g::tc3::count16::readreq::ReadreqSpec
reset()
method sets READREQ to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for atsamd21g::tc3::count16::status::StatusSpec
reset()
method sets STATUS to value 0x08
impl Resettable for atsamd21g::tc3::count16::status::StatusSpec
reset()
method sets STATUS to value 0x08
const RESET_VALUE: u8 = 8u8
Source§impl Resettable for atsamd21g::tc3::count32::cc::CcSpec
reset()
method sets CC%s to value 0
impl Resettable for atsamd21g::tc3::count32::cc::CcSpec
reset()
method sets CC%s to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::tc3::count32::count::CountSpec
reset()
method sets COUNT to value 0
impl Resettable for atsamd21g::tc3::count32::count::CountSpec
reset()
method sets COUNT to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::tc3::count32::ctrla::CtrlaSpec
reset()
method sets CTRLA to value 0
impl Resettable for atsamd21g::tc3::count32::ctrla::CtrlaSpec
reset()
method sets CTRLA to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for atsamd21g::tc3::count32::ctrlbclr::CtrlbclrSpec
reset()
method sets CTRLBCLR to value 0x02
impl Resettable for atsamd21g::tc3::count32::ctrlbclr::CtrlbclrSpec
reset()
method sets CTRLBCLR to value 0x02
const RESET_VALUE: u8 = 2u8
Source§impl Resettable for atsamd21g::tc3::count32::ctrlbset::CtrlbsetSpec
reset()
method sets CTRLBSET to value 0
impl Resettable for atsamd21g::tc3::count32::ctrlbset::CtrlbsetSpec
reset()
method sets CTRLBSET to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::tc3::count32::ctrlc::CtrlcSpec
reset()
method sets CTRLC to value 0
impl Resettable for atsamd21g::tc3::count32::ctrlc::CtrlcSpec
reset()
method sets CTRLC to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::tc3::count32::dbgctrl::DbgctrlSpec
reset()
method sets DBGCTRL to value 0
impl Resettable for atsamd21g::tc3::count32::dbgctrl::DbgctrlSpec
reset()
method sets DBGCTRL to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::tc3::count32::evctrl::EvctrlSpec
reset()
method sets EVCTRL to value 0
impl Resettable for atsamd21g::tc3::count32::evctrl::EvctrlSpec
reset()
method sets EVCTRL to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for atsamd21g::tc3::count32::intenclr::IntenclrSpec
reset()
method sets INTENCLR to value 0
impl Resettable for atsamd21g::tc3::count32::intenclr::IntenclrSpec
reset()
method sets INTENCLR to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::tc3::count32::intenset::IntensetSpec
reset()
method sets INTENSET to value 0
impl Resettable for atsamd21g::tc3::count32::intenset::IntensetSpec
reset()
method sets INTENSET to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::tc3::count32::intflag::IntflagSpec
reset()
method sets INTFLAG to value 0
impl Resettable for atsamd21g::tc3::count32::intflag::IntflagSpec
reset()
method sets INTFLAG to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::tc3::count32::readreq::ReadreqSpec
reset()
method sets READREQ to value 0
impl Resettable for atsamd21g::tc3::count32::readreq::ReadreqSpec
reset()
method sets READREQ to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for atsamd21g::tc3::count32::status::StatusSpec
reset()
method sets STATUS to value 0x08
impl Resettable for atsamd21g::tc3::count32::status::StatusSpec
reset()
method sets STATUS to value 0x08
const RESET_VALUE: u8 = 8u8
Source§impl Resettable for atsamd21g::tcc0::cc::CcSpec
reset()
method sets CC%s to value 0
impl Resettable for atsamd21g::tcc0::cc::CcSpec
reset()
method sets CC%s to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for CcDith4Spec
reset()
method sets CC%s_DITH4 to value 0
impl Resettable for CcDith4Spec
reset()
method sets CC%s_DITH4 to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for CcDith5Spec
reset()
method sets CC%s_DITH5 to value 0
impl Resettable for CcDith5Spec
reset()
method sets CC%s_DITH5 to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for CcDith6Spec
reset()
method sets CC%s_DITH6 to value 0
impl Resettable for CcDith6Spec
reset()
method sets CC%s_DITH6 to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for CcbSpec
reset()
method sets CCB%s to value 0
impl Resettable for CcbSpec
reset()
method sets CCB%s to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for CcbDith4Spec
reset()
method sets CCB%s_DITH4 to value 0
impl Resettable for CcbDith4Spec
reset()
method sets CCB%s_DITH4 to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for CcbDith5Spec
reset()
method sets CCB%s_DITH5 to value 0
impl Resettable for CcbDith5Spec
reset()
method sets CCB%s_DITH5 to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for CcbDith6Spec
reset()
method sets CCB%s_DITH6 to value 0
impl Resettable for CcbDith6Spec
reset()
method sets CCB%s_DITH6 to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::tcc0::count::CountSpec
reset()
method sets COUNT to value 0
impl Resettable for atsamd21g::tcc0::count::CountSpec
reset()
method sets COUNT to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for CountDith4Spec
reset()
method sets COUNT_DITH4 to value 0
impl Resettable for CountDith4Spec
reset()
method sets COUNT_DITH4 to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for CountDith5Spec
reset()
method sets COUNT_DITH5 to value 0
impl Resettable for CountDith5Spec
reset()
method sets COUNT_DITH5 to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for CountDith6Spec
reset()
method sets COUNT_DITH6 to value 0
impl Resettable for CountDith6Spec
reset()
method sets COUNT_DITH6 to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::tcc0::ctrla::CtrlaSpec
reset()
method sets CTRLA to value 0
impl Resettable for atsamd21g::tcc0::ctrla::CtrlaSpec
reset()
method sets CTRLA to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::tcc0::ctrlbclr::CtrlbclrSpec
reset()
method sets CTRLBCLR to value 0
impl Resettable for atsamd21g::tcc0::ctrlbclr::CtrlbclrSpec
reset()
method sets CTRLBCLR to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::tcc0::ctrlbset::CtrlbsetSpec
reset()
method sets CTRLBSET to value 0
impl Resettable for atsamd21g::tcc0::ctrlbset::CtrlbsetSpec
reset()
method sets CTRLBSET to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::tcc0::dbgctrl::DbgctrlSpec
reset()
method sets DBGCTRL to value 0
impl Resettable for atsamd21g::tcc0::dbgctrl::DbgctrlSpec
reset()
method sets DBGCTRL to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for DrvctrlSpec
reset()
method sets DRVCTRL to value 0
impl Resettable for DrvctrlSpec
reset()
method sets DRVCTRL to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::tcc0::evctrl::EvctrlSpec
reset()
method sets EVCTRL to value 0
impl Resettable for atsamd21g::tcc0::evctrl::EvctrlSpec
reset()
method sets EVCTRL to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for FctrlaSpec
reset()
method sets FCTRLA to value 0
impl Resettable for FctrlaSpec
reset()
method sets FCTRLA to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for FctrlbSpec
reset()
method sets FCTRLB to value 0
impl Resettable for FctrlbSpec
reset()
method sets FCTRLB to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::tcc0::intenclr::IntenclrSpec
reset()
method sets INTENCLR to value 0
impl Resettable for atsamd21g::tcc0::intenclr::IntenclrSpec
reset()
method sets INTENCLR to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::tcc0::intenset::IntensetSpec
reset()
method sets INTENSET to value 0
impl Resettable for atsamd21g::tcc0::intenset::IntensetSpec
reset()
method sets INTENSET to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::tcc0::intflag::IntflagSpec
reset()
method sets INTFLAG to value 0
impl Resettable for atsamd21g::tcc0::intflag::IntflagSpec
reset()
method sets INTFLAG to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for PattSpec
reset()
method sets PATT to value 0
impl Resettable for PattSpec
reset()
method sets PATT to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for PattbSpec
reset()
method sets PATTB to value 0
impl Resettable for PattbSpec
reset()
method sets PATTB to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for atsamd21g::tcc0::per::PerSpec
reset()
method sets PER to value 0xffff_ffff
impl Resettable for atsamd21g::tcc0::per::PerSpec
reset()
method sets PER to value 0xffff_ffff
const RESET_VALUE: u32 = 4_294_967_295u32
Source§impl Resettable for PerDith4Spec
reset()
method sets PER_DITH4 to value 0xffff_ffff
impl Resettable for PerDith4Spec
reset()
method sets PER_DITH4 to value 0xffff_ffff
const RESET_VALUE: u32 = 4_294_967_295u32
Source§impl Resettable for PerDith5Spec
reset()
method sets PER_DITH5 to value 0xffff_ffff
impl Resettable for PerDith5Spec
reset()
method sets PER_DITH5 to value 0xffff_ffff
const RESET_VALUE: u32 = 4_294_967_295u32
Source§impl Resettable for PerDith6Spec
reset()
method sets PER_DITH6 to value 0xffff_ffff
impl Resettable for PerDith6Spec
reset()
method sets PER_DITH6 to value 0xffff_ffff
const RESET_VALUE: u32 = 4_294_967_295u32
Source§impl Resettable for PerbSpec
reset()
method sets PERB to value 0xffff_ffff
impl Resettable for PerbSpec
reset()
method sets PERB to value 0xffff_ffff
const RESET_VALUE: u32 = 4_294_967_295u32
Source§impl Resettable for PerbDith4Spec
reset()
method sets PERB_DITH4 to value 0xffff_ffff
impl Resettable for PerbDith4Spec
reset()
method sets PERB_DITH4 to value 0xffff_ffff
const RESET_VALUE: u32 = 4_294_967_295u32
Source§impl Resettable for PerbDith5Spec
reset()
method sets PERB_DITH5 to value 0xffff_ffff
impl Resettable for PerbDith5Spec
reset()
method sets PERB_DITH5 to value 0xffff_ffff
const RESET_VALUE: u32 = 4_294_967_295u32
Source§impl Resettable for PerbDith6Spec
reset()
method sets PERB_DITH6 to value 0xffff_ffff
impl Resettable for PerbDith6Spec
reset()
method sets PERB_DITH6 to value 0xffff_ffff
const RESET_VALUE: u32 = 4_294_967_295u32
Source§impl Resettable for atsamd21g::tcc0::status::StatusSpec
reset()
method sets STATUS to value 0x01
impl Resettable for atsamd21g::tcc0::status::StatusSpec
reset()
method sets STATUS to value 0x01
const RESET_VALUE: u32 = 1u32
Source§impl Resettable for atsamd21g::tcc0::syncbusy::SyncbusySpec
reset()
method sets SYNCBUSY to value 0
impl Resettable for atsamd21g::tcc0::syncbusy::SyncbusySpec
reset()
method sets SYNCBUSY to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for WaveSpec
reset()
method sets WAVE to value 0
impl Resettable for WaveSpec
reset()
method sets WAVE to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for WavebSpec
reset()
method sets WAVEB to value 0
impl Resettable for WavebSpec
reset()
method sets WAVEB to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for WexctrlSpec
reset()
method sets WEXCTRL to value 0
impl Resettable for WexctrlSpec
reset()
method sets WEXCTRL to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for atsamd21g::usb::device::ctrla::CtrlaSpec
reset()
method sets CTRLA to value 0
impl Resettable for atsamd21g::usb::device::ctrla::CtrlaSpec
reset()
method sets CTRLA to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::usb::device::ctrlb::CtrlbSpec
reset()
method sets CTRLB to value 0x01
impl Resettable for atsamd21g::usb::device::ctrlb::CtrlbSpec
reset()
method sets CTRLB to value 0x01
const RESET_VALUE: u16 = 1u16
Source§impl Resettable for DaddSpec
reset()
method sets DADD to value 0
impl Resettable for DaddSpec
reset()
method sets DADD to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::usb::device::descadd::DescaddSpec
reset()
method sets DESCADD to value 0
impl Resettable for atsamd21g::usb::device::descadd::DescaddSpec
reset()
method sets DESCADD to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for EpcfgSpec
reset()
method sets EPCFG%s to value 0
impl Resettable for EpcfgSpec
reset()
method sets EPCFG%s to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for EpintenclrSpec
reset()
method sets EPINTENCLR%s to value 0
impl Resettable for EpintenclrSpec
reset()
method sets EPINTENCLR%s to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for EpintensetSpec
reset()
method sets EPINTENSET%s to value 0
impl Resettable for EpintensetSpec
reset()
method sets EPINTENSET%s to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for EpintflagSpec
reset()
method sets EPINTFLAG%s to value 0
impl Resettable for EpintflagSpec
reset()
method sets EPINTFLAG%s to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for EpintsmrySpec
reset()
method sets EPINTSMRY to value 0
impl Resettable for EpintsmrySpec
reset()
method sets EPINTSMRY to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for EpstatusSpec
reset()
method sets EPSTATUS%s to value 0
impl Resettable for EpstatusSpec
reset()
method sets EPSTATUS%s to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for EpstatusclrSpec
reset()
method sets EPSTATUSCLR%s to value 0
impl Resettable for EpstatusclrSpec
reset()
method sets EPSTATUSCLR%s to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for EpstatussetSpec
reset()
method sets EPSTATUSSET%s to value 0
impl Resettable for EpstatussetSpec
reset()
method sets EPSTATUSSET%s to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::usb::device::fnum::FnumSpec
reset()
method sets FNUM to value 0
impl Resettable for atsamd21g::usb::device::fnum::FnumSpec
reset()
method sets FNUM to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for atsamd21g::usb::device::fsmstatus::FsmstatusSpec
reset()
method sets FSMSTATUS to value 0x01
impl Resettable for atsamd21g::usb::device::fsmstatus::FsmstatusSpec
reset()
method sets FSMSTATUS to value 0x01
const RESET_VALUE: u8 = 1u8
Source§impl Resettable for atsamd21g::usb::device::intenclr::IntenclrSpec
reset()
method sets INTENCLR to value 0
impl Resettable for atsamd21g::usb::device::intenclr::IntenclrSpec
reset()
method sets INTENCLR to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for atsamd21g::usb::device::intenset::IntensetSpec
reset()
method sets INTENSET to value 0
impl Resettable for atsamd21g::usb::device::intenset::IntensetSpec
reset()
method sets INTENSET to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for atsamd21g::usb::device::intflag::IntflagSpec
reset()
method sets INTFLAG to value 0
impl Resettable for atsamd21g::usb::device::intflag::IntflagSpec
reset()
method sets INTFLAG to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for atsamd21g::usb::device::padcal::PadcalSpec
reset()
method sets PADCAL to value 0
impl Resettable for atsamd21g::usb::device::padcal::PadcalSpec
reset()
method sets PADCAL to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for atsamd21g::usb::device::qosctrl::QosctrlSpec
reset()
method sets QOSCTRL to value 0x05
impl Resettable for atsamd21g::usb::device::qosctrl::QosctrlSpec
reset()
method sets QOSCTRL to value 0x05
const RESET_VALUE: u8 = 5u8
Source§impl Resettable for atsamd21g::usb::device::status::StatusSpec
reset()
method sets STATUS to value 0x40
impl Resettable for atsamd21g::usb::device::status::StatusSpec
reset()
method sets STATUS to value 0x40
const RESET_VALUE: u8 = 64u8
Source§impl Resettable for atsamd21g::usb::device::syncbusy::SyncbusySpec
reset()
method sets SYNCBUSY to value 0
impl Resettable for atsamd21g::usb::device::syncbusy::SyncbusySpec
reset()
method sets SYNCBUSY to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for BintervalSpec
reset()
method sets BINTERVAL%s to value 0
impl Resettable for BintervalSpec
reset()
method sets BINTERVAL%s to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::usb::host::ctrla::CtrlaSpec
reset()
method sets CTRLA to value 0
impl Resettable for atsamd21g::usb::host::ctrla::CtrlaSpec
reset()
method sets CTRLA to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::usb::host::ctrlb::CtrlbSpec
reset()
method sets CTRLB to value 0
impl Resettable for atsamd21g::usb::host::ctrlb::CtrlbSpec
reset()
method sets CTRLB to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for atsamd21g::usb::host::descadd::DescaddSpec
reset()
method sets DESCADD to value 0
impl Resettable for atsamd21g::usb::host::descadd::DescaddSpec
reset()
method sets DESCADD to value 0
const RESET_VALUE: u32 = 0u32
Source§impl Resettable for FlenhighSpec
reset()
method sets FLENHIGH to value 0
impl Resettable for FlenhighSpec
reset()
method sets FLENHIGH to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::usb::host::fnum::FnumSpec
reset()
method sets FNUM to value 0
impl Resettable for atsamd21g::usb::host::fnum::FnumSpec
reset()
method sets FNUM to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for atsamd21g::usb::host::fsmstatus::FsmstatusSpec
reset()
method sets FSMSTATUS to value 0x01
impl Resettable for atsamd21g::usb::host::fsmstatus::FsmstatusSpec
reset()
method sets FSMSTATUS to value 0x01
const RESET_VALUE: u8 = 1u8
Source§impl Resettable for HsofcSpec
reset()
method sets HSOFC to value 0
impl Resettable for HsofcSpec
reset()
method sets HSOFC to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::usb::host::intenclr::IntenclrSpec
reset()
method sets INTENCLR to value 0
impl Resettable for atsamd21g::usb::host::intenclr::IntenclrSpec
reset()
method sets INTENCLR to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for atsamd21g::usb::host::intenset::IntensetSpec
reset()
method sets INTENSET to value 0
impl Resettable for atsamd21g::usb::host::intenset::IntensetSpec
reset()
method sets INTENSET to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for atsamd21g::usb::host::intflag::IntflagSpec
reset()
method sets INTFLAG to value 0
impl Resettable for atsamd21g::usb::host::intflag::IntflagSpec
reset()
method sets INTFLAG to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for atsamd21g::usb::host::padcal::PadcalSpec
reset()
method sets PADCAL to value 0
impl Resettable for atsamd21g::usb::host::padcal::PadcalSpec
reset()
method sets PADCAL to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for PcfgSpec
reset()
method sets PCFG%s to value 0
impl Resettable for PcfgSpec
reset()
method sets PCFG%s to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for PintenclrSpec
reset()
method sets PINTENCLR%s to value 0
impl Resettable for PintenclrSpec
reset()
method sets PINTENCLR%s to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for PintensetSpec
reset()
method sets PINTENSET%s to value 0
impl Resettable for PintensetSpec
reset()
method sets PINTENSET%s to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for PintflagSpec
reset()
method sets PINTFLAG%s to value 0
impl Resettable for PintflagSpec
reset()
method sets PINTFLAG%s to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for PintsmrySpec
reset()
method sets PINTSMRY to value 0
impl Resettable for PintsmrySpec
reset()
method sets PINTSMRY to value 0
const RESET_VALUE: u16 = 0u16
Source§impl Resettable for PstatusSpec
reset()
method sets PSTATUS%s to value 0
impl Resettable for PstatusSpec
reset()
method sets PSTATUS%s to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for PstatusclrSpec
reset()
method sets PSTATUSCLR%s to value 0
impl Resettable for PstatusclrSpec
reset()
method sets PSTATUSCLR%s to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for PstatussetSpec
reset()
method sets PSTATUSSET%s to value 0
impl Resettable for PstatussetSpec
reset()
method sets PSTATUSSET%s to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::usb::host::qosctrl::QosctrlSpec
reset()
method sets QOSCTRL to value 0x05
impl Resettable for atsamd21g::usb::host::qosctrl::QosctrlSpec
reset()
method sets QOSCTRL to value 0x05
const RESET_VALUE: u8 = 5u8
Source§impl Resettable for atsamd21g::usb::host::status::StatusSpec
reset()
method sets STATUS to value 0
impl Resettable for atsamd21g::usb::host::status::StatusSpec
reset()
method sets STATUS to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::usb::host::syncbusy::SyncbusySpec
reset()
method sets SYNCBUSY to value 0
impl Resettable for atsamd21g::usb::host::syncbusy::SyncbusySpec
reset()
method sets SYNCBUSY to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for ClearSpec
reset()
method sets CLEAR to value 0
impl Resettable for ClearSpec
reset()
method sets CLEAR to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::wdt::config::ConfigSpec
reset()
method sets CONFIG to value 0xbb
impl Resettable for atsamd21g::wdt::config::ConfigSpec
reset()
method sets CONFIG to value 0xbb
const RESET_VALUE: u8 = 187u8
Source§impl Resettable for atsamd21g::wdt::ctrl::CtrlSpec
reset()
method sets CTRL to value 0
impl Resettable for atsamd21g::wdt::ctrl::CtrlSpec
reset()
method sets CTRL to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for EwctrlSpec
reset()
method sets EWCTRL to value 0x0b
impl Resettable for EwctrlSpec
reset()
method sets EWCTRL to value 0x0b
const RESET_VALUE: u8 = 11u8
Source§impl Resettable for atsamd21g::wdt::intenclr::IntenclrSpec
reset()
method sets INTENCLR to value 0
impl Resettable for atsamd21g::wdt::intenclr::IntenclrSpec
reset()
method sets INTENCLR to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::wdt::intenset::IntensetSpec
reset()
method sets INTENSET to value 0
impl Resettable for atsamd21g::wdt::intenset::IntensetSpec
reset()
method sets INTENSET to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::wdt::intflag::IntflagSpec
reset()
method sets INTFLAG to value 0
impl Resettable for atsamd21g::wdt::intflag::IntflagSpec
reset()
method sets INTFLAG to value 0
const RESET_VALUE: u8 = 0u8
Source§impl Resettable for atsamd21g::wdt::status::StatusSpec
reset()
method sets STATUS to value 0
impl Resettable for atsamd21g::wdt::status::StatusSpec
reset()
method sets STATUS to value 0