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

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

Reset value of the register.

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

Required Associated Constants§

source

const RESET_VALUE: Self::Ux

Reset value of the register.

Provided Methods§

source

fn reset_value() -> Self::Ux

Reset value of the register.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl Resettable for ht32f523x2::adc::cr::CrSpec

reset() method sets CR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for DmarSpec

reset() method sets DMAR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Dr0Spec

reset() method sets DR0 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Dr1Spec

reset() method sets DR1 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Dr2Spec

reset() method sets DR2 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Dr3Spec

reset() method sets DR3 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Dr4Spec

reset() method sets DR4 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Dr5Spec

reset() method sets DR5 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Dr6Spec

reset() method sets DR6 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Dr7Spec

reset() method sets DR7 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for IclrSpec

reset() method sets ICLR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::adc::ier::IerSpec

reset() method sets IER to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for IrawSpec

reset() method sets IRAW to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::adc::isr::IsrSpec

reset() method sets ISR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Lst0Spec

reset() method sets LST0 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Lst1Spec

reset() method sets LST1 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for StrSpec

reset() method sets STR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for TcrSpec

reset() method sets TCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for TrSpec

reset() method sets TR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for TsrSpec

reset() method sets TSR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for WcrSpec

reset() method sets WCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Essr0Spec

reset() method sets ESSR0 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Essr1Spec

reset() method sets ESSR1 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for GpacfghrSpec

reset() method sets GPACFGHR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for GpacfglrSpec

reset() method sets GPACFGLR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for GpbcfghrSpec

reset() method sets GPBCFGHR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for GpbcfglrSpec

reset() method sets GPBCFGLR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for GpccfghrSpec

reset() method sets GPCCFGHR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for GpccfglrSpec

reset() method sets GPCCFGLR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for GpdcfghrSpec

reset() method sets GPDCFGHR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for GpdcfglrSpec

reset() method sets GPDCFGLR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CmprSpec

reset() method sets CMPR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::bftm0::cntr::CntrSpec

reset() method sets CNTR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::bftm0::cr::CrSpec

reset() method sets CR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::bftm0::sr::SrSpec

reset() method sets SR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for AhbccrSpec

reset() method sets AHBCCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for AhbcfgrSpec

reset() method sets AHBCFGR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Apbccr0Spec

reset() method sets APBCCR0 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Apbccr1Spec

reset() method sets APBCCR1 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ApbcfgrSpec

reset() method sets APBCFGR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Apbpcsr0Spec

reset() method sets APBPCSR0 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Apbpcsr1Spec

reset() method sets APBPCSR1 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CkstSpec

reset() method sets CKST to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for GccrSpec

reset() method sets GCCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for GcfgrSpec

reset() method sets GCFGR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for GcirSpec

reset() method sets GCIR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for GcsrSpec

reset() method sets GCSR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for HsiatcrSpec

reset() method sets HSIATCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for HsicrSpec

reset() method sets HSICR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for LpcrSpec

reset() method sets LPCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for McudbgcrSpec

reset() method sets MCUDBGCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for PllcfgrSpec

reset() method sets PLLCFGR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for PllcrSpec

reset() method sets PLLCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::cmp::cr0::Cr0Spec

reset() method sets CR0 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::cmp::cr1::Cr1Spec

reset() method sets CR1 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ier0Spec

reset() method sets IER0 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ier1Spec

reset() method sets IER1 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Tfr0Spec

reset() method sets TFR0 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Tfr1Spec

reset() method sets TFR1 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Valr0Spec

reset() method sets VALR0 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Valr1Spec

reset() method sets VALR1 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::crc::cr::CrSpec

reset() method sets CR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::crc::csr::CsrSpec

reset() method sets CSR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::crc::dr::DrSpec

reset() method sets DR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for SdrSpec

reset() method sets SDR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for AtrSpec

reset() method sets ATR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::ebi::cr::CrSpec

reset() method sets CR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::ebi::pr::PrSpec

reset() method sets PR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for RtrSpec

reset() method sets RTR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::ebi::sr::SrSpec

reset() method sets SR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::ebi::wtr::WtrSpec

reset() method sets WTR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Cfgr0Spec

reset() method sets CFGR0 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Cfgr1Spec

