pub trait Writable: RegisterSpec {
type Safety;
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux;
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux;
}Expand description
Trait implemented by writeable registers.
This enables the write, write_with_zero and reset methods.
Registers marked with Readable can be also be modify’ed.
Required Associated Constants§
Sourceconst ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux
Specifies the register bits that are not changed if you pass 1 and are changed if you pass 0
Sourceconst ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux
Specifies the register bits that are not changed if you pass 0 and are changed if you pass 1
Required Associated Types§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
Implementors§
Source§impl Writable for CompctrlSpec
write(|w| ..) method takes compctrl::W writer structure
impl Writable for CompctrlSpec
write(|w| ..) method takes compctrl::W writer structure
Source§impl Writable for atsamd21e::ac::ctrla::CtrlaSpec
write(|w| ..) method takes ctrla::W writer structure
impl Writable for atsamd21e::ac::ctrla::CtrlaSpec
write(|w| ..) method takes ctrla::W writer structure
Source§impl Writable for atsamd21e::ac::ctrlb::CtrlbSpec
write(|w| ..) method takes ctrlb::W writer structure
impl Writable for atsamd21e::ac::ctrlb::CtrlbSpec
write(|w| ..) method takes ctrlb::W writer structure
Source§impl Writable for atsamd21e::ac::evctrl::EvctrlSpec
write(|w| ..) method takes evctrl::W writer structure
impl Writable for atsamd21e::ac::evctrl::EvctrlSpec
write(|w| ..) method takes evctrl::W writer structure
Source§impl Writable for atsamd21e::ac::intenclr::IntenclrSpec
write(|w| ..) method takes intenclr::W writer structure
impl Writable for atsamd21e::ac::intenclr::IntenclrSpec
write(|w| ..) method takes intenclr::W writer structure
Source§impl Writable for atsamd21e::ac::intenset::IntensetSpec
write(|w| ..) method takes intenset::W writer structure
impl Writable for atsamd21e::ac::intenset::IntensetSpec
write(|w| ..) method takes intenset::W writer structure
Source§impl Writable for atsamd21e::ac::intflag::IntflagSpec
write(|w| ..) method takes intflag::W writer structure
impl Writable for atsamd21e::ac::intflag::IntflagSpec
write(|w| ..) method takes intflag::W writer structure
Source§impl Writable for ScalerSpec
write(|w| ..) method takes scaler::W writer structure
impl Writable for ScalerSpec
write(|w| ..) method takes scaler::W writer structure
Source§impl Writable for atsamd21e::ac::winctrl::WinctrlSpec
write(|w| ..) method takes winctrl::W writer structure
impl Writable for atsamd21e::ac::winctrl::WinctrlSpec
write(|w| ..) method takes winctrl::W writer structure
Source§impl Writable for AvgctrlSpec
write(|w| ..) method takes avgctrl::W writer structure
impl Writable for AvgctrlSpec
write(|w| ..) method takes avgctrl::W writer structure
Source§impl Writable for atsamd21e::adc::ctrla::CtrlaSpec
write(|w| ..) method takes ctrla::W writer structure
impl Writable for atsamd21e::adc::ctrla::CtrlaSpec
write(|w| ..) method takes ctrla::W writer structure
Source§impl Writable for atsamd21e::adc::ctrlb::CtrlbSpec
write(|w| ..) method takes ctrlb::W writer structure
impl Writable for atsamd21e::adc::ctrlb::CtrlbSpec
write(|w| ..) method takes ctrlb::W writer structure
Source§impl Writable for atsamd21e::adc::dbgctrl::DbgctrlSpec
write(|w| ..) method takes dbgctrl::W writer structure
impl Writable for atsamd21e::adc::dbgctrl::DbgctrlSpec
write(|w| ..) method takes dbgctrl::W writer structure
Source§impl Writable for atsamd21e::adc::evctrl::EvctrlSpec
write(|w| ..) method takes evctrl::W writer structure
impl Writable for atsamd21e::adc::evctrl::EvctrlSpec
write(|w| ..) method takes evctrl::W writer structure
Source§impl Writable for GaincorrSpec
write(|w| ..) method takes gaincorr::W writer structure
impl Writable for GaincorrSpec
write(|w| ..) method takes gaincorr::W writer structure
Source§impl Writable for InputctrlSpec
write(|w| ..) method takes inputctrl::W writer structure
impl Writable for InputctrlSpec
write(|w| ..) method takes inputctrl::W writer structure
Source§impl Writable for atsamd21e::adc::intenclr::IntenclrSpec
write(|w| ..) method takes intenclr::W writer structure
impl Writable for atsamd21e::adc::intenclr::IntenclrSpec
write(|w| ..) method takes intenclr::W writer structure
Source§impl Writable for atsamd21e::adc::intenset::IntensetSpec
write(|w| ..) method takes intenset::W writer structure
impl Writable for atsamd21e::adc::intenset::IntensetSpec
write(|w| ..) method takes intenset::W writer structure
Source§impl Writable for atsamd21e::adc::intflag::IntflagSpec
write(|w| ..) method takes intflag::W writer structure
impl Writable for atsamd21e::adc::intflag::IntflagSpec
write(|w| ..) method takes intflag::W writer structure
Source§impl Writable for OffsetcorrSpec
write(|w| ..) method takes offsetcorr::W writer structure
impl Writable for OffsetcorrSpec
write(|w| ..) method takes offsetcorr::W writer structure
Source§impl Writable for RefctrlSpec
write(|w| ..) method takes refctrl::W writer structure
impl Writable for RefctrlSpec
write(|w| ..) method takes refctrl::W writer structure
Source§impl Writable for SampctrlSpec
write(|w| ..) method takes sampctrl::W writer structure
impl Writable for SampctrlSpec
write(|w| ..) method takes sampctrl::W writer structure
Source§impl Writable for SwtrigSpec
write(|w| ..) method takes swtrig::W writer structure
impl Writable for SwtrigSpec
write(|w| ..) method takes swtrig::W writer structure
Source§impl Writable for atsamd21e::adc::winctrl::WinctrlSpec
write(|w| ..) method takes winctrl::W writer structure
impl Writable for atsamd21e::adc::winctrl::WinctrlSpec
write(|w| ..) method takes winctrl::W writer structure
Source§impl Writable for atsamd21e::dac::ctrla::CtrlaSpec
write(|w| ..) method takes ctrla::W writer structure
impl Writable for atsamd21e::dac::ctrla::CtrlaSpec
write(|w| ..) method takes ctrla::W writer structure
Source§impl Writable for atsamd21e::dac::ctrlb::CtrlbSpec
write(|w| ..) method takes ctrlb::W writer structure
impl Writable for atsamd21e::dac::ctrlb::CtrlbSpec
write(|w| ..) method takes ctrlb::W writer structure
Source§impl Writable for atsamd21e::dac::data::DataSpec
write(|w| ..) method takes data::W writer structure
impl Writable for atsamd21e::dac::data::DataSpec
write(|w| ..) method takes data::W writer structure
Source§impl Writable for DatabufSpec
write(|w| ..) method takes databuf::W writer structure
impl Writable for DatabufSpec
write(|w| ..) method takes databuf::W writer structure
Source§impl Writable for atsamd21e::dac::evctrl::EvctrlSpec
write(|w| ..) method takes evctrl::W writer structure
impl Writable for atsamd21e::dac::evctrl::EvctrlSpec
write(|w| ..) method takes evctrl::W writer structure
Source§impl Writable for atsamd21e::dac::intenclr::IntenclrSpec
write(|w| ..) method takes intenclr::W writer structure
impl Writable for atsamd21e::dac::intenclr::IntenclrSpec
write(|w| ..) method takes intenclr::W writer structure
Source§impl Writable for atsamd21e::dac::intenset::IntensetSpec
write(|w| ..) method takes intenset::W writer structure
impl Writable for atsamd21e::dac::intenset::IntensetSpec
write(|w| ..) method takes intenset::W writer structure
Source§impl Writable for atsamd21e::dac::intflag::IntflagSpec
write(|w| ..) method takes intflag::W writer structure
impl Writable for atsamd21e::dac::intflag::IntflagSpec
write(|w| ..) method takes intflag::W writer structure
Source§impl Writable for BaseaddrSpec
write(|w| ..) method takes baseaddr::W writer structure
impl Writable for BaseaddrSpec
write(|w| ..) method takes baseaddr::W writer structure
Source§impl Writable for ChctrlaSpec
write(|w| ..) method takes chctrla::W writer structure
impl Writable for ChctrlaSpec
write(|w| ..) method takes chctrla::W writer structure
Source§impl Writable for ChctrlbSpec
write(|w| ..) method takes chctrlb::W writer structure
impl Writable for ChctrlbSpec
write(|w| ..) method takes chctrlb::W writer structure
Source§impl Writable for ChintenclrSpec
write(|w| ..) method takes chintenclr::W writer structure
impl Writable for ChintenclrSpec
write(|w| ..) method takes chintenclr::W writer structure
Source§impl Writable for ChintensetSpec
write(|w| ..) method takes chintenset::W writer structure
impl Writable for ChintensetSpec
write(|w| ..) method takes chintenset::W writer structure
Source§impl Writable for ChintflagSpec
write(|w| ..) method takes chintflag::W writer structure
impl Writable for ChintflagSpec
write(|w| ..) method takes chintflag::W writer structure
Source§impl Writable for CrcchksumSpec
write(|w| ..) method takes crcchksum::W writer structure
impl Writable for CrcchksumSpec
write(|w| ..) method takes crcchksum::W writer structure
Source§impl Writable for CrcctrlSpec
write(|w| ..) method takes crcctrl::W writer structure
impl Writable for CrcctrlSpec
write(|w| ..) method takes crcctrl::W writer structure
Source§impl Writable for CrcdatainSpec
write(|w| ..) method takes crcdatain::W writer structure
impl Writable for CrcdatainSpec
write(|w| ..) method takes crcdatain::W writer structure
Source§impl Writable for CrcstatusSpec
write(|w| ..) method takes crcstatus::W writer structure
impl Writable for CrcstatusSpec
write(|w| ..) method takes crcstatus::W writer structure
Source§impl Writable for atsamd21e::dmac::ctrl::CtrlSpec
write(|w| ..) method takes ctrl::W writer structure
impl Writable for atsamd21e::dmac::ctrl::CtrlSpec
write(|w| ..) method takes ctrl::W writer structure
Source§impl Writable for atsamd21e::dmac::dbgctrl::DbgctrlSpec
write(|w| ..) method takes dbgctrl::W writer structure
impl Writable for atsamd21e::dmac::dbgctrl::DbgctrlSpec
write(|w| ..) method takes dbgctrl::W writer structure
Source§impl Writable for IntpendSpec
write(|w| ..) method takes intpend::W writer structure
impl Writable for IntpendSpec
write(|w| ..) method takes intpend::W writer structure
Source§impl Writable for Prictrl0Spec
write(|w| ..) method takes prictrl0::W writer structure
impl Writable for Prictrl0Spec
write(|w| ..) method takes prictrl0::W writer structure
Source§impl Writable for atsamd21e::dmac::qosctrl::QosctrlSpec
write(|w| ..) method takes qosctrl::W writer structure
impl Writable for atsamd21e::dmac::qosctrl::QosctrlSpec
write(|w| ..) method takes qosctrl::W writer structure
Source§impl Writable for SwtrigctrlSpec
write(|w| ..) method takes swtrigctrl::W writer structure
impl Writable for SwtrigctrlSpec
write(|w| ..) method takes swtrigctrl::W writer structure
Source§impl Writable for WrbaddrSpec
write(|w| ..) method takes wrbaddr::W writer structure
impl Writable for WrbaddrSpec
write(|w| ..) method takes wrbaddr::W writer structure
Source§impl Writable for atsamd21e::dsu::addr::AddrSpec
write(|w| ..) method takes addr::W writer structure
impl Writable for atsamd21e::dsu::addr::AddrSpec
write(|w| ..) method takes addr::W writer structure
Source§impl Writable for atsamd21e::dsu::ctrl::CtrlSpec
write(|w| ..) method takes ctrl::W writer structure
impl Writable for atsamd21e::dsu::ctrl::CtrlSpec
write(|w| ..) method takes ctrl::W writer structure
Source§impl Writable for atsamd21e::dsu::data::DataSpec
write(|w| ..) method takes data::W writer structure
impl Writable for atsamd21e::dsu::data::DataSpec
write(|w| ..) method takes data::W writer structure
Source§impl Writable for LengthSpec
write(|w| ..) method takes length::W writer structure
impl Writable for LengthSpec
write(|w| ..) method takes length::W writer structure
Source§impl Writable for StatusaSpec
write(|w| ..) method takes statusa::W writer structure
impl Writable for StatusaSpec
write(|w| ..) method takes statusa::W writer structure
Source§impl Writable for atsamd21e::eic::config::ConfigSpec
write(|w| ..) method takes config::W writer structure
impl Writable for atsamd21e::eic::config::ConfigSpec
write(|w| ..) method takes config::W writer structure
Source§impl Writable for atsamd21e::eic::ctrl::CtrlSpec
write(|w| ..) method takes ctrl::W writer structure
impl Writable for atsamd21e::eic::ctrl::CtrlSpec
write(|w| ..) method takes ctrl::W writer structure
Source§impl Writable for atsamd21e::eic::evctrl::EvctrlSpec
write(|w| ..) method takes evctrl::W writer structure
impl Writable for atsamd21e::eic::evctrl::EvctrlSpec
write(|w| ..) method takes evctrl::W writer structure
Source§impl Writable for atsamd21e::eic::intenclr::IntenclrSpec
write(|w| ..) method takes intenclr::W writer structure
impl Writable for atsamd21e::eic::intenclr::IntenclrSpec
write(|w| ..) method takes intenclr::W writer structure
Source§impl Writable for atsamd21e::eic::intenset::IntensetSpec
write(|w| ..) method takes intenset::W writer structure
impl Writable for atsamd21e::eic::intenset::IntensetSpec
write(|w| ..) method takes intenset::W writer structure
Source§impl Writable for atsamd21e::eic::intflag::IntflagSpec
write(|w| ..) method takes intflag::W writer structure
impl Writable for atsamd21e::eic::intflag::IntflagSpec
write(|w| ..) method takes intflag::W writer structure
Source§impl Writable for NmictrlSpec
write(|w| ..) method takes nmictrl::W writer structure
impl Writable for NmictrlSpec
write(|w| ..) method takes nmictrl::W writer structure
Source§impl Writable for NmiflagSpec
write(|w| ..) method takes nmiflag::W writer structure
impl Writable for NmiflagSpec
write(|w| ..) method takes nmiflag::W writer structure
Source§impl Writable for WakeupSpec
write(|w| ..) method takes wakeup::W writer structure
impl Writable for WakeupSpec
write(|w| ..) method takes wakeup::W writer structure
Source§impl Writable for ChannelSpec
write(|w| ..) method takes channel::W writer structure
impl Writable for ChannelSpec
write(|w| ..) method takes channel::W writer structure
Source§impl Writable for atsamd21e::evsys::ctrl::CtrlSpec
write(|w| ..) method takes ctrl::W writer structure
impl Writable for atsamd21e::evsys::ctrl::CtrlSpec
write(|w| ..) method takes ctrl::W writer structure
Source§impl Writable for atsamd21e::evsys::intenclr::IntenclrSpec
write(|w| ..) method takes intenclr::W writer structure
impl Writable for atsamd21e::evsys::intenclr::IntenclrSpec
write(|w| ..) method takes intenclr::W writer structure
Source§impl Writable for atsamd21e::evsys::intenset::IntensetSpec
write(|w| ..) method takes intenset::W writer structure
impl Writable for atsamd21e::evsys::intenset::IntensetSpec
write(|w| ..) method takes intenset::W writer structure
Source§impl Writable for atsamd21e::evsys::intflag::IntflagSpec
write(|w| ..) method takes intflag::W writer structure
impl Writable for atsamd21e::evsys::intflag::IntflagSpec
write(|w| ..) method takes intflag::W writer structure
Source§impl Writable for atsamd21e::gclk::clkctrl::ClkctrlSpec
write(|w| ..) method takes clkctrl::W writer structure
impl Writable for atsamd21e::gclk::clkctrl::ClkctrlSpec
write(|w| ..) method takes clkctrl::W writer structure
Source§impl Writable for atsamd21e::gclk::ctrl::CtrlSpec
write(|w| ..) method takes ctrl::W writer structure
impl Writable for atsamd21e::gclk::ctrl::CtrlSpec
write(|w| ..) method takes ctrl::W writer structure
Source§impl Writable for GenctrlSpec
write(|w| ..) method takes genctrl::W writer structure
impl Writable for GenctrlSpec
write(|w| ..) method takes genctrl::W writer structure
Source§impl Writable for GendivSpec
write(|w| ..) method takes gendiv::W writer structure
impl Writable for GendivSpec
write(|w| ..) method takes gendiv::W writer structure
Source§impl Writable for atsamd21e::i2s::clkctrl::ClkctrlSpec
write(|w| ..) method takes clkctrl::W writer structure
impl Writable for atsamd21e::i2s::clkctrl::ClkctrlSpec
write(|w| ..) method takes clkctrl::W writer structure
Source§impl Writable for atsamd21e::i2s::ctrla::CtrlaSpec
write(|w| ..) method takes ctrla::W writer structure
impl Writable for atsamd21e::i2s::ctrla::CtrlaSpec
write(|w| ..) method takes ctrla::W writer structure
Source§impl Writable for atsamd21e::i2s::data::DataSpec
write(|w| ..) method takes data::W writer structure
impl Writable for atsamd21e::i2s::data::DataSpec
write(|w| ..) method takes data::W writer structure
Source§impl Writable for atsamd21e::i2s::intenclr::IntenclrSpec
write(|w| ..) method takes intenclr::W writer structure
impl Writable for atsamd21e::i2s::intenclr::IntenclrSpec
write(|w| ..) method takes intenclr::W writer structure
Source§impl Writable for atsamd21e::i2s::intenset::IntensetSpec
write(|w| ..) method takes intenset::W writer structure
impl Writable for atsamd21e::i2s::intenset::IntensetSpec
write(|w| ..) method takes intenset::W writer structure
Source§impl Writable for atsamd21e::i2s::intflag::IntflagSpec
write(|w| ..) method takes intflag::W writer structure
impl Writable for atsamd21e::i2s::intflag::IntflagSpec
write(|w| ..) method takes intflag::W writer structure
Source§impl Writable for SerctrlSpec
write(|w| ..) method takes serctrl::W writer structure
impl Writable for SerctrlSpec
write(|w| ..) method takes serctrl::W writer structure
Source§impl Writable for ClaimclrSpec
write(|w| ..) method takes claimclr::W writer structure
impl Writable for ClaimclrSpec
write(|w| ..) method takes claimclr::W writer structure
Source§impl Writable for ClaimsetSpec
write(|w| ..) method takes claimset::W writer structure
impl Writable for ClaimsetSpec
write(|w| ..) method takes claimset::W writer structure
Source§impl Writable for ItctrlSpec
write(|w| ..) method takes itctrl::W writer structure
impl Writable for ItctrlSpec
write(|w| ..) method takes itctrl::W writer structure
Source§impl Writable for LockaccessSpec
write(|w| ..) method takes lockaccess::W writer structure
impl Writable for LockaccessSpec
write(|w| ..) method takes lockaccess::W writer structure
Source§impl Writable for MasterSpec
write(|w| ..) method takes master::W writer structure
impl Writable for MasterSpec
write(|w| ..) method takes master::W writer structure
Source§impl Writable for PositionSpec
write(|w| ..) method takes position::W writer structure
impl Writable for PositionSpec
write(|w| ..) method takes position::W writer structure
Source§impl Writable for atsamd21e::nvmctrl::addr::AddrSpec
write(|w| ..) method takes addr::W writer structure
impl Writable for atsamd21e::nvmctrl::addr::AddrSpec
write(|w| ..) method takes addr::W writer structure
Source§impl Writable for atsamd21e::nvmctrl::ctrla::CtrlaSpec
write(|w| ..) method takes ctrla::W writer structure
impl Writable for atsamd21e::nvmctrl::ctrla::CtrlaSpec
write(|w| ..) method takes ctrla::W writer structure
Source§impl Writable for atsamd21e::nvmctrl::ctrlb::CtrlbSpec
write(|w| ..) method takes ctrlb::W writer structure
impl Writable for atsamd21e::nvmctrl::ctrlb::CtrlbSpec
write(|w| ..) method takes ctrlb::W writer structure
Source§impl Writable for atsamd21e::nvmctrl::intenclr::IntenclrSpec
write(|w| ..) method takes intenclr::W writer structure
impl Writable for atsamd21e::nvmctrl::intenclr::IntenclrSpec
write(|w| ..) method takes intenclr::W writer structure
Source§impl Writable for atsamd21e::nvmctrl::intenset::IntensetSpec
write(|w| ..) method takes intenset::W writer structure
impl Writable for atsamd21e::nvmctrl::intenset::IntensetSpec
write(|w| ..) method takes intenset::W writer structure
Source§impl Writable for atsamd21e::nvmctrl::intflag::IntflagSpec
write(|w| ..) method takes intflag::W writer structure
impl Writable for atsamd21e::nvmctrl::intflag::IntflagSpec
write(|w| ..) method takes intflag::W writer structure
Source§impl Writable for atsamd21e::nvmctrl::status::StatusSpec
write(|w| ..) method takes status::W writer structure
impl Writable for atsamd21e::nvmctrl::status::StatusSpec
write(|w| ..) method takes status::W writer structure
Source§impl Writable for AhbmaskSpec
write(|w| ..) method takes ahbmask::W writer structure
impl Writable for AhbmaskSpec
write(|w| ..) method takes ahbmask::W writer structure
Source§impl Writable for ApbamaskSpec
write(|w| ..) method takes apbamask::W writer structure
impl Writable for ApbamaskSpec
write(|w| ..) method takes apbamask::W writer structure
Source§impl Writable for ApbaselSpec
write(|w| ..) method takes apbasel::W writer structure
impl Writable for ApbaselSpec
write(|w| ..) method takes apbasel::W writer structure
Source§impl Writable for ApbbmaskSpec
write(|w| ..) method takes apbbmask::W writer structure
impl Writable for ApbbmaskSpec
write(|w| ..) method takes apbbmask::W writer structure
Source§impl Writable for ApbbselSpec
write(|w| ..) method takes apbbsel::W writer structure
impl Writable for ApbbselSpec
write(|w| ..) method takes apbbsel::W writer structure
Source§impl Writable for ApbcmaskSpec
write(|w| ..) method takes apbcmask::W writer structure
impl Writable for ApbcmaskSpec
write(|w| ..) method takes apbcmask::W writer structure
Source§impl Writable for ApbcselSpec
write(|w| ..) method takes apbcsel::W writer structure
impl Writable for ApbcselSpec
write(|w| ..) method takes apbcsel::W writer structure
Source§impl Writable for CpuselSpec
write(|w| ..) method takes cpusel::W writer structure
impl Writable for CpuselSpec
write(|w| ..) method takes cpusel::W writer structure
Source§impl Writable for atsamd21e::pm::ctrl::CtrlSpec
write(|w| ..) method takes ctrl::W writer structure
impl Writable for atsamd21e::pm::ctrl::CtrlSpec
write(|w| ..) method takes ctrl::W writer structure
Source§impl Writable for atsamd21e::pm::intenclr::IntenclrSpec
write(|w| ..) method takes intenclr::W writer structure
impl Writable for atsamd21e::pm::intenclr::IntenclrSpec
write(|w| ..) method takes intenclr::W writer structure
Source§impl Writable for atsamd21e::pm::intenset::IntensetSpec
write(|w| ..) method takes intenset::W writer structure
impl Writable for atsamd21e::pm::intenset::IntensetSpec
write(|w| ..) method takes intenset::W writer structure
Source§impl Writable for atsamd21e::pm::intflag::IntflagSpec
write(|w| ..) method takes intflag::W writer structure
impl Writable for atsamd21e::pm::intflag::IntflagSpec
write(|w| ..) method takes intflag::W writer structure
Source§impl Writable for atsamd21e::port::ctrl::CtrlSpec
write(|w| ..) method takes ctrl::W writer structure
impl Writable for atsamd21e::port::ctrl::CtrlSpec
write(|w| ..) method takes ctrl::W writer structure
Source§impl Writable for DirclrSpec
write(|w| ..) method takes dirclr::W writer structure
impl Writable for DirclrSpec
write(|w| ..) method takes dirclr::W writer structure
Source§impl Writable for DirsetSpec
write(|w| ..) method takes dirset::W writer structure
impl Writable for DirsetSpec
write(|w| ..) method takes dirset::W writer structure
Source§impl Writable for DirtglSpec
write(|w| ..) method takes dirtgl::W writer structure
impl Writable for DirtglSpec
write(|w| ..) method takes dirtgl::W writer structure
Source§impl Writable for OutclrSpec
write(|w| ..) method takes outclr::W writer structure
impl Writable for OutclrSpec
write(|w| ..) method takes outclr::W writer structure
Source§impl Writable for OutsetSpec
write(|w| ..) method takes outset::W writer structure
impl Writable for OutsetSpec
write(|w| ..) method takes outset::W writer structure
Source§impl Writable for OuttglSpec
write(|w| ..) method takes outtgl::W writer structure
impl Writable for OuttglSpec
write(|w| ..) method takes outtgl::W writer structure
Source§impl Writable for Pincfg0_Spec
write(|w| ..) method takes pincfg0_::W writer structure
impl Writable for Pincfg0_Spec
write(|w| ..) method takes pincfg0_::W writer structure
Source§impl Writable for Pmux0_Spec
write(|w| ..) method takes pmux0_::W writer structure
impl Writable for Pmux0_Spec
write(|w| ..) method takes pmux0_::W writer structure
Source§impl Writable for WrconfigSpec
write(|w| ..) method takes wrconfig::W writer structure
impl Writable for WrconfigSpec
write(|w| ..) method takes wrconfig::W writer structure
Source§impl Writable for atsamd21e::rtc::mode0::comp::CompSpec
write(|w| ..) method takes comp::W writer structure
impl Writable for atsamd21e::rtc::mode0::comp::CompSpec
write(|w| ..) method takes comp::W writer structure
Source§impl Writable for atsamd21e::rtc::mode0::count::CountSpec
write(|w| ..) method takes count::W writer structure
impl Writable for atsamd21e::rtc::mode0::count::CountSpec
write(|w| ..) method takes count::W writer structure
Source§impl Writable for atsamd21e::rtc::mode0::ctrl::CtrlSpec
write(|w| ..) method takes ctrl::W writer structure
impl Writable for atsamd21e::rtc::mode0::ctrl::CtrlSpec
write(|w| ..) method takes ctrl::W writer structure
Source§impl Writable for atsamd21e::rtc::mode0::dbgctrl::DbgctrlSpec
write(|w| ..) method takes dbgctrl::W writer structure
impl Writable for atsamd21e::rtc::mode0::dbgctrl::DbgctrlSpec
write(|w| ..) method takes dbgctrl::W writer structure
Source§impl Writable for atsamd21e::rtc::mode0::evctrl::EvctrlSpec
write(|w| ..) method takes evctrl::W writer structure
impl Writable for atsamd21e::rtc::mode0::evctrl::EvctrlSpec
write(|w| ..) method takes evctrl::W writer structure
Source§impl Writable for atsamd21e::rtc::mode0::freqcorr::FreqcorrSpec
write(|w| ..) method takes freqcorr::W writer structure
impl Writable for atsamd21e::rtc::mode0::freqcorr::FreqcorrSpec
write(|w| ..) method takes freqcorr::W writer structure
Source§impl Writable for atsamd21e::rtc::mode0::intenclr::IntenclrSpec
write(|w| ..) method takes intenclr::W writer structure
impl Writable for atsamd21e::rtc::mode0::intenclr::IntenclrSpec
write(|w| ..) method takes intenclr::W writer structure
Source§impl Writable for atsamd21e::rtc::mode0::intenset::IntensetSpec
write(|w| ..) method takes intenset::W writer structure
impl Writable for atsamd21e::rtc::mode0::intenset::IntensetSpec
write(|w| ..) method takes intenset::W writer structure
Source§impl Writable for atsamd21e::rtc::mode0::intflag::IntflagSpec
write(|w| ..) method takes intflag::W writer structure
impl Writable for atsamd21e::rtc::mode0::intflag::IntflagSpec
write(|w| ..) method takes intflag::W writer structure
Source§impl Writable for atsamd21e::rtc::mode0::readreq::ReadreqSpec
write(|w| ..) method takes readreq::W writer structure
impl Writable for atsamd21e::rtc::mode0::readreq::ReadreqSpec
write(|w| ..) method takes readreq::W writer structure
Source§impl Writable for atsamd21e::rtc::mode0::status::StatusSpec
write(|w| ..) method takes status::W writer structure
impl Writable for atsamd21e::rtc::mode0::status::StatusSpec
write(|w| ..) method takes status::W writer structure
Source§impl Writable for atsamd21e::rtc::mode1::comp::CompSpec
write(|w| ..) method takes comp::W writer structure
impl Writable for atsamd21e::rtc::mode1::comp::CompSpec
write(|w| ..) method takes comp::W writer structure
Source§impl Writable for atsamd21e::rtc::mode1::count::CountSpec
write(|w| ..) method takes count::W writer structure
impl Writable for atsamd21e::rtc::mode1::count::CountSpec
write(|w| ..) method takes count::W writer structure
Source§impl Writable for atsamd21e::rtc::mode1::ctrl::CtrlSpec
write(|w| ..) method takes ctrl::W writer structure
impl Writable for atsamd21e::rtc::mode1::ctrl::CtrlSpec
write(|w| ..) method takes ctrl::W writer structure
Source§impl Writable for atsamd21e::rtc::mode1::dbgctrl::DbgctrlSpec
write(|w| ..) method takes dbgctrl::W writer structure
impl Writable for atsamd21e::rtc::mode1::dbgctrl::DbgctrlSpec
write(|w| ..) method takes dbgctrl::W writer structure
Source§impl Writable for atsamd21e::rtc::mode1::evctrl::EvctrlSpec
write(|w| ..) method takes evctrl::W writer structure
impl Writable for atsamd21e::rtc::mode1::evctrl::EvctrlSpec
write(|w| ..) method takes evctrl::W writer structure
Source§impl Writable for atsamd21e::rtc::mode1::freqcorr::FreqcorrSpec
write(|w| ..) method takes freqcorr::W writer structure
impl Writable for atsamd21e::rtc::mode1::freqcorr::FreqcorrSpec
write(|w| ..) method takes freqcorr::W writer structure
Source§impl Writable for atsamd21e::rtc::mode1::intenclr::IntenclrSpec
write(|w| ..) method takes intenclr::W writer structure
impl Writable for atsamd21e::rtc::mode1::intenclr::IntenclrSpec
write(|w| ..) method takes intenclr::W writer structure
Source§impl Writable for atsamd21e::rtc::mode1::intenset::IntensetSpec
write(|w| ..) method takes intenset::W writer structure
impl Writable for atsamd21e::rtc::mode1::intenset::IntensetSpec
write(|w| ..) method takes intenset::W writer structure
Source§impl Writable for atsamd21e::rtc::mode1::intflag::IntflagSpec
write(|w| ..) method takes intflag::W writer structure
impl Writable for atsamd21e::rtc::mode1::intflag::IntflagSpec
write(|w| ..) method takes intflag::W writer structure
Source§impl Writable for atsamd21e::rtc::mode1::per::PerSpec
write(|w| ..) method takes per::W writer structure
impl Writable for atsamd21e::rtc::mode1::per::PerSpec
write(|w| ..) method takes per::W writer structure
Source§impl Writable for atsamd21e::rtc::mode1::readreq::ReadreqSpec
write(|w| ..) method takes readreq::W writer structure
impl Writable for atsamd21e::rtc::mode1::readreq::ReadreqSpec
write(|w| ..) method takes readreq::W writer structure
Source§impl Writable for atsamd21e::rtc::mode1::status::StatusSpec
write(|w| ..) method takes status::W writer structure
impl Writable for atsamd21e::rtc::mode1::status::StatusSpec
write(|w| ..) method takes status::W writer structure
Source§impl Writable for atsamd21e::rtc::mode2::ctrl::CtrlSpec
write(|w| ..) method takes ctrl::W writer structure
impl Writable for atsamd21e::rtc::mode2::ctrl::CtrlSpec
write(|w| ..) method takes ctrl::W writer structure
Source§impl Writable for atsamd21e::rtc::mode2::dbgctrl::DbgctrlSpec
write(|w| ..) method takes dbgctrl::W writer structure
impl Writable for atsamd21e::rtc::mode2::dbgctrl::DbgctrlSpec
write(|w| ..) method takes dbgctrl::W writer structure
Source§impl Writable for atsamd21e::rtc::mode2::evctrl::EvctrlSpec
write(|w| ..) method takes evctrl::W writer structure
impl Writable for atsamd21e::rtc::mode2::evctrl::EvctrlSpec
write(|w| ..) method takes evctrl::W writer structure
Source§impl Writable for atsamd21e::rtc::mode2::freqcorr::FreqcorrSpec
write(|w| ..) method takes freqcorr::W writer structure
impl Writable for atsamd21e::rtc::mode2::freqcorr::FreqcorrSpec
write(|w| ..) method takes freqcorr::W writer structure
Source§impl Writable for atsamd21e::rtc::mode2::intenclr::IntenclrSpec
write(|w| ..) method takes intenclr::W writer structure
impl Writable for atsamd21e::rtc::mode2::intenclr::IntenclrSpec
write(|w| ..) method takes intenclr::W writer structure
Source§impl Writable for atsamd21e::rtc::mode2::intenset::IntensetSpec
write(|w| ..) method takes intenset::W writer structure
impl Writable for atsamd21e::rtc::mode2::intenset::IntensetSpec
write(|w| ..) method takes intenset::W writer structure
Source§impl Writable for atsamd21e::rtc::mode2::intflag::IntflagSpec
write(|w| ..) method takes intflag::W writer structure
impl Writable for atsamd21e::rtc::mode2::intflag::IntflagSpec
write(|w| ..) method takes intflag::W writer structure
Source§impl Writable for atsamd21e::rtc::mode2::readreq::ReadreqSpec
write(|w| ..) method takes readreq::W writer structure
impl Writable for atsamd21e::rtc::mode2::readreq::ReadreqSpec
write(|w| ..) method takes readreq::W writer structure
Source§impl Writable for atsamd21e::rtc::mode2::status::StatusSpec
write(|w| ..) method takes status::W writer structure
impl Writable for atsamd21e::rtc::mode2::status::StatusSpec
write(|w| ..) method takes status::W writer structure
Source§impl Writable for atsamd21e::sercom0::i2cm::addr::AddrSpec
write(|w| ..) method takes addr::W writer structure
impl Writable for atsamd21e::sercom0::i2cm::addr::AddrSpec
write(|w| ..) method takes addr::W writer structure
Source§impl Writable for atsamd21e::sercom0::i2cm::baud::BaudSpec
write(|w| ..) method takes baud::W writer structure
impl Writable for atsamd21e::sercom0::i2cm::baud::BaudSpec
write(|w| ..) method takes baud::W writer structure
Source§impl Writable for atsamd21e::sercom0::i2cm::ctrla::CtrlaSpec
write(|w| ..) method takes ctrla::W writer structure
impl Writable for atsamd21e::sercom0::i2cm::ctrla::CtrlaSpec
write(|w| ..) method takes ctrla::W writer structure
Source§impl Writable for atsamd21e::sercom0::i2cm::ctrlb::CtrlbSpec
write(|w| ..) method takes ctrlb::W writer structure
impl Writable for atsamd21e::sercom0::i2cm::ctrlb::CtrlbSpec
write(|w| ..) method takes ctrlb::W writer structure
Source§impl Writable for atsamd21e::sercom0::i2cm::data::DataSpec
write(|w| ..) method takes data::W writer structure
impl Writable for atsamd21e::sercom0::i2cm::data::DataSpec
write(|w| ..) method takes data::W writer structure
Source§impl Writable for atsamd21e::sercom0::i2cm::dbgctrl::DbgctrlSpec
write(|w| ..) method takes dbgctrl::W writer structure
impl Writable for atsamd21e::sercom0::i2cm::dbgctrl::DbgctrlSpec
write(|w| ..) method takes dbgctrl::W writer structure
Source§impl Writable for atsamd21e::sercom0::i2cm::intenclr::IntenclrSpec
write(|w| ..) method takes intenclr::W writer structure
impl Writable for atsamd21e::sercom0::i2cm::intenclr::IntenclrSpec
write(|w| ..) method takes intenclr::W writer structure
Source§impl Writable for atsamd21e::sercom0::i2cm::intenset::IntensetSpec
write(|w| ..) method takes intenset::W writer structure
impl Writable for atsamd21e::sercom0::i2cm::intenset::IntensetSpec
write(|w| ..) method takes intenset::W writer structure
Source§impl Writable for atsamd21e::sercom0::i2cm::intflag::IntflagSpec
write(|w| ..) method takes intflag::W writer structure
impl Writable for atsamd21e::sercom0::i2cm::intflag::IntflagSpec
write(|w| ..) method takes intflag::W writer structure
Source§impl Writable for atsamd21e::sercom0::i2cm::status::StatusSpec
write(|w| ..) method takes status::W writer structure
impl Writable for atsamd21e::sercom0::i2cm::status::StatusSpec
write(|w| ..) method takes status::W writer structure
Source§impl Writable for atsamd21e::sercom0::i2cs::addr::AddrSpec
write(|w| ..) method takes addr::W writer structure
impl Writable for atsamd21e::sercom0::i2cs::addr::AddrSpec
write(|w| ..) method takes addr::W writer structure
Source§impl Writable for atsamd21e::sercom0::i2cs::ctrla::CtrlaSpec
write(|w| ..) method takes ctrla::W writer structure
impl Writable for atsamd21e::sercom0::i2cs::ctrla::CtrlaSpec
write(|w| ..) method takes ctrla::W writer structure
Source§impl Writable for atsamd21e::sercom0::i2cs::ctrlb::CtrlbSpec
write(|w| ..) method takes ctrlb::W writer structure
impl Writable for atsamd21e::sercom0::i2cs::ctrlb::CtrlbSpec
write(|w| ..) method takes ctrlb::W writer structure
Source§impl Writable for atsamd21e::sercom0::i2cs::data::DataSpec
write(|w| ..) method takes data::W writer structure
impl Writable for atsamd21e::sercom0::i2cs::data::DataSpec
write(|w| ..) method takes data::W writer structure
Source§impl Writable for atsamd21e::sercom0::i2cs::intenclr::IntenclrSpec
write(|w| ..) method takes intenclr::W writer structure
impl Writable for atsamd21e::sercom0::i2cs::intenclr::IntenclrSpec
write(|w| ..) method takes intenclr::W writer structure
Source§impl Writable for atsamd21e::sercom0::i2cs::intenset::IntensetSpec
write(|w| ..) method takes intenset::W writer structure
impl Writable for atsamd21e::sercom0::i2cs::intenset::IntensetSpec
write(|w| ..) method takes intenset::W writer structure
Source§impl Writable for atsamd21e::sercom0::i2cs::intflag::IntflagSpec
write(|w| ..) method takes intflag::W writer structure
impl Writable for atsamd21e::sercom0::i2cs::intflag::IntflagSpec
write(|w| ..) method takes intflag::W writer structure
Source§impl Writable for atsamd21e::sercom0::i2cs::status::StatusSpec
write(|w| ..) method takes status::W writer structure
impl Writable for atsamd21e::sercom0::i2cs::status::StatusSpec
write(|w| ..) method takes status::W writer structure
Source§impl Writable for atsamd21e::sercom0::spi::addr::AddrSpec
write(|w| ..) method takes addr::W writer structure
impl Writable for atsamd21e::sercom0::spi::addr::AddrSpec
write(|w| ..) method takes addr::W writer structure
Source§impl Writable for atsamd21e::sercom0::spi::baud::BaudSpec
write(|w| ..) method takes baud::W writer structure
impl Writable for atsamd21e::sercom0::spi::baud::BaudSpec
write(|w| ..) method takes baud::W writer structure
Source§impl Writable for atsamd21e::sercom0::spi::ctrla::CtrlaSpec
write(|w| ..) method takes ctrla::W writer structure
impl Writable for atsamd21e::sercom0::spi::ctrla::CtrlaSpec
write(|w| ..) method takes ctrla::W writer structure
Source§impl Writable for atsamd21e::sercom0::spi::ctrlb::CtrlbSpec
write(|w| ..) method takes ctrlb::W writer structure
impl Writable for atsamd21e::sercom0::spi::ctrlb::CtrlbSpec
write(|w| ..) method takes ctrlb::W writer structure
Source§impl Writable for atsamd21e::sercom0::spi::data::DataSpec
write(|w| ..) method takes data::W writer structure
impl Writable for atsamd21e::sercom0::spi::data::DataSpec
write(|w| ..) method takes data::W writer structure
Source§impl Writable for atsamd21e::sercom0::spi::dbgctrl::DbgctrlSpec
write(|w| ..) method takes dbgctrl::W writer structure
impl Writable for atsamd21e::sercom0::spi::dbgctrl::DbgctrlSpec
write(|w| ..) method takes dbgctrl::W writer structure
Source§impl Writable for atsamd21e::sercom0::spi::intenclr::IntenclrSpec
write(|w| ..) method takes intenclr::W writer structure
impl Writable for atsamd21e::sercom0::spi::intenclr::IntenclrSpec
write(|w| ..) method takes intenclr::W writer structure
Source§impl Writable for atsamd21e::sercom0::spi::intenset::IntensetSpec
write(|w| ..) method takes intenset::W writer structure
impl Writable for atsamd21e::sercom0::spi::intenset::IntensetSpec
write(|w| ..) method takes intenset::W writer structure
Source§impl Writable for atsamd21e::sercom0::spi::intflag::IntflagSpec
write(|w| ..) method takes intflag::W writer structure
impl Writable for atsamd21e::sercom0::spi::intflag::IntflagSpec
write(|w| ..) method takes intflag::W writer structure
Source§impl Writable for atsamd21e::sercom0::spi::status::StatusSpec
write(|w| ..) method takes status::W writer structure
impl Writable for atsamd21e::sercom0::spi::status::StatusSpec
write(|w| ..) method takes status::W writer structure
Source§impl Writable for atsamd21e::sercom0::usart::baud::BaudSpec
write(|w| ..) method takes baud::W writer structure
impl Writable for atsamd21e::sercom0::usart::baud::BaudSpec
write(|w| ..) method takes baud::W writer structure
Source§impl Writable for BaudFracModeSpec
write(|w| ..) method takes baud_frac_mode::W writer structure
impl Writable for BaudFracModeSpec
write(|w| ..) method takes baud_frac_mode::W writer structure
Source§impl Writable for BaudFracfpModeSpec
write(|w| ..) method takes baud_fracfp_mode::W writer structure
impl Writable for BaudFracfpModeSpec
write(|w| ..) method takes baud_fracfp_mode::W writer structure
Source§impl Writable for BaudUsartfpModeSpec
write(|w| ..) method takes baud_usartfp_mode::W writer structure
impl Writable for BaudUsartfpModeSpec
write(|w| ..) method takes baud_usartfp_mode::W writer structure
Source§impl Writable for atsamd21e::sercom0::usart::ctrla::CtrlaSpec
write(|w| ..) method takes ctrla::W writer structure
impl Writable for atsamd21e::sercom0::usart::ctrla::CtrlaSpec
write(|w| ..) method takes ctrla::W writer structure
Source§impl Writable for atsamd21e::sercom0::usart::ctrlb::CtrlbSpec
write(|w| ..) method takes ctrlb::W writer structure
impl Writable for atsamd21e::sercom0::usart::ctrlb::CtrlbSpec
write(|w| ..) method takes ctrlb::W writer structure
Source§impl Writable for atsamd21e::sercom0::usart::data::DataSpec
write(|w| ..) method takes data::W writer structure
impl Writable for atsamd21e::sercom0::usart::data::DataSpec
write(|w| ..) method takes data::W writer structure
Source§impl Writable for atsamd21e::sercom0::usart::dbgctrl::DbgctrlSpec
write(|w| ..) method takes dbgctrl::W writer structure
impl Writable for atsamd21e::sercom0::usart::dbgctrl::DbgctrlSpec
write(|w| ..) method takes dbgctrl::W writer structure
Source§impl Writable for atsamd21e::sercom0::usart::intenclr::IntenclrSpec
write(|w| ..) method takes intenclr::W writer structure
impl Writable for atsamd21e::sercom0::usart::intenclr::IntenclrSpec
write(|w| ..) method takes intenclr::W writer structure
Source§impl Writable for atsamd21e::sercom0::usart::intenset::IntensetSpec
write(|w| ..) method takes intenset::W writer structure
impl Writable for atsamd21e::sercom0::usart::intenset::IntensetSpec
write(|w| ..) method takes intenset::W writer structure
Source§impl Writable for atsamd21e::sercom0::usart::intflag::IntflagSpec
write(|w| ..) method takes intflag::W writer structure
impl Writable for atsamd21e::sercom0::usart::intflag::IntflagSpec
write(|w| ..) method takes intflag::W writer structure
Source§impl Writable for atsamd21e::sercom0::usart::status::StatusSpec
write(|w| ..) method takes status::W writer structure
impl Writable for atsamd21e::sercom0::usart::status::StatusSpec
write(|w| ..) method takes status::W writer structure
Source§impl Writable for DfllctrlSpec
write(|w| ..) method takes dfllctrl::W writer structure
impl Writable for DfllctrlSpec
write(|w| ..) method takes dfllctrl::W writer structure
Source§impl Writable for DfllmulSpec
write(|w| ..) method takes dfllmul::W writer structure
impl Writable for DfllmulSpec
write(|w| ..) method takes dfllmul::W writer structure
Source§impl Writable for DfllsyncSpec
write(|w| ..) method takes dfllsync::W writer structure
impl Writable for DfllsyncSpec
write(|w| ..) method takes dfllsync::W writer structure
Source§impl Writable for DfllvalSpec
write(|w| ..) method takes dfllval::W writer structure
impl Writable for DfllvalSpec
write(|w| ..) method takes dfllval::W writer structure
Source§impl Writable for DpllctrlaSpec
write(|w| ..) method takes dpllctrla::W writer structure
impl Writable for DpllctrlaSpec
write(|w| ..) method takes dpllctrla::W writer structure
Source§impl Writable for DpllctrlbSpec
write(|w| ..) method takes dpllctrlb::W writer structure
impl Writable for DpllctrlbSpec
write(|w| ..) method takes dpllctrlb::W writer structure
Source§impl Writable for DpllratioSpec
write(|w| ..) method takes dpllratio::W writer structure
impl Writable for DpllratioSpec
write(|w| ..) method takes dpllratio::W writer structure
Source§impl Writable for atsamd21e::sysctrl::intenclr::IntenclrSpec
write(|w| ..) method takes intenclr::W writer structure
impl Writable for atsamd21e::sysctrl::intenclr::IntenclrSpec
write(|w| ..) method takes intenclr::W writer structure
Source§impl Writable for atsamd21e::sysctrl::intenset::IntensetSpec
write(|w| ..) method takes intenset::W writer structure
impl Writable for atsamd21e::sysctrl::intenset::IntensetSpec
write(|w| ..) method takes intenset::W writer structure
Source§impl Writable for atsamd21e::sysctrl::intflag::IntflagSpec
write(|w| ..) method takes intflag::W writer structure
impl Writable for atsamd21e::sysctrl::intflag::IntflagSpec
write(|w| ..) method takes intflag::W writer structure
Source§impl Writable for Osc32kSpec
write(|w| ..) method takes osc32k::W writer structure
impl Writable for Osc32kSpec
write(|w| ..) method takes osc32k::W writer structure
Source§impl Writable for Osculp32kSpec
write(|w| ..) method takes osculp32k::W writer structure
impl Writable for Osculp32kSpec
write(|w| ..) method takes osculp32k::W writer structure
Source§impl Writable for Xosc32kSpec
write(|w| ..) method takes xosc32k::W writer structure
impl Writable for Xosc32kSpec
write(|w| ..) method takes xosc32k::W writer structure
Source§impl Writable for atsamd21e::tc3::count8::cc::CcSpec
write(|w| ..) method takes cc::W writer structure
impl Writable for atsamd21e::tc3::count8::cc::CcSpec
write(|w| ..) method takes cc::W writer structure
Source§impl Writable for atsamd21e::tc3::count8::count::CountSpec
write(|w| ..) method takes count::W writer structure
impl Writable for atsamd21e::tc3::count8::count::CountSpec
write(|w| ..) method takes count::W writer structure
Source§impl Writable for atsamd21e::tc3::count8::ctrla::CtrlaSpec
write(|w| ..) method takes ctrla::W writer structure
impl Writable for atsamd21e::tc3::count8::ctrla::CtrlaSpec
write(|w| ..) method takes ctrla::W writer structure
Source§impl Writable for atsamd21e::tc3::count8::ctrlbclr::CtrlbclrSpec
write(|w| ..) method takes ctrlbclr::W writer structure
impl Writable for atsamd21e::tc3::count8::ctrlbclr::CtrlbclrSpec
write(|w| ..) method takes ctrlbclr::W writer structure
Source§impl Writable for atsamd21e::tc3::count8::ctrlbset::CtrlbsetSpec
write(|w| ..) method takes ctrlbset::W writer structure
impl Writable for atsamd21e::tc3::count8::ctrlbset::CtrlbsetSpec
write(|w| ..) method takes ctrlbset::W writer structure
Source§impl Writable for atsamd21e::tc3::count8::ctrlc::CtrlcSpec
write(|w| ..) method takes ctrlc::W writer structure
impl Writable for atsamd21e::tc3::count8::ctrlc::CtrlcSpec
write(|w| ..) method takes ctrlc::W writer structure
Source§impl Writable for atsamd21e::tc3::count8::dbgctrl::DbgctrlSpec
write(|w| ..) method takes dbgctrl::W writer structure
impl Writable for atsamd21e::tc3::count8::dbgctrl::DbgctrlSpec
write(|w| ..) method takes dbgctrl::W writer structure
Source§impl Writable for atsamd21e::tc3::count8::evctrl::EvctrlSpec
write(|w| ..) method takes evctrl::W writer structure
impl Writable for atsamd21e::tc3::count8::evctrl::EvctrlSpec
write(|w| ..) method takes evctrl::W writer structure
Source§impl Writable for atsamd21e::tc3::count8::intenclr::IntenclrSpec
write(|w| ..) method takes intenclr::W writer structure
impl Writable for atsamd21e::tc3::count8::intenclr::IntenclrSpec
write(|w| ..) method takes intenclr::W writer structure
Source§impl Writable for atsamd21e::tc3::count8::intenset::IntensetSpec
write(|w| ..) method takes intenset::W writer structure
impl Writable for atsamd21e::tc3::count8::intenset::IntensetSpec
write(|w| ..) method takes intenset::W writer structure
Source§impl Writable for atsamd21e::tc3::count8::intflag::IntflagSpec
write(|w| ..) method takes intflag::W writer structure
impl Writable for atsamd21e::tc3::count8::intflag::IntflagSpec
write(|w| ..) method takes intflag::W writer structure
Source§impl Writable for atsamd21e::tc3::count8::per::PerSpec
write(|w| ..) method takes per::W writer structure
impl Writable for atsamd21e::tc3::count8::per::PerSpec
write(|w| ..) method takes per::W writer structure
Source§impl Writable for atsamd21e::tc3::count8::readreq::ReadreqSpec
write(|w| ..) method takes readreq::W writer structure
impl Writable for atsamd21e::tc3::count8::readreq::ReadreqSpec
write(|w| ..) method takes readreq::W writer structure
Source§impl Writable for atsamd21e::tc3::count16::cc::CcSpec
write(|w| ..) method takes cc::W writer structure
impl Writable for atsamd21e::tc3::count16::cc::CcSpec
write(|w| ..) method takes cc::W writer structure
Source§impl Writable for atsamd21e::tc3::count16::count::CountSpec
write(|w| ..) method takes count::W writer structure
impl Writable for atsamd21e::tc3::count16::count::CountSpec
write(|w| ..) method takes count::W writer structure
Source§impl Writable for atsamd21e::tc3::count16::ctrla::CtrlaSpec
write(|w| ..) method takes ctrla::W writer structure
impl Writable for atsamd21e::tc3::count16::ctrla::CtrlaSpec
write(|w| ..) method takes ctrla::W writer structure
Source§impl Writable for atsamd21e::tc3::count16::ctrlbclr::CtrlbclrSpec
write(|w| ..) method takes ctrlbclr::W writer structure
impl Writable for atsamd21e::tc3::count16::ctrlbclr::CtrlbclrSpec
write(|w| ..) method takes ctrlbclr::W writer structure
Source§impl Writable for atsamd21e::tc3::count16::ctrlbset::CtrlbsetSpec
write(|w| ..) method takes ctrlbset::W writer structure
impl Writable for atsamd21e::tc3::count16::ctrlbset::CtrlbsetSpec
write(|w| ..) method takes ctrlbset::W writer structure
Source§impl Writable for atsamd21e::tc3::count16::ctrlc::CtrlcSpec
write(|w| ..) method takes ctrlc::W writer structure
impl Writable for atsamd21e::tc3::count16::ctrlc::CtrlcSpec
write(|w| ..) method takes ctrlc::W writer structure
Source§impl Writable for atsamd21e::tc3::count16::dbgctrl::DbgctrlSpec
write(|w| ..) method takes dbgctrl::W writer structure
impl Writable for atsamd21e::tc3::count16::dbgctrl::DbgctrlSpec
write(|w| ..) method takes dbgctrl::W writer structure
Source§impl Writable for atsamd21e::tc3::count16::evctrl::EvctrlSpec
write(|w| ..) method takes evctrl::W writer structure
impl Writable for atsamd21e::tc3::count16::evctrl::EvctrlSpec
write(|w| ..) method takes evctrl::W writer structure
Source§impl Writable for atsamd21e::tc3::count16::intenclr::IntenclrSpec
write(|w| ..) method takes intenclr::W writer structure
impl Writable for atsamd21e::tc3::count16::intenclr::IntenclrSpec
write(|w| ..) method takes intenclr::W writer structure
Source§impl Writable for atsamd21e::tc3::count16::intenset::IntensetSpec
write(|w| ..) method takes intenset::W writer structure
impl Writable for atsamd21e::tc3::count16::intenset::IntensetSpec
write(|w| ..) method takes intenset::W writer structure
Source§impl Writable for atsamd21e::tc3::count16::intflag::IntflagSpec
write(|w| ..) method takes intflag::W writer structure
impl Writable for atsamd21e::tc3::count16::intflag::IntflagSpec
write(|w| ..) method takes intflag::W writer structure
Source§impl Writable for atsamd21e::tc3::count16::readreq::ReadreqSpec
write(|w| ..) method takes readreq::W writer structure
impl Writable for atsamd21e::tc3::count16::readreq::ReadreqSpec
write(|w| ..) method takes readreq::W writer structure
Source§impl Writable for atsamd21e::tc3::count32::cc::CcSpec
write(|w| ..) method takes cc::W writer structure
impl Writable for atsamd21e::tc3::count32::cc::CcSpec
write(|w| ..) method takes cc::W writer structure
Source§impl Writable for atsamd21e::tc3::count32::count::CountSpec
write(|w| ..) method takes count::W writer structure
impl Writable for atsamd21e::tc3::count32::count::CountSpec
write(|w| ..) method takes count::W writer structure
Source§impl Writable for atsamd21e::tc3::count32::ctrla::CtrlaSpec
write(|w| ..) method takes ctrla::W writer structure
impl Writable for atsamd21e::tc3::count32::ctrla::CtrlaSpec
write(|w| ..) method takes ctrla::W writer structure
Source§impl Writable for atsamd21e::tc3::count32::ctrlbclr::CtrlbclrSpec
write(|w| ..) method takes ctrlbclr::W writer structure
impl Writable for atsamd21e::tc3::count32::ctrlbclr::CtrlbclrSpec
write(|w| ..) method takes ctrlbclr::W writer structure
Source§impl Writable for atsamd21e::tc3::count32::ctrlbset::CtrlbsetSpec
write(|w| ..) method takes ctrlbset::W writer structure
impl Writable for atsamd21e::tc3::count32::ctrlbset::CtrlbsetSpec
write(|w| ..) method takes ctrlbset::W writer structure
Source§impl Writable for atsamd21e::tc3::count32::ctrlc::CtrlcSpec
write(|w| ..) method takes ctrlc::W writer structure
impl Writable for atsamd21e::tc3::count32::ctrlc::CtrlcSpec
write(|w| ..) method takes ctrlc::W writer structure
Source§impl Writable for atsamd21e::tc3::count32::dbgctrl::DbgctrlSpec
write(|w| ..) method takes dbgctrl::W writer structure
impl Writable for atsamd21e::tc3::count32::dbgctrl::DbgctrlSpec
write(|w| ..) method takes dbgctrl::W writer structure
Source§impl Writable for atsamd21e::tc3::count32::evctrl::EvctrlSpec
write(|w| ..) method takes evctrl::W writer structure
impl Writable for atsamd21e::tc3::count32::evctrl::EvctrlSpec
write(|w| ..) method takes evctrl::W writer structure
Source§impl Writable for atsamd21e::tc3::count32::intenclr::IntenclrSpec
write(|w| ..) method takes intenclr::W writer structure
impl Writable for atsamd21e::tc3::count32::intenclr::IntenclrSpec
write(|w| ..) method takes intenclr::W writer structure
Source§impl Writable for atsamd21e::tc3::count32::intenset::IntensetSpec
write(|w| ..) method takes intenset::W writer structure
impl Writable for atsamd21e::tc3::count32::intenset::IntensetSpec
write(|w| ..) method takes intenset::W writer structure
Source§impl Writable for atsamd21e::tc3::count32::intflag::IntflagSpec
write(|w| ..) method takes intflag::W writer structure
impl Writable for atsamd21e::tc3::count32::intflag::IntflagSpec
write(|w| ..) method takes intflag::W writer structure
Source§impl Writable for atsamd21e::tc3::count32::readreq::ReadreqSpec
write(|w| ..) method takes readreq::W writer structure
impl Writable for atsamd21e::tc3::count32::readreq::ReadreqSpec
write(|w| ..) method takes readreq::W writer structure
Source§impl Writable for atsamd21e::tcc0::cc::CcSpec
write(|w| ..) method takes cc::W writer structure
impl Writable for atsamd21e::tcc0::cc::CcSpec
write(|w| ..) method takes cc::W writer structure
Source§impl Writable for CcDith4Spec
write(|w| ..) method takes cc_dith4::W writer structure
impl Writable for CcDith4Spec
write(|w| ..) method takes cc_dith4::W writer structure
Source§impl Writable for CcDith5Spec
write(|w| ..) method takes cc_dith5::W writer structure
impl Writable for CcDith5Spec
write(|w| ..) method takes cc_dith5::W writer structure
Source§impl Writable for CcDith6Spec
write(|w| ..) method takes cc_dith6::W writer structure
impl Writable for CcDith6Spec
write(|w| ..) method takes cc_dith6::W writer structure
Source§impl Writable for CcbDith4Spec
write(|w| ..) method takes ccb_dith4::W writer structure
impl Writable for CcbDith4Spec
write(|w| ..) method takes ccb_dith4::W writer structure
Source§impl Writable for CcbDith5Spec
write(|w| ..) method takes ccb_dith5::W writer structure
impl Writable for CcbDith5Spec
write(|w| ..) method takes ccb_dith5::W writer structure
Source§impl Writable for CcbDith6Spec
write(|w| ..) method takes ccb_dith6::W writer structure
impl Writable for CcbDith6Spec
write(|w| ..) method takes ccb_dith6::W writer structure
Source§impl Writable for atsamd21e::tcc0::count::CountSpec
write(|w| ..) method takes count::W writer structure
impl Writable for atsamd21e::tcc0::count::CountSpec
write(|w| ..) method takes count::W writer structure
Source§impl Writable for CountDith4Spec
write(|w| ..) method takes count_dith4::W writer structure
impl Writable for CountDith4Spec
write(|w| ..) method takes count_dith4::W writer structure
Source§impl Writable for CountDith5Spec
write(|w| ..) method takes count_dith5::W writer structure
impl Writable for CountDith5Spec
write(|w| ..) method takes count_dith5::W writer structure
Source§impl Writable for CountDith6Spec
write(|w| ..) method takes count_dith6::W writer structure
impl Writable for CountDith6Spec
write(|w| ..) method takes count_dith6::W writer structure
Source§impl Writable for atsamd21e::tcc0::ctrla::CtrlaSpec
write(|w| ..) method takes ctrla::W writer structure
impl Writable for atsamd21e::tcc0::ctrla::CtrlaSpec
write(|w| ..) method takes ctrla::W writer structure
Source§impl Writable for atsamd21e::tcc0::ctrlbclr::CtrlbclrSpec
write(|w| ..) method takes ctrlbclr::W writer structure
impl Writable for atsamd21e::tcc0::ctrlbclr::CtrlbclrSpec
write(|w| ..) method takes ctrlbclr::W writer structure
Source§impl Writable for atsamd21e::tcc0::ctrlbset::CtrlbsetSpec
write(|w| ..) method takes ctrlbset::W writer structure
impl Writable for atsamd21e::tcc0::ctrlbset::CtrlbsetSpec
write(|w| ..) method takes ctrlbset::W writer structure
Source§impl Writable for atsamd21e::tcc0::dbgctrl::DbgctrlSpec
write(|w| ..) method takes dbgctrl::W writer structure
impl Writable for atsamd21e::tcc0::dbgctrl::DbgctrlSpec
write(|w| ..) method takes dbgctrl::W writer structure
Source§impl Writable for DrvctrlSpec
write(|w| ..) method takes drvctrl::W writer structure
impl Writable for DrvctrlSpec
write(|w| ..) method takes drvctrl::W writer structure
Source§impl Writable for atsamd21e::tcc0::evctrl::EvctrlSpec
write(|w| ..) method takes evctrl::W writer structure
impl Writable for atsamd21e::tcc0::evctrl::EvctrlSpec
write(|w| ..) method takes evctrl::W writer structure
Source§impl Writable for FctrlaSpec
write(|w| ..) method takes fctrla::W writer structure
impl Writable for FctrlaSpec
write(|w| ..) method takes fctrla::W writer structure
Source§impl Writable for FctrlbSpec
write(|w| ..) method takes fctrlb::W writer structure
impl Writable for FctrlbSpec
write(|w| ..) method takes fctrlb::W writer structure
Source§impl Writable for atsamd21e::tcc0::intenclr::IntenclrSpec
write(|w| ..) method takes intenclr::W writer structure
impl Writable for atsamd21e::tcc0::intenclr::IntenclrSpec
write(|w| ..) method takes intenclr::W writer structure
Source§impl Writable for atsamd21e::tcc0::intenset::IntensetSpec
write(|w| ..) method takes intenset::W writer structure
impl Writable for atsamd21e::tcc0::intenset::IntensetSpec
write(|w| ..) method takes intenset::W writer structure
Source§impl Writable for atsamd21e::tcc0::intflag::IntflagSpec
write(|w| ..) method takes intflag::W writer structure
impl Writable for atsamd21e::tcc0::intflag::IntflagSpec
write(|w| ..) method takes intflag::W writer structure
Source§impl Writable for atsamd21e::tcc0::per::PerSpec
write(|w| ..) method takes per::W writer structure
impl Writable for atsamd21e::tcc0::per::PerSpec
write(|w| ..) method takes per::W writer structure
Source§impl Writable for PerDith4Spec
write(|w| ..) method takes per_dith4::W writer structure
impl Writable for PerDith4Spec
write(|w| ..) method takes per_dith4::W writer structure
Source§impl Writable for PerDith5Spec
write(|w| ..) method takes per_dith5::W writer structure
impl Writable for PerDith5Spec
write(|w| ..) method takes per_dith5::W writer structure
Source§impl Writable for PerDith6Spec
write(|w| ..) method takes per_dith6::W writer structure
impl Writable for PerDith6Spec
write(|w| ..) method takes per_dith6::W writer structure
Source§impl Writable for PerbDith4Spec
write(|w| ..) method takes perb_dith4::W writer structure
impl Writable for PerbDith4Spec
write(|w| ..) method takes perb_dith4::W writer structure
Source§impl Writable for PerbDith5Spec
write(|w| ..) method takes perb_dith5::W writer structure
impl Writable for PerbDith5Spec
write(|w| ..) method takes perb_dith5::W writer structure
Source§impl Writable for PerbDith6Spec
write(|w| ..) method takes perb_dith6::W writer structure
impl Writable for PerbDith6Spec
write(|w| ..) method takes perb_dith6::W writer structure
Source§impl Writable for atsamd21e::tcc0::status::StatusSpec
write(|w| ..) method takes status::W writer structure
impl Writable for atsamd21e::tcc0::status::StatusSpec
write(|w| ..) method takes status::W writer structure
Source§impl Writable for WexctrlSpec
write(|w| ..) method takes wexctrl::W writer structure
impl Writable for WexctrlSpec
write(|w| ..) method takes wexctrl::W writer structure
Source§impl Writable for atsamd21e::usb::device::ctrla::CtrlaSpec
write(|w| ..) method takes ctrla::W writer structure
impl Writable for atsamd21e::usb::device::ctrla::CtrlaSpec
write(|w| ..) method takes ctrla::W writer structure
Source§impl Writable for atsamd21e::usb::device::ctrlb::CtrlbSpec
write(|w| ..) method takes ctrlb::W writer structure
impl Writable for atsamd21e::usb::device::ctrlb::CtrlbSpec
write(|w| ..) method takes ctrlb::W writer structure
Source§impl Writable for atsamd21e::usb::device::descadd::DescaddSpec
write(|w| ..) method takes descadd::W writer structure
impl Writable for atsamd21e::usb::device::descadd::DescaddSpec
write(|w| ..) method takes descadd::W writer structure
Source§impl Writable for EpintenclrSpec
write(|w| ..) method takes epintenclr::W writer structure
impl Writable for EpintenclrSpec
write(|w| ..) method takes epintenclr::W writer structure
Source§impl Writable for EpintensetSpec
write(|w| ..) method takes epintenset::W writer structure
impl Writable for EpintensetSpec
write(|w| ..) method takes epintenset::W writer structure
Source§impl Writable for EpintflagSpec
write(|w| ..) method takes epintflag::W writer structure
impl Writable for EpintflagSpec
write(|w| ..) method takes epintflag::W writer structure
Source§impl Writable for EpstatusclrSpec
write(|w| ..) method takes epstatusclr::W writer structure
impl Writable for EpstatusclrSpec
write(|w| ..) method takes epstatusclr::W writer structure
Source§impl Writable for EpstatussetSpec
write(|w| ..) method takes epstatusset::W writer structure
impl Writable for EpstatussetSpec
write(|w| ..) method takes epstatusset::W writer structure
Source§impl Writable for atsamd21e::usb::device::intenclr::IntenclrSpec
write(|w| ..) method takes intenclr::W writer structure
impl Writable for atsamd21e::usb::device::intenclr::IntenclrSpec
write(|w| ..) method takes intenclr::W writer structure
Source§impl Writable for atsamd21e::usb::device::intenset::IntensetSpec
write(|w| ..) method takes intenset::W writer structure
impl Writable for atsamd21e::usb::device::intenset::IntensetSpec
write(|w| ..) method takes intenset::W writer structure
Source§impl Writable for atsamd21e::usb::device::intflag::IntflagSpec
write(|w| ..) method takes intflag::W writer structure
impl Writable for atsamd21e::usb::device::intflag::IntflagSpec
write(|w| ..) method takes intflag::W writer structure
Source§impl Writable for atsamd21e::usb::device::padcal::PadcalSpec
write(|w| ..) method takes padcal::W writer structure
impl Writable for atsamd21e::usb::device::padcal::PadcalSpec
write(|w| ..) method takes padcal::W writer structure
Source§impl Writable for atsamd21e::usb::device::qosctrl::QosctrlSpec
write(|w| ..) method takes qosctrl::W writer structure
impl Writable for atsamd21e::usb::device::qosctrl::QosctrlSpec
write(|w| ..) method takes qosctrl::W writer structure
Source§impl Writable for BintervalSpec
write(|w| ..) method takes binterval::W writer structure
impl Writable for BintervalSpec
write(|w| ..) method takes binterval::W writer structure
Source§impl Writable for atsamd21e::usb::host::ctrla::CtrlaSpec
write(|w| ..) method takes ctrla::W writer structure
impl Writable for atsamd21e::usb::host::ctrla::CtrlaSpec
write(|w| ..) method takes ctrla::W writer structure
Source§impl Writable for atsamd21e::usb::host::ctrlb::CtrlbSpec
write(|w| ..) method takes ctrlb::W writer structure
impl Writable for atsamd21e::usb::host::ctrlb::CtrlbSpec
write(|w| ..) method takes ctrlb::W writer structure
Source§impl Writable for atsamd21e::usb::host::descadd::DescaddSpec
write(|w| ..) method takes descadd::W writer structure
impl Writable for atsamd21e::usb::host::descadd::DescaddSpec
write(|w| ..) method takes descadd::W writer structure
Source§impl Writable for atsamd21e::usb::host::intenclr::IntenclrSpec
write(|w| ..) method takes intenclr::W writer structure
impl Writable for atsamd21e::usb::host::intenclr::IntenclrSpec
write(|w| ..) method takes intenclr::W writer structure
Source§impl Writable for atsamd21e::usb::host::intenset::IntensetSpec
write(|w| ..) method takes intenset::W writer structure
impl Writable for atsamd21e::usb::host::intenset::IntensetSpec
write(|w| ..) method takes intenset::W writer structure
Source§impl Writable for atsamd21e::usb::host::intflag::IntflagSpec
write(|w| ..) method takes intflag::W writer structure
impl Writable for atsamd21e::usb::host::intflag::IntflagSpec
write(|w| ..) method takes intflag::W writer structure
Source§impl Writable for atsamd21e::usb::host::padcal::PadcalSpec
write(|w| ..) method takes padcal::W writer structure
impl Writable for atsamd21e::usb::host::padcal::PadcalSpec
write(|w| ..) method takes padcal::W writer structure
Source§impl Writable for PintenclrSpec
write(|w| ..) method takes pintenclr::W writer structure
impl Writable for PintenclrSpec
write(|w| ..) method takes pintenclr::W writer structure
Source§impl Writable for PintensetSpec
write(|w| ..) method takes pintenset::W writer structure
impl Writable for PintensetSpec
write(|w| ..) method takes pintenset::W writer structure
Source§impl Writable for PintflagSpec
write(|w| ..) method takes pintflag::W writer structure
impl Writable for PintflagSpec
write(|w| ..) method takes pintflag::W writer structure
Source§impl Writable for PstatusclrSpec
write(|w| ..) method takes pstatusclr::W writer structure
impl Writable for PstatusclrSpec
write(|w| ..) method takes pstatusclr::W writer structure
Source§impl Writable for PstatussetSpec
write(|w| ..) method takes pstatusset::W writer structure
impl Writable for PstatussetSpec
write(|w| ..) method takes pstatusset::W writer structure
Source§impl Writable for atsamd21e::usb::host::qosctrl::QosctrlSpec
write(|w| ..) method takes qosctrl::W writer structure
impl Writable for atsamd21e::usb::host::qosctrl::QosctrlSpec
write(|w| ..) method takes qosctrl::W writer structure
Source§impl Writable for atsamd21e::usb::host::status::StatusSpec
write(|w| ..) method takes status::W writer structure
impl Writable for atsamd21e::usb::host::status::StatusSpec
write(|w| ..) method takes status::W writer structure
Source§impl Writable for atsamd21e::wdt::config::ConfigSpec
write(|w| ..) method takes config::W writer structure
impl Writable for atsamd21e::wdt::config::ConfigSpec
write(|w| ..) method takes config::W writer structure
Source§impl Writable for atsamd21e::wdt::ctrl::CtrlSpec
write(|w| ..) method takes ctrl::W writer structure
impl Writable for atsamd21e::wdt::ctrl::CtrlSpec
write(|w| ..) method takes ctrl::W writer structure
Source§impl Writable for EwctrlSpec
write(|w| ..) method takes ewctrl::W writer structure
impl Writable for EwctrlSpec
write(|w| ..) method takes ewctrl::W writer structure
Source§impl Writable for atsamd21e::wdt::intenclr::IntenclrSpec
write(|w| ..) method takes intenclr::W writer structure
impl Writable for atsamd21e::wdt::intenclr::IntenclrSpec
write(|w| ..) method takes intenclr::W writer structure
Source§impl Writable for atsamd21e::wdt::intenset::IntensetSpec
write(|w| ..) method takes intenset::W writer structure
impl Writable for atsamd21e::wdt::intenset::IntensetSpec
write(|w| ..) method takes intenset::W writer structure
Source§impl Writable for atsamd21e::wdt::intflag::IntflagSpec
write(|w| ..) method takes intflag::W writer structure
impl Writable for atsamd21e::wdt::intflag::IntflagSpec
write(|w| ..) method takes intflag::W writer structure