reset() method sets CFGR1 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Cfgr2Spec

reset() method sets CFGR2 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Cfgr3Spec

reset() method sets CFGR3 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Cfgr4Spec

reset() method sets CFGR4 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Cfgr5Spec

reset() method sets CFGR5 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Cfgr6Spec

reset() method sets CFGR6 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Cfgr7Spec

reset() method sets CFGR7 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Cfgr8Spec

reset() method sets CFGR8 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Cfgr9Spec

reset() method sets CFGR9 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Cfgr10Spec

reset() method sets CFGR10 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Cfgr11Spec

reset() method sets CFGR11 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Cfgr12Spec

reset() method sets CFGR12 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Cfgr13Spec

reset() method sets CFGR13 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Cfgr14Spec

reset() method sets CFGR14 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Cfgr15Spec

reset() method sets CFGR15 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::exti::cr::CrSpec

reset() method sets CR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for EdgeflgrSpec

reset() method sets EDGEFLGR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for EdgesrSpec

reset() method sets EDGESR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for SscrSpec

reset() method sets SSCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for WakupcrSpec

reset() method sets WAKUPCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for WakupflgSpec

reset() method sets WAKUPFLG to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for WakuppolrSpec

reset() method sets WAKUPPOLR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for DfsrSpec

reset() method sets DFSR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CfcrSpec

reset() method sets CFCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Cid0Spec

reset() method sets CID0 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Cid1Spec

reset() method sets CID1 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Cid2Spec

reset() method sets CID2 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Cid3Spec

reset() method sets CID3 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CpsrSpec

reset() method sets CPSR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for MdidSpec

reset() method sets MDID to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for OcmrSpec

reset() method sets OCMR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for OierSpec

reset() method sets OIER to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for OisrSpec

reset() method sets OISR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for OpcrSpec

reset() method sets OPCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for PnsrSpec

reset() method sets PNSR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ppsr0Spec

reset() method sets PPSR0 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ppsr1Spec

reset() method sets PPSR1 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ppsr2Spec

reset() method sets PPSR2 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ppsr3Spec

reset() method sets PPSR3 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for PssrSpec

reset() method sets PSSR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for TadrSpec

reset() method sets TADR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for VmcrSpec

reset() method sets VMCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for WrdrSpec

reset() method sets WRDR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gpioa::dinr::DinrSpec

reset() method sets DINR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gpioa::dircr::DircrSpec

reset() method sets DIRCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gpioa::doutr::DoutrSpec

reset() method sets DOUTR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gpioa::drvr::DrvrSpec

reset() method sets DRVR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gpioa::iner::InerSpec

reset() method sets INER to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gpioa::lockr::LockrSpec

reset() method sets LOCKR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gpioa::odr::OdrSpec

reset() method sets ODR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gpioa::pdr::PdrSpec

reset() method sets PDR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gpioa::pur::PurSpec

reset() method sets PUR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gpioa::rr::RrSpec

reset() method sets RR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gpioa::srr::SrrSpec

reset() method sets SRR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gpiob::dinr::DinrSpec

reset() method sets DINR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gpiob::dircr::DircrSpec

reset() method sets DIRCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gpiob::doutr::DoutrSpec

reset() method sets DOUTR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gpiob::drvr::DrvrSpec

reset() method sets DRVR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gpiob::iner::InerSpec

reset() method sets INER to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gpiob::lockr::LockrSpec

reset() method sets LOCKR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gpiob::odr::OdrSpec

reset() method sets ODR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gpiob::pdr::PdrSpec

reset() method sets PDR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gpiob::pur::PurSpec

reset() method sets PUR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gpiob::rr::RrSpec

reset() method sets RR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gpiob::srr::SrrSpec

reset() method sets SRR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gpioc::dinr::DinrSpec

reset() method sets DINR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gpioc::dircr::DircrSpec

reset() method sets DIRCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gpioc::doutr::DoutrSpec

reset() method sets DOUTR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gpioc::drvr::DrvrSpec

reset() method sets DRVR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gpioc::iner::InerSpec

reset() method sets INER to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gpioc::lockr::LockrSpec

reset() method sets LOCKR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gpioc::odr::OdrSpec

reset() method sets ODR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gpioc::pdr::PdrSpec

reset() method sets PDR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gpioc::pur::PurSpec

reset() method sets PUR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gpioc::rr::RrSpec

reset() method sets RR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gpioc::srr::SrrSpec

reset() method sets SRR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gpiod::dinr::DinrSpec

reset() method sets DINR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gpiod::dircr::DircrSpec

reset() method sets DIRCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gpiod::doutr::DoutrSpec

reset() method sets DOUTR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gpiod::drvr::DrvrSpec

reset() method sets DRVR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gpiod::iner::InerSpec

reset() method sets INER to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gpiod::lockr::LockrSpec

reset() method sets LOCKR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gpiod::odr::OdrSpec

reset() method sets ODR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gpiod::pdr::PdrSpec

reset() method sets PDR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gpiod::pur::PurSpec

reset() method sets PUR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gpiod::rr::RrSpec

reset() method sets RR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gpiod::srr::SrrSpec

reset() method sets SRR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for GptmCh0acrSpec

reset() method sets GPTM_CH0ACR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gptm0::gptm_ch0ccr::GptmCh0ccrSpec

reset() method sets GPTM_CH0CCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gptm0::gptm_ch0icfr::GptmCh0icfrSpec

reset() method sets GPTM_CH0ICFR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for GptmCh0ocfrSpec

reset() method sets GPTM_CH0OCFR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for GptmCh1acrSpec

reset() method sets GPTM_CH1ACR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for GptmCh1ccrSpec

reset() method sets GPTM_CH1CCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for GptmCh1icfrSpec

reset() method sets GPTM_CH1ICFR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gptm0::gptm_ch1ocfr::GptmCh1ocfrSpec

reset() method sets GPTM_CH1OCFR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for GptmCh2acrSpec

reset() method sets GPTM_CH2ACR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for GptmCh2ccrSpec

reset() method sets GPTM_CH2CCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for GptmCh2icfrSpec

reset() method sets GPTM_CH2ICFR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for GptmCh2ocfrSpec

reset() method sets GPTM_CH2OCFR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for GptmCh3acrSpec

reset() method sets GPTM_CH3ACR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for GptmCh3ccrSpec

reset() method sets GPTM_CH3CCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for GptmCh3icfrSpec

reset() method sets GPTM_CH3ICFR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for GptmCh3ocfrSpec

reset() method sets GPTM_CH3OCFR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gptm0::gptm_chctr::GptmChctrSpec

reset() method sets GPTM_CHCTR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gptm0::gptm_chpolr::GptmChpolrSpec

reset() method sets GPTM_CHPOLR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for GptmCntcfrSpec

reset() method sets GPTM_CNTCFR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gptm0::gptm_cntr::GptmCntrSpec

reset() method sets GPTM_CNTR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gptm0::gptm_crr::GptmCrrSpec

reset() method sets GPTM_CRR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gptm0::gptm_ctr::GptmCtrSpec

reset() method sets GPTM_CTR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gptm0::gptm_dictr::GptmDictrSpec

reset() method sets GPTM_DICTR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gptm0::gptm_evgr::GptmEvgrSpec

reset() method sets GPTM_EVGR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gptm0::gptm_intsr::GptmIntsrSpec

reset() method sets GPTM_INTSR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gptm0::gptm_mdcfr::GptmMdcfrSpec

reset() method sets GPTM_MDCFR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gptm0::gptm_pscr::GptmPscrSpec

reset() method sets GPTM_PSCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::gptm0::gptm_trcfr::GptmTrcfrSpec

reset() method sets GPTM_TRCFR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for AddmrSpec

reset() method sets ADDMR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for AddrSpec

reset() method sets ADDR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for AddsrSpec

reset() method sets ADDSR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::i2c0::cr::CrSpec

reset() method sets CR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::i2c0::dr::DrSpec

reset() method sets DR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::i2c0::ier::IerSpec

reset() method sets IER to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ShpgrSpec

reset() method sets SHPGR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for SlpgrSpec

reset() method sets SLPGR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::i2c0::sr::SrSpec

reset() method sets SR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for TarSpec

reset() method sets TAR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ToutSpec

reset() method sets TOUT to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CdrSpec

reset() method sets CDR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::i2s::cr::CrSpec

reset() method sets CR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::i2s::fcr::FcrSpec

reset() method sets FCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::i2s::ier::IerSpec

reset() method sets IER to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for RcntrSpec

reset() method sets RCNTR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for RxdrSpec

reset() method sets RXDR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::i2s::sr::SrSpec

reset() method sets SR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for TxdrSpec

reset() method sets TXDR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ch0acrSpec

reset() method sets CH0ACR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ch0ccrSpec

reset() method sets CH0CCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ch0icfrSpec

reset() method sets CH0ICFR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ch0ocfrSpec

reset() method sets CH0OCFR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ch1acrSpec

reset() method sets CH1ACR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ch1ccrSpec

reset() method sets CH1CCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ch1icfrSpec

reset() method sets CH1ICFR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ch1ocfrSpec

reset() method sets CH1OCFR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ch2acrSpec

reset() method sets CH2ACR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ch2ccrSpec

reset() method sets CH2CCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ch2icfrSpec

reset() method sets CH2ICFR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ch2ocfrSpec

reset() method sets CH2OCFR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ch3acrSpec

reset() method sets CH3ACR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ch3ccrSpec

reset() method sets CH3CCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ch3icfrSpec

reset() method sets CH3ICFR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ch3ocfrSpec

reset() method sets CH3OCFR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ChbrkcfrSpec

reset() method sets CHBRKCFR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ChbrkctrSpec

reset() method sets CHBRKCTR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ChctrSpec

reset() method sets CHCTR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ChpolrSpec

reset() method sets CHPOLR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::mctm0::cntcfr::CntcfrSpec

reset() method sets CNTCFR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::mctm0::cntr::CntrSpec

reset() method sets CNTR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CrrSpec

reset() method sets CRR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CtrSpec

reset() method sets CTR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for DictrSpec

reset() method sets DICTR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for EvgrSpec

reset() method sets EVGR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for IntsrSpec

reset() method sets INTSR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for MdcfrSpec

reset() method sets MDCFR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::mctm0::pscr::PscrSpec

reset() method sets PSCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ReprSpec

reset() method sets REPR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for TrcfrSpec

reset() method sets TRCFR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ch0crSpec

reset() method sets CH0CR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ch0ctsrSpec

reset() method sets CH0CTSR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ch0dadrSpec

reset() method sets CH0DADR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ch0sadrSpec

reset() method sets CH0SADR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ch0tsrSpec

reset() method sets CH0TSR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ch1crSpec

reset() method sets CH1CR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ch1ctsrSpec

reset() method sets CH1CTSR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ch1dadrSpec

reset() method sets CH1DADR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ch1sadrSpec

reset() method sets CH1SADR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ch1tsrSpec

reset() method sets CH1TSR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ch2crSpec

reset() method sets CH2CR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ch2ctsrSpec

reset() method sets CH2CTSR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ch2dadrSpec

reset() method sets CH2DADR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ch2sadrSpec

reset() method sets CH2SADR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ch2tsrSpec

reset() method sets CH2TSR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ch3crSpec

reset() method sets CH3CR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ch3ctsrSpec

reset() method sets CH3CTSR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ch3dadrSpec

reset() method sets CH3DADR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ch3sadrSpec

reset() method sets CH3SADR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ch3tsrSpec

reset() method sets CH3TSR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ch4crSpec

reset() method sets CH4CR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ch4ctsrSpec

reset() method sets CH4CTSR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ch4dadrSpec

reset() method sets CH4DADR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ch4sadrSpec

reset() method sets CH4SADR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ch4tsrSpec

reset() method sets CH4TSR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ch5crSpec

reset() method sets CH5CR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ch5ctsrSpec

reset() method sets CH5CTSR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ch5dadrSpec

reset() method sets CH5DADR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ch5sadrSpec

reset() method sets CH5SADR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ch5tsrSpec

reset() method sets CH5TSR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::pdma::ier::IerSpec

reset() method sets IER to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for IscrSpec

reset() method sets ISCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::pdma::isr::IsrSpec

reset() method sets ISR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for PwrcuBakcrSpec

reset() method sets PWRCU_BAKCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for PwrcuBakreg0Spec

reset() method sets PWRCU_BAKREG0 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for PwrcuBakreg1Spec

reset() method sets PWRCU_BAKREG1 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for PwrcuBakreg2Spec

reset() method sets PWRCU_BAKREG2 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for PwrcuBakreg3Spec

reset() method sets PWRCU_BAKREG3 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for PwrcuBakreg4Spec

reset() method sets PWRCU_BAKREG4 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for PwrcuBakreg5Spec

reset() method sets PWRCU_BAKREG5 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for PwrcuBakreg6Spec

reset() method sets PWRCU_BAKREG6 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for PwrcuBakreg7Spec

reset() method sets PWRCU_BAKREG7 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for PwrcuBakreg8Spec

reset() method sets PWRCU_BAKREG8 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for PwrcuBakreg9Spec

reset() method sets PWRCU_BAKREG9 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for PwrcuBaksrSpec

reset() method sets PWRCU_BAKSR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for PwrcuBaktestSpec

reset() method sets PWRCU_BAKTEST to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for PwrcuLvdcsrSpec

reset() method sets PWRCU_LVDCSR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for AhbprstrSpec

reset() method sets AHBPRSTR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Apbprstr0Spec

reset() method sets APBPRSTR0 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Apbprstr1Spec

reset() method sets APBPRSTR1 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for GrsrSpec

reset() method sets GRSR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CmpSpec

reset() method sets CMP to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CntSpec

reset() method sets CNT to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::rtc::cr::CrSpec

reset() method sets CR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for IwenSpec

reset() method sets IWEN to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::rtc::sr::SrSpec

reset() method sets SR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CcrSpec

reset() method sets CCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::sci::cr::CrSpec

reset() method sets CR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for EturSpec

reset() method sets ETUR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for GtrSpec

reset() method sets GTR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::sci::ier::IerSpec

reset() method sets IER to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for IprSpec

reset() method sets IPR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::sci::pscr::PscrSpec

reset() method sets PSCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for RxbSpec

reset() method sets RXB to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::sci::sr::SrSpec

reset() method sets SR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for TxbSpec

reset() method sets TXB to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::sci::wtr::WtrSpec

reset() method sets WTR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::sctm0::cntcfr::CntcfrSpec

reset() method sets CNTCFR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::sctm0::gptm_ch0ccr::GptmCh0ccrSpec

reset() method sets GPTM_CH0CCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::sctm0::gptm_ch0icfr::GptmCh0icfrSpec

reset() method sets GPTM_CH0ICFR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::sctm0::gptm_ch1ocfr::GptmCh1ocfrSpec

reset() method sets GPTM_CH1OCFR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::sctm0::gptm_chctr::GptmChctrSpec

reset() method sets GPTM_CHCTR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::sctm0::gptm_chpolr::GptmChpolrSpec

reset() method sets GPTM_CHPOLR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::sctm0::gptm_cntr::GptmCntrSpec

reset() method sets GPTM_CNTR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::sctm0::gptm_crr::GptmCrrSpec

reset() method sets GPTM_CRR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::sctm0::gptm_ctr::GptmCtrSpec

reset() method sets GPTM_CTR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::sctm0::gptm_dictr::GptmDictrSpec

reset() method sets GPTM_DICTR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::sctm0::gptm_evgr::GptmEvgrSpec

reset() method sets GPTM_EVGR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::sctm0::gptm_intsr::GptmIntsrSpec

reset() method sets GPTM_INTSR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::sctm0::gptm_mdcfr::GptmMdcfrSpec

reset() method sets GPTM_MDCFR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::sctm0::gptm_pscr::GptmPscrSpec

reset() method sets GPTM_PSCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::sctm0::gptm_trcfr::GptmTrcfrSpec

reset() method sets GPTM_TRCFR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CprSpec

reset() method sets CPR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::spi0::cr0::Cr0Spec

reset() method sets CR0 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::spi0::cr1::Cr1Spec

reset() method sets CR1 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::spi0::dr::DrSpec

reset() method sets DR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::spi0::fcr::FcrSpec

reset() method sets FCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for FsrSpec

reset() method sets FSR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for FtocrSpec

reset() method sets FTOCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::spi0::ier::IerSpec

reset() method sets IER to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::spi0::sr::SrSpec

reset() method sets SR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CalibSpec

reset() method sets CALIB to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::sys_tick::csr::CsrSpec

reset() method sets CSR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for CvrSpec

reset() method sets CVR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for RvrSpec

reset() method sets RVR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for UartUrcrSpec

reset() method sets UART_URCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for UartUrdlrSpec

reset() method sets UART_URDLR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for UartUrdrSpec

reset() method sets UART_URDR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for UartUrierSpec

reset() method sets UART_URIER to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for UartUrsifrSpec

reset() method sets UART_URSIFR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for UartUrtstrSpec

reset() method sets UART_URTSTR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for UsartIrDacrSpec

reset() method sets USART_IrDACR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for UsartRs485crSpec

reset() method sets USART_RS485CR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for UsartSyncrSpec

reset() method sets USART_SYNCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for UsartUsrcrSpec

reset() method sets USART_USRCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for UsartUsrdlrSpec

reset() method sets USART_USRDLR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for UsartUsrdrSpec

reset() method sets USART_USRDR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for UsartUsrfcrSpec

reset() method sets USART_USRFCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for UsartUsrierSpec

reset() method sets USART_USRIER to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for UsartUsrsifrSpec

reset() method sets USART_USRSIFR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for UsartUsrtprSpec

reset() method sets USART_USRTPR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for UsartUsrtstrSpec

reset() method sets USART_USRTSTR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::usb::csr::CsrSpec

reset() method sets CSR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for DevarSpec

reset() method sets DEVAR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ep0cfgrSpec

reset() method sets EP0CFGR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ep0csrSpec

reset() method sets EP0CSR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ep0ierSpec

reset() method sets EP0IER to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ep0isrSpec

reset() method sets EP0ISR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ep0tcrSpec

reset() method sets EP0TCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ep1cfgrSpec

reset() method sets EP1CFGR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ep1csrSpec

reset() method sets EP1CSR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ep1ierSpec

reset() method sets EP1IER to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ep1isrSpec

reset() method sets EP1ISR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ep1tcrSpec

reset() method sets EP1TCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ep2cfgrSpec

reset() method sets EP2CFGR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ep2csrSpec

reset() method sets EP2CSR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ep2ierSpec

reset() method sets EP2IER to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ep2isrSpec

reset() method sets EP2ISR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ep2tcrSpec

reset() method sets EP2TCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ep3cfgrSpec

reset() method sets EP3CFGR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ep3csrSpec

reset() method sets EP3CSR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ep3ierSpec

reset() method sets EP3IER to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ep3isrSpec

reset() method sets EP3ISR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ep3tcrSpec

reset() method sets EP3TCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ep4cfgrSpec

reset() method sets EP4CFGR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ep4csrSpec

reset() method sets EP4CSR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ep4ierSpec

reset() method sets EP4IER to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ep4isrSpec

reset() method sets EP4ISR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ep4tcrSpec

reset() method sets EP4TCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ep5cfgrSpec

reset() method sets EP5CFGR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ep5csrSpec

reset() method sets EP5CSR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ep5ierSpec

reset() method sets EP5IER to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ep5isrSpec

reset() method sets EP5ISR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ep5tcrSpec

reset() method sets EP5TCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ep6cfgrSpec

reset() method sets EP6CFGR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ep6csrSpec

reset() method sets EP6CSR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ep6ierSpec

reset() method sets EP6IER to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ep6isrSpec

reset() method sets EP6ISR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ep6tcrSpec

reset() method sets EP6TCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ep7cfgrSpec

reset() method sets EP7CFGR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ep7csrSpec

reset() method sets EP7CSR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ep7ierSpec

reset() method sets EP7IER to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ep7isrSpec

reset() method sets EP7ISR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Ep7tcrSpec

reset() method sets EP7TCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::usb::fcr::FcrSpec

reset() method sets FCR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::usb::ier::IerSpec

reset() method sets IER to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::usb::isr::IsrSpec

reset() method sets ISR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::wdt::cr::CrSpec

reset() method sets CR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Mr0Spec

reset() method sets MR0 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for Mr1Spec

reset() method sets MR1 to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::wdt::pr::PrSpec

reset() method sets PR to value 0

source§

const RESET_VALUE: u32 = 0u32

source§

impl Resettable for ht32f523x2::wdt::sr::SrSpec

reset() method sets SR to value 0

source§

const RESET_VALUE: u32 = 0u32