Trait Resettable

Source
pub trait Resettable: RegisterSpec {
    const RESET_VALUE: Self::Ux = <Self::Ux>::ZERO;

    // 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.

Provided Associated Constants§

Source

const RESET_VALUE: Self::Ux = <Self::Ux>::ZERO

Reset value of the register.

Provided Methods§

Source

fn reset_value() -> Self::Ux

Reset value of the register.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl Resettable for stm32l0::stm32l0x0::adc::calfact::CALFACTrs

reset() method sets CALFACT to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::adc::ccr::CCRrs

reset() method sets CCR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::adc::cfgr1::CFGR1rs

reset() method sets CFGR1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::adc::cfgr2::CFGR2rs

reset() method sets CFGR2 to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::adc::chselr::CHSELRrs

reset() method sets CHSELR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::adc::cr::CRrs

reset() method sets CR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::adc::dr::DRrs

reset() method sets DR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::adc::ier::IERrs

reset() method sets IER to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::adc::isr::ISRrs

reset() method sets ISR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::adc::smpr::SMPRrs

reset() method sets SMPR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::adc::tr::TRrs

reset() method sets TR to value 0x0fff_0000

Source§

const RESET_VALUE: u32 = 268_369_920u32

Source§

impl Resettable for stm32l0::stm32l0x0::crc::cr::CRrs

reset() method sets CR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::crc::dr8::DR8rs

reset() method sets DR8 to value 0xff

Source§

const RESET_VALUE: u8 = 255u8

Source§

impl Resettable for stm32l0::stm32l0x0::crc::dr16::DR16rs

reset() method sets DR16 to value 0xffff

Source§

const RESET_VALUE: u16 = 65_535u16

Source§

impl Resettable for stm32l0::stm32l0x0::crc::dr::DRrs

reset() method sets DR to value 0xffff_ffff

Source§

const RESET_VALUE: u32 = 4_294_967_295u32

Source§

impl Resettable for stm32l0::stm32l0x0::crc::idr::IDRrs

reset() method sets IDR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::crc::init::INITrs

reset() method sets INIT to value 0xffff_ffff

Source§

const RESET_VALUE: u32 = 4_294_967_295u32

Source§

impl Resettable for stm32l0::stm32l0x0::crc::pol::POLrs

reset() method sets POL to value 0x04c1_1db7

Source§

const RESET_VALUE: u32 = 79_764_919u32

Source§

impl Resettable for stm32l0::stm32l0x0::dbg::apb1_fz::APB1_FZrs

reset() method sets APB1_FZ to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::dbg::apb2_fz::APB2_FZrs

reset() method sets APB2_FZ to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::dbg::cr::CRrs

reset() method sets CR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::dbg::idcode::IDCODErs

reset() method sets IDCODE to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::dma1::ch::cr::CRrs

reset() method sets CR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::dma1::ch::mar::MARrs

reset() method sets MAR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::dma1::ch::ndtr::NDTRrs

reset() method sets NDTR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::dma1::ch::par::PARrs

reset() method sets PAR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::dma1::cselr::CSELRrs

reset() method sets CSELR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::dma1::ifcr::IFCRrs

reset() method sets IFCR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::dma1::isr::ISRrs

reset() method sets ISR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::exti::emr::EMRrs

reset() method sets EMR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::exti::ftsr::FTSRrs

reset() method sets FTSR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::exti::imr::IMRrs

reset() method sets IMR to value 0xff84_0000

Source§

const RESET_VALUE: u32 = 4_286_840_832u32

Source§

impl Resettable for stm32l0::stm32l0x0::exti::pr::PRrs

reset() method sets PR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::exti::rtsr::RTSRrs

reset() method sets RTSR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::exti::swier::SWIERrs

reset() method sets SWIER to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::flash::acr::ACRrs

reset() method sets ACR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::flash::optkeyr::OPTKEYRrs

reset() method sets OPTKEYR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::flash::optr::OPTRrs

reset() method sets OPTR to value 0x00f8_0000

Source§

const RESET_VALUE: u32 = 16_252_928u32

Source§

impl Resettable for stm32l0::stm32l0x0::flash::pdkeyr::PDKEYRrs

reset() method sets PDKEYR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::flash::pecr::PECRrs

reset() method sets PECR to value 0x07

Source§

const RESET_VALUE: u32 = 7u32

Source§

impl Resettable for stm32l0::stm32l0x0::flash::pekeyr::PEKEYRrs

reset() method sets PEKEYR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::flash::prgkeyr::PRGKEYRrs

reset() method sets PRGKEYR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::flash::sr::SRrs

reset() method sets SR to value 0x04

Source§

const RESET_VALUE: u32 = 4u32

Source§

impl Resettable for stm32l0::stm32l0x0::flash::wrprot1::WRPROT1rs

reset() method sets WRPROT1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::flash::wrprot2::WRPROT2rs

reset() method sets WRPROT2 to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::fw::cr::CRrs

reset() method sets CR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::fw::csl::CSLrs

reset() method sets CSL to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::fw::cssa::CSSArs

reset() method sets CSSA to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::fw::nvdsl::NVDSLrs

reset() method sets NVDSL to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::fw::nvdssa::NVDSSArs

reset() method sets NVDSSA to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::fw::vdsl::VDSLrs

reset() method sets VDSL to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::fw::vdssa::VDSSArs

reset() method sets VDSSA to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::gpioa::afrh::AFRHrs

reset() method sets AFRH to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::gpioa::afrl::AFRLrs

reset() method sets AFRL to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::gpioa::brr::BRRrs

reset() method sets BRR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::gpioa::bsrr::BSRRrs

reset() method sets BSRR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::gpioa::idr::IDRrs

reset() method sets IDR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::gpioa::lckr::LCKRrs

reset() method sets LCKR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::gpioa::moder::MODERrs

reset() method sets MODER to value 0xebff_fcff

Source§

const RESET_VALUE: u32 = 3_959_422_207u32

Source§

impl Resettable for stm32l0::stm32l0x0::gpioa::odr::ODRrs

reset() method sets ODR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::gpioa::ospeedr::OSPEEDRrs

reset() method sets OSPEEDR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::gpioa::otyper::OTYPERrs

reset() method sets OTYPER to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::gpioa::pupdr::PUPDRrs

reset() method sets PUPDR to value 0x2400_0000

Source§

const RESET_VALUE: u32 = 603_979_776u32

Source§

impl Resettable for stm32l0::stm32l0x0::gpiob::moder::MODERrs

reset() method sets MODER to value 0xffff_ffff

Source§

const RESET_VALUE: u32 = 4_294_967_295u32

Source§

impl Resettable for stm32l0::stm32l0x0::gpiob::ospeedr::OSPEEDRrs

reset() method sets OSPEEDR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::gpiob::pupdr::PUPDRrs

reset() method sets PUPDR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::i2c1::cr1::CR1rs

reset() method sets CR1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::i2c1::cr2::CR2rs

reset() method sets CR2 to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::i2c1::icr::ICRrs

reset() method sets ICR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::i2c1::isr::ISRrs

reset() method sets ISR to value 0x01

Source§

const RESET_VALUE: u32 = 1u32

Source§

impl Resettable for stm32l0::stm32l0x0::i2c1::oar1::OAR1rs

reset() method sets OAR1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::i2c1::oar2::OAR2rs

reset() method sets OAR2 to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::i2c1::pecr::PECRrs

reset() method sets PECR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::i2c1::rxdr::RXDRrs

reset() method sets RXDR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::i2c1::timeoutr::TIMEOUTRrs

reset() method sets TIMEOUTR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::i2c1::timingr::TIMINGRrs

reset() method sets TIMINGR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::i2c1::txdr::TXDRrs

reset() method sets TXDR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::iwdg::kr::KRrs

reset() method sets KR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::iwdg::pr::PRrs

reset() method sets PR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::iwdg::rlr::RLRrs

reset() method sets RLR to value 0x0fff

Source§

const RESET_VALUE: u16 = 4_095u16

Source§

impl Resettable for stm32l0::stm32l0x0::iwdg::sr::SRrs

reset() method sets SR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::iwdg::winr::WINRrs

reset() method sets WINR to value 0x0fff

Source§

const RESET_VALUE: u16 = 4_095u16

Source§

impl Resettable for stm32l0::stm32l0x0::lptim::arr::ARRrs

reset() method sets ARR to value 0x01

Source§

const RESET_VALUE: u32 = 1u32

Source§

impl Resettable for stm32l0::stm32l0x0::lptim::cfgr::CFGRrs

reset() method sets CFGR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::lptim::cmp::CMPrs

reset() method sets CMP to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::lptim::cnt::CNTrs

reset() method sets CNT to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::lptim::cr::CRrs

reset() method sets CR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::lptim::icr::ICRrs

reset() method sets ICR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::lptim::ier::IERrs

reset() method sets IER to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::lptim::isr::ISRrs

reset() method sets ISR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::lpuart1::brr::BRRrs

reset() method sets BRR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::lpuart1::cr1::CR1rs

reset() method sets CR1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::lpuart1::cr2::CR2rs

reset() method sets CR2 to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::lpuart1::cr3::CR3rs

reset() method sets CR3 to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::lpuart1::icr::ICRrs

reset() method sets ICR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::lpuart1::isr::ISRrs

reset() method sets ISR to value 0xc0

Source§

const RESET_VALUE: u32 = 192u32

Source§

impl Resettable for stm32l0::stm32l0x0::lpuart1::rdr::RDRrs

reset() method sets RDR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::lpuart1::rqr::RQRrs

reset() method sets RQR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::lpuart1::tdr::TDRrs

reset() method sets TDR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::pwr::cr::CRrs

reset() method sets CR to value 0x1000

Source§

const RESET_VALUE: u32 = 4_096u32

Source§

impl Resettable for stm32l0::stm32l0x0::pwr::csr::CSRrs

reset() method sets CSR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::rcc::ahbenr::AHBENRrs

reset() method sets AHBENR to value 0x0100

Source§

const RESET_VALUE: u32 = 256u32

Source§

impl Resettable for stm32l0::stm32l0x0::rcc::ahbrstr::AHBRSTRrs

reset() method sets AHBRSTR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::rcc::ahbsmenr::AHBSMENRrs

reset() method sets AHBSMENR to value 0x0111_1301

Source§

const RESET_VALUE: u32 = 17_896_193u32

Source§

impl Resettable for stm32l0::stm32l0x0::rcc::apb1enr::APB1ENRrs

reset() method sets APB1ENR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::rcc::apb1rstr::APB1RSTRrs

reset() method sets APB1RSTR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::rcc::apb1smenr::APB1SMENRrs

reset() method sets APB1SMENR to value 0xb8e6_4a11

Source§

const RESET_VALUE: u32 = 3_102_099_985u32

Source§

impl Resettable for stm32l0::stm32l0x0::rcc::apb2enr::APB2ENRrs

reset() method sets APB2ENR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::rcc::apb2rstr::APB2RSTRrs

reset() method sets APB2RSTR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::rcc::apb2smenr::APB2SMENRrs

reset() method sets APB2SMENR to value 0x0040_5225

Source§

const RESET_VALUE: u32 = 4_215_333u32

Source§

impl Resettable for stm32l0::stm32l0x0::rcc::ccipr::CCIPRrs

reset() method sets CCIPR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::rcc::cfgr::CFGRrs

reset() method sets CFGR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::rcc::cicr::CICRrs

reset() method sets CICR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::rcc::cier::CIERrs

reset() method sets CIER to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::rcc::cifr::CIFRrs

reset() method sets CIFR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::rcc::cr::CRrs

reset() method sets CR to value 0x0300

Source§

const RESET_VALUE: u32 = 768u32

Source§

impl Resettable for stm32l0::stm32l0x0::rcc::csr::CSRrs

reset() method sets CSR to value 0x0c00_0000

Source§

const RESET_VALUE: u32 = 201_326_592u32

Source§

impl Resettable for stm32l0::stm32l0x0::rcc::icscr::ICSCRrs

reset() method sets ICSCR to value 0xb000

Source§

const RESET_VALUE: u32 = 45_056u32

Source§

impl Resettable for stm32l0::stm32l0x0::rcc::iopenr::IOPENRrs

reset() method sets IOPENR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::rcc::ioprstr::IOPRSTRrs

reset() method sets IOPRSTR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::rcc::iopsmen::IOPSMENrs

reset() method sets IOPSMEN to value 0x8f

Source§

const RESET_VALUE: u32 = 143u32

Source§

impl Resettable for stm32l0::stm32l0x0::rtc::alrmr::ALRMRrs

reset() method sets ALRM%sR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::rtc::alrmssr::ALRMSSRrs

reset() method sets ALRM%sSSR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::rtc::bkpr::BKPRrs

reset() method sets BKP%sR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::rtc::calr::CALRrs

reset() method sets CALR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::rtc::cr::CRrs

reset() method sets CR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::rtc::dr::DRrs

reset() method sets DR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::rtc::isr::ISRrs

reset() method sets ISR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::rtc::or::ORrs

reset() method sets OR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::rtc::prer::PRERrs

reset() method sets PRER to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::rtc::shiftr::SHIFTRrs

reset() method sets SHIFTR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::rtc::ssr::SSRrs

reset() method sets SSR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::rtc::tampcr::TAMPCRrs

reset() method sets TAMPCR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::rtc::tr::TRrs

reset() method sets TR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::rtc::wpr::WPRrs

reset() method sets WPR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::rtc::wutr::WUTRrs

reset() method sets WUTR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::spi1::cr1::CR1rs

reset() method sets CR1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::spi1::cr2::CR2rs

reset() method sets CR2 to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::spi1::crcpr::CRCPRrs

reset() method sets CRCPR to value 0x07

Source§

const RESET_VALUE: u16 = 7u16

Source§

impl Resettable for stm32l0::stm32l0x0::spi1::dr8::DR8rs

reset() method sets DR8 to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::spi1::dr::DRrs

reset() method sets DR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::spi1::i2scfgr::I2SCFGRrs

reset() method sets I2SCFGR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::spi1::i2spr::I2SPRrs

reset() method sets I2SPR to value 0x10

Source§

const RESET_VALUE: u16 = 16u16

Source§

impl Resettable for stm32l0::stm32l0x0::spi1::rxcrcr::RXCRCRrs

reset() method sets RXCRCR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::spi1::sr::SRrs

reset() method sets SR to value 0x02

Source§

const RESET_VALUE: u16 = 2u16

Source§

impl Resettable for stm32l0::stm32l0x0::spi1::txcrcr::TXCRCRrs

reset() method sets TXCRCR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::syscfg::cfgr1::CFGR1rs

reset() method sets CFGR1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::syscfg::cfgr2::CFGR2rs

reset() method sets CFGR2 to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::syscfg::cfgr3::CFGR3rs

reset() method sets CFGR3 to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::syscfg::exticr1::EXTICR1rs

reset() method sets EXTICR1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::syscfg::exticr2::EXTICR2rs

reset() method sets EXTICR2 to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::syscfg::exticr3::EXTICR3rs

reset() method sets EXTICR3 to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::syscfg::exticr4::EXTICR4rs

reset() method sets EXTICR4 to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::tim2::arr::ARRrs

reset() method sets ARR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::tim2::ccer::CCERrs

reset() method sets CCER to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::tim2::ccmr1_input::CCMR1_INPUTrs

reset() method sets CCMR1_Input to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::tim2::ccmr1_output::CCMR1_OUTPUTrs

reset() method sets CCMR1_Output to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::tim2::ccmr2_input::CCMR2_INPUTrs

reset() method sets CCMR2_Input to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::tim2::ccmr2_output::CCMR2_OUTPUTrs

reset() method sets CCMR2_Output to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::tim2::ccr::CCRrs

reset() method sets CCR%s to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::tim2::cnt::CNTrs

reset() method sets CNT to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::tim2::cr1::CR1rs

reset() method sets CR1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::tim2::cr2::CR2rs

reset() method sets CR2 to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::tim2::dcr::DCRrs

reset() method sets DCR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::tim2::dier::DIERrs

reset() method sets DIER to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::tim2::dmar::DMARrs

reset() method sets DMAR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::tim2::egr::EGRrs

reset() method sets EGR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::tim2::or::ORrs

reset() method sets OR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::tim2::psc::PSCrs

reset() method sets PSC to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::tim2::smcr::SMCRrs

reset() method sets SMCR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::tim2::sr::SRrs

reset() method sets SR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::tim21::arr::ARRrs

reset() method sets ARR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::tim21::ccer::CCERrs

reset() method sets CCER to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::tim21::ccmr1_input::CCMR1_INPUTrs

reset() method sets CCMR1_Input to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::tim21::ccmr1_output::CCMR1_OUTPUTrs

reset() method sets CCMR1_Output to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::tim21::ccr::CCRrs

reset() method sets CCR%s to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::tim21::cnt::CNTrs

reset() method sets CNT to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::tim21::cr1::CR1rs

reset() method sets CR1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::tim21::cr2::CR2rs

reset() method sets CR2 to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::tim21::dier::DIERrs

reset() method sets DIER to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::tim21::egr::EGRrs

reset() method sets EGR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::tim21::or::ORrs

reset() method sets OR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::tim21::psc::PSCrs

reset() method sets PSC to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::tim21::smcr::SMCRrs

reset() method sets SMCR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::tim21::sr::SRrs

reset() method sets SR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::tim22::or::ORrs

reset() method sets OR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::tim22::smcr::SMCRrs

reset() method sets SMCR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::usart2::brr::BRRrs

reset() method sets BRR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::usart2::cr1::CR1rs

reset() method sets CR1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::usart2::cr2::CR2rs

reset() method sets CR2 to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::usart2::cr3::CR3rs

reset() method sets CR3 to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::usart2::gtpr::GTPRrs

reset() method sets GTPR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::usart2::icr::ICRrs

reset() method sets ICR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::usart2::isr::ISRrs

reset() method sets ISR to value 0xc0

Source§

const RESET_VALUE: u32 = 192u32

Source§

impl Resettable for stm32l0::stm32l0x0::usart2::rdr::RDRrs

reset() method sets RDR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::usart2::rqr::RQRrs

reset() method sets RQR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::usart2::rtor::RTORrs

reset() method sets RTOR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::usart2::tdr::TDRrs

reset() method sets TDR to value 0

Source§

impl Resettable for stm32l0::stm32l0x0::wwdg::cfr::CFRrs

reset() method sets CFR to value 0x7f

Source§

const RESET_VALUE: u16 = 127u16

Source§

impl Resettable for stm32l0::stm32l0x0::wwdg::cr::CRrs

reset() method sets CR to value 0x7f

Source§

const RESET_VALUE: u16 = 127u16

Source§

impl Resettable for stm32l0::stm32l0x0::wwdg::sr::SRrs

reset() method sets SR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::adc::calfact::CALFACTrs

reset() method sets CALFACT to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::adc::ccr::CCRrs

reset() method sets CCR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::adc::cfgr1::CFGR1rs

reset() method sets CFGR1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::adc::cfgr2::CFGR2rs

reset() method sets CFGR2 to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::adc::chselr::CHSELRrs

reset() method sets CHSELR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::adc::cr::CRrs

reset() method sets CR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::adc::dr::DRrs

reset() method sets DR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::adc::ier::IERrs

reset() method sets IER to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::adc::isr::ISRrs

reset() method sets ISR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::adc::smpr::SMPRrs

reset() method sets SMPR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::adc::tr::TRrs

reset() method sets TR to value 0x0fff_0000

Source§

const RESET_VALUE: u32 = 268_369_920u32

Source§

impl Resettable for stm32l0::stm32l0x1::aes::cr::CRrs

reset() method sets CR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::aes::dinr::DINRrs

reset() method sets DINR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::aes::doutr::DOUTRrs

reset() method sets DOUTR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::aes::ivr0::IVR0rs

reset() method sets IVR0 to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::aes::ivr1::IVR1rs

reset() method sets IVR1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::aes::ivr2::IVR2rs

reset() method sets IVR2 to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::aes::ivr3::IVR3rs

reset() method sets IVR3 to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::aes::keyr0::KEYR0rs

reset() method sets KEYR0 to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::aes::keyr1::KEYR1rs

reset() method sets KEYR1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::aes::keyr2::KEYR2rs

reset() method sets KEYR2 to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::aes::keyr3::KEYR3rs

reset() method sets KEYR3 to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::aes::sr::SRrs

reset() method sets SR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::crc::cr::CRrs

reset() method sets CR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::crc::dr8::DR8rs

reset() method sets DR8 to value 0xff

Source§

const RESET_VALUE: u8 = 255u8

Source§

impl Resettable for stm32l0::stm32l0x1::crc::dr16::DR16rs

reset() method sets DR16 to value 0xffff

Source§

const RESET_VALUE: u16 = 65_535u16

Source§

impl Resettable for stm32l0::stm32l0x1::crc::dr::DRrs

reset() method sets DR to value 0xffff_ffff

Source§

const RESET_VALUE: u32 = 4_294_967_295u32

Source§

impl Resettable for stm32l0::stm32l0x1::crc::idr::IDRrs

reset() method sets IDR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::crc::init::INITrs

reset() method sets INIT to value 0xffff_ffff

Source§

const RESET_VALUE: u32 = 4_294_967_295u32

Source§

impl Resettable for stm32l0::stm32l0x1::crc::pol::POLrs

reset() method sets POL to value 0x04c1_1db7

Source§

const RESET_VALUE: u32 = 79_764_919u32

Source§

impl Resettable for stm32l0::stm32l0x1::dbg::apb1_fz::APB1_FZrs

reset() method sets APB1_FZ to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::dbg::apb2_fz::APB2_FZrs

reset() method sets APB2_FZ to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::dbg::cr::CRrs

reset() method sets CR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::dbg::idcode::IDCODErs

reset() method sets IDCODE to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::dma1::ch::cr::CRrs

reset() method sets CR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::dma1::ch::mar::MARrs

reset() method sets MAR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::dma1::ch::ndtr::NDTRrs

reset() method sets NDTR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::dma1::ch::par::PARrs

reset() method sets PAR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::dma1::cselr::CSELRrs

reset() method sets CSELR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::dma1::ifcr::IFCRrs

reset() method sets IFCR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::dma1::isr::ISRrs

reset() method sets ISR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::exti::emr::EMRrs

reset() method sets EMR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::exti::ftsr::FTSRrs

reset() method sets FTSR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::exti::imr::IMRrs

reset() method sets IMR to value 0xff84_0000

Source§

const RESET_VALUE: u32 = 4_286_840_832u32

Source§

impl Resettable for stm32l0::stm32l0x1::exti::pr::PRrs

reset() method sets PR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::exti::rtsr::RTSRrs

reset() method sets RTSR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::exti::swier::SWIERrs

reset() method sets SWIER to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::flash::acr::ACRrs

reset() method sets ACR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::flash::optkeyr::OPTKEYRrs

reset() method sets OPTKEYR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::flash::optr::OPTRrs

reset() method sets OPTR to value 0x00f8_0000

Source§

const RESET_VALUE: u32 = 16_252_928u32

Source§

impl Resettable for stm32l0::stm32l0x1::flash::pdkeyr::PDKEYRrs

reset() method sets PDKEYR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::flash::pecr::PECRrs

reset() method sets PECR to value 0x07

Source§

const RESET_VALUE: u32 = 7u32

Source§

impl Resettable for stm32l0::stm32l0x1::flash::pekeyr::PEKEYRrs

reset() method sets PEKEYR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::flash::prgkeyr::PRGKEYRrs

reset() method sets PRGKEYR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::flash::sr::SRrs

reset() method sets SR to value 0x04

Source§

const RESET_VALUE: u32 = 4u32

Source§

impl Resettable for stm32l0::stm32l0x1::flash::wrprot1::WRPROT1rs

reset() method sets WRPROT1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::flash::wrprot2::WRPROT2rs

reset() method sets WRPROT2 to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::fw::cr::CRrs

reset() method sets CR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::fw::csl::CSLrs

reset() method sets CSL to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::fw::cssa::CSSArs

reset() method sets CSSA to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::fw::nvdsl::NVDSLrs

reset() method sets NVDSL to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::fw::nvdssa::NVDSSArs

reset() method sets NVDSSA to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::fw::vdsl::VDSLrs

reset() method sets VDSL to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::fw::vdssa::VDSSArs

reset() method sets VDSSA to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::gpioa::afrh::AFRHrs

reset() method sets AFRH to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::gpioa::afrl::AFRLrs

reset() method sets AFRL to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::gpioa::brr::BRRrs

reset() method sets BRR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::gpioa::bsrr::BSRRrs

reset() method sets BSRR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::gpioa::idr::IDRrs

reset() method sets IDR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::gpioa::lckr::LCKRrs

reset() method sets LCKR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::gpioa::moder::MODERrs

reset() method sets MODER to value 0xebff_fcff

Source§

const RESET_VALUE: u32 = 3_959_422_207u32

Source§

impl Resettable for stm32l0::stm32l0x1::gpioa::odr::ODRrs

reset() method sets ODR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::gpioa::ospeedr::OSPEEDRrs

reset() method sets OSPEEDR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::gpioa::otyper::OTYPERrs

reset() method sets OTYPER to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::gpioa::pupdr::PUPDRrs

reset() method sets PUPDR to value 0x2400_0000

Source§

const RESET_VALUE: u32 = 603_979_776u32

Source§

impl Resettable for stm32l0::stm32l0x1::gpiob::moder::MODERrs

reset() method sets MODER to value 0xffff_ffff

Source§

const RESET_VALUE: u32 = 4_294_967_295u32

Source§

impl Resettable for stm32l0::stm32l0x1::gpiob::ospeedr::OSPEEDRrs

reset() method sets OSPEEDR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::gpiob::pupdr::PUPDRrs

reset() method sets PUPDR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::i2c1::cr1::CR1rs

reset() method sets CR1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::i2c1::cr2::CR2rs

reset() method sets CR2 to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::i2c1::icr::ICRrs

reset() method sets ICR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::i2c1::isr::ISRrs

reset() method sets ISR to value 0x01

Source§

const RESET_VALUE: u32 = 1u32

Source§

impl Resettable for stm32l0::stm32l0x1::i2c1::oar1::OAR1rs

reset() method sets OAR1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::i2c1::oar2::OAR2rs

reset() method sets OAR2 to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::i2c1::pecr::PECRrs

reset() method sets PECR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::i2c1::rxdr::RXDRrs

reset() method sets RXDR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::i2c1::timeoutr::TIMEOUTRrs

reset() method sets TIMEOUTR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::i2c1::timingr::TIMINGRrs

reset() method sets TIMINGR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::i2c1::txdr::TXDRrs

reset() method sets TXDR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::iwdg::kr::KRrs

reset() method sets KR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::iwdg::pr::PRrs

reset() method sets PR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::iwdg::rlr::RLRrs

reset() method sets RLR to value 0x0fff

Source§

const RESET_VALUE: u16 = 4_095u16

Source§

impl Resettable for stm32l0::stm32l0x1::iwdg::sr::SRrs

reset() method sets SR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::iwdg::winr::WINRrs

reset() method sets WINR to value 0x0fff

Source§

const RESET_VALUE: u16 = 4_095u16

Source§

impl Resettable for stm32l0::stm32l0x1::lptim::arr::ARRrs

reset() method sets ARR to value 0x01

Source§

const RESET_VALUE: u32 = 1u32

Source§

impl Resettable for stm32l0::stm32l0x1::lptim::cfgr::CFGRrs

reset() method sets CFGR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::lptim::cmp::CMPrs

reset() method sets CMP to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::lptim::cnt::CNTrs

reset() method sets CNT to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::lptim::cr::CRrs

reset() method sets CR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::lptim::icr::ICRrs

reset() method sets ICR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::lptim::ier::IERrs

reset() method sets IER to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::lptim::isr::ISRrs

reset() method sets ISR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::lpuart1::brr::BRRrs

reset() method sets BRR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::lpuart1::cr1::CR1rs

reset() method sets CR1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::lpuart1::cr2::CR2rs

reset() method sets CR2 to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::lpuart1::cr3::CR3rs

reset() method sets CR3 to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::lpuart1::icr::ICRrs

reset() method sets ICR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::lpuart1::isr::ISRrs

reset() method sets ISR to value 0xc0

Source§

const RESET_VALUE: u32 = 192u32

Source§

impl Resettable for stm32l0::stm32l0x1::lpuart1::rdr::RDRrs

reset() method sets RDR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::lpuart1::rqr::RQRrs

reset() method sets RQR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::lpuart1::tdr::TDRrs

reset() method sets TDR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::pwr::cr::CRrs

reset() method sets CR to value 0x1000

Source§

const RESET_VALUE: u32 = 4_096u32

Source§

impl Resettable for stm32l0::stm32l0x1::pwr::csr::CSRrs

reset() method sets CSR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::rcc::ahbenr::AHBENRrs

reset() method sets AHBENR to value 0x0100

Source§

const RESET_VALUE: u32 = 256u32

Source§

impl Resettable for stm32l0::stm32l0x1::rcc::ahbrstr::AHBRSTRrs

reset() method sets AHBRSTR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::rcc::ahbsmenr::AHBSMENRrs

reset() method sets AHBSMENR to value 0x0111_1301

Source§

const RESET_VALUE: u32 = 17_896_193u32

Source§

impl Resettable for stm32l0::stm32l0x1::rcc::apb1enr::APB1ENRrs

reset() method sets APB1ENR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::rcc::apb1rstr::APB1RSTRrs

reset() method sets APB1RSTR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::rcc::apb1smenr::APB1SMENRrs

reset() method sets APB1SMENR to value 0xb8e6_4a11

Source§

const RESET_VALUE: u32 = 3_102_099_985u32

Source§

impl Resettable for stm32l0::stm32l0x1::rcc::apb2enr::APB2ENRrs

reset() method sets APB2ENR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::rcc::apb2rstr::APB2RSTRrs

reset() method sets APB2RSTR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::rcc::apb2smenr::APB2SMENRrs

reset() method sets APB2SMENR to value 0x0040_5225

Source§

const RESET_VALUE: u32 = 4_215_333u32

Source§

impl Resettable for stm32l0::stm32l0x1::rcc::ccipr::CCIPRrs

reset() method sets CCIPR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::rcc::cfgr::CFGRrs

reset() method sets CFGR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::rcc::cicr::CICRrs

reset() method sets CICR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::rcc::cier::CIERrs

reset() method sets CIER to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::rcc::cifr::CIFRrs

reset() method sets CIFR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::rcc::cr::CRrs

reset() method sets CR to value 0x0300

Source§

const RESET_VALUE: u32 = 768u32

Source§

impl Resettable for stm32l0::stm32l0x1::rcc::csr::CSRrs

reset() method sets CSR to value 0x0c00_0000

Source§

const RESET_VALUE: u32 = 201_326_592u32

Source§

impl Resettable for stm32l0::stm32l0x1::rcc::icscr::ICSCRrs

reset() method sets ICSCR to value 0xb000

Source§

const RESET_VALUE: u32 = 45_056u32

Source§

impl Resettable for stm32l0::stm32l0x1::rcc::iopenr::IOPENRrs

reset() method sets IOPENR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::rcc::ioprstr::IOPRSTRrs

reset() method sets IOPRSTR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::rcc::iopsmen::IOPSMENrs

reset() method sets IOPSMEN to value 0x8f

Source§

const RESET_VALUE: u32 = 143u32

Source§

impl Resettable for stm32l0::stm32l0x1::rtc::alrmr::ALRMRrs

reset() method sets ALRM%sR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::rtc::alrmssr::ALRMSSRrs

reset() method sets ALRM%sSSR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::rtc::bkpr::BKPRrs

reset() method sets BKP%sR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::rtc::calr::CALRrs

reset() method sets CALR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::rtc::cr::CRrs

reset() method sets CR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::rtc::dr::DRrs

reset() method sets DR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::rtc::isr::ISRrs

reset() method sets ISR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::rtc::or::ORrs

reset() method sets OR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::rtc::prer::PRERrs

reset() method sets PRER to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::rtc::shiftr::SHIFTRrs

reset() method sets SHIFTR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::rtc::ssr::SSRrs

reset() method sets SSR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::rtc::tampcr::TAMPCRrs

reset() method sets TAMPCR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::rtc::tr::TRrs

reset() method sets TR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::rtc::wpr::WPRrs

reset() method sets WPR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::rtc::wutr::WUTRrs

reset() method sets WUTR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::spi1::cr1::CR1rs

reset() method sets CR1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::spi1::cr2::CR2rs

reset() method sets CR2 to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::spi1::crcpr::CRCPRrs

reset() method sets CRCPR to value 0x07

Source§

const RESET_VALUE: u16 = 7u16

Source§

impl Resettable for stm32l0::stm32l0x1::spi1::dr8::DR8rs

reset() method sets DR8 to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::spi1::dr::DRrs

reset() method sets DR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::spi1::i2scfgr::I2SCFGRrs

reset() method sets I2SCFGR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::spi1::i2spr::I2SPRrs

reset() method sets I2SPR to value 0x10

Source§

const RESET_VALUE: u16 = 16u16

Source§

impl Resettable for stm32l0::stm32l0x1::spi1::rxcrcr::RXCRCRrs

reset() method sets RXCRCR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::spi1::sr::SRrs

reset() method sets SR to value 0x02

Source§

const RESET_VALUE: u16 = 2u16

Source§

impl Resettable for stm32l0::stm32l0x1::spi1::txcrcr::TXCRCRrs

reset() method sets TXCRCR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::syscfg::cfgr1::CFGR1rs

reset() method sets CFGR1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::syscfg::cfgr2::CFGR2rs

reset() method sets CFGR2 to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::syscfg::cfgr3::CFGR3rs

reset() method sets CFGR3 to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::syscfg::comp1_csr::COMP1_CSRrs

reset() method sets COMP1_CSR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::syscfg::comp2_csr::COMP2_CSRrs

reset() method sets COMP2_CSR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::syscfg::exticr1::EXTICR1rs

reset() method sets EXTICR1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::syscfg::exticr2::EXTICR2rs

reset() method sets EXTICR2 to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::syscfg::exticr3::EXTICR3rs

reset() method sets EXTICR3 to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::syscfg::exticr4::EXTICR4rs

reset() method sets EXTICR4 to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::tim2::arr::ARRrs

reset() method sets ARR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::tim2::ccer::CCERrs

reset() method sets CCER to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::tim2::ccmr1_input::CCMR1_INPUTrs

reset() method sets CCMR1_Input to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::tim2::ccmr1_output::CCMR1_OUTPUTrs

reset() method sets CCMR1_Output to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::tim2::ccmr2_input::CCMR2_INPUTrs

reset() method sets CCMR2_Input to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::tim2::ccmr2_output::CCMR2_OUTPUTrs

reset() method sets CCMR2_Output to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::tim2::ccr::CCRrs

reset() method sets CCR%s to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::tim2::cnt::CNTrs

reset() method sets CNT to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::tim2::cr1::CR1rs

reset() method sets CR1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::tim2::cr2::CR2rs

reset() method sets CR2 to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::tim2::dcr::DCRrs

reset() method sets DCR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::tim2::dier::DIERrs

reset() method sets DIER to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::tim2::dmar::DMARrs

reset() method sets DMAR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::tim2::egr::EGRrs

reset() method sets EGR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::tim2::or::ORrs

reset() method sets OR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::tim2::psc::PSCrs

reset() method sets PSC to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::tim2::smcr::SMCRrs

reset() method sets SMCR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::tim2::sr::SRrs

reset() method sets SR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::tim6::arr::ARRrs

reset() method sets ARR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::tim6::cnt::CNTrs

reset() method sets CNT to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::tim6::cr1::CR1rs

reset() method sets CR1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::tim6::cr2::CR2rs

reset() method sets CR2 to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::tim6::dier::DIERrs

reset() method sets DIER to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::tim6::egr::EGRrs

reset() method sets EGR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::tim6::psc::PSCrs

reset() method sets PSC to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::tim6::sr::SRrs

reset() method sets SR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::tim21::arr::ARRrs

reset() method sets ARR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::tim21::ccer::CCERrs

reset() method sets CCER to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::tim21::ccmr1_input::CCMR1_INPUTrs

reset() method sets CCMR1_Input to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::tim21::ccmr1_output::CCMR1_OUTPUTrs

reset() method sets CCMR1_Output to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::tim21::ccr::CCRrs

reset() method sets CCR%s to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::tim21::cnt::CNTrs

reset() method sets CNT to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::tim21::cr1::CR1rs

reset() method sets CR1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::tim21::cr2::CR2rs

reset() method sets CR2 to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::tim21::dier::DIERrs

reset() method sets DIER to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::tim21::egr::EGRrs

reset() method sets EGR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::tim21::or::ORrs

reset() method sets OR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::tim21::psc::PSCrs

reset() method sets PSC to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::tim21::smcr::SMCRrs

reset() method sets SMCR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::tim21::sr::SRrs

reset() method sets SR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::tim22::or::ORrs

reset() method sets OR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::tim22::smcr::SMCRrs

reset() method sets SMCR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::usart1::brr::BRRrs

reset() method sets BRR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::usart1::cr1::CR1rs

reset() method sets CR1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::usart1::cr2::CR2rs

reset() method sets CR2 to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::usart1::cr3::CR3rs

reset() method sets CR3 to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::usart1::gtpr::GTPRrs

reset() method sets GTPR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::usart1::icr::ICRrs

reset() method sets ICR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::usart1::isr::ISRrs

reset() method sets ISR to value 0xc0

Source§

const RESET_VALUE: u32 = 192u32

Source§

impl Resettable for stm32l0::stm32l0x1::usart1::rdr::RDRrs

reset() method sets RDR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::usart1::rqr::RQRrs

reset() method sets RQR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::usart1::rtor::RTORrs

reset() method sets RTOR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::usart1::tdr::TDRrs

reset() method sets TDR to value 0

Source§

impl Resettable for stm32l0::stm32l0x1::wwdg::cfr::CFRrs

reset() method sets CFR to value 0x7f

Source§

const RESET_VALUE: u16 = 127u16

Source§

impl Resettable for stm32l0::stm32l0x1::wwdg::cr::CRrs

reset() method sets CR to value 0x7f

Source§

const RESET_VALUE: u16 = 127u16

Source§

impl Resettable for stm32l0::stm32l0x1::wwdg::sr::SRrs

reset() method sets SR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::adc::calfact::CALFACTrs

reset() method sets CALFACT to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::adc::ccr::CCRrs

reset() method sets CCR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::adc::cfgr1::CFGR1rs

reset() method sets CFGR1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::adc::cfgr2::CFGR2rs

reset() method sets CFGR2 to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::adc::chselr::CHSELRrs

reset() method sets CHSELR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::adc::cr::CRrs

reset() method sets CR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::adc::dr::DRrs

reset() method sets DR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::adc::ier::IERrs

reset() method sets IER to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::adc::isr::ISRrs

reset() method sets ISR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::adc::smpr::SMPRrs

reset() method sets SMPR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::adc::tr::TRrs

reset() method sets TR to value 0x0fff_0000

Source§

const RESET_VALUE: u32 = 268_369_920u32

Source§

impl Resettable for stm32l0::stm32l0x2::aes::cr::CRrs

reset() method sets CR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::aes::dinr::DINRrs

reset() method sets DINR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::aes::doutr::DOUTRrs

reset() method sets DOUTR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::aes::ivr0::IVR0rs

reset() method sets IVR0 to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::aes::ivr1::IVR1rs

reset() method sets IVR1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::aes::ivr2::IVR2rs

reset() method sets IVR2 to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::aes::ivr3::IVR3rs

reset() method sets IVR3 to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::aes::keyr0::KEYR0rs

reset() method sets KEYR0 to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::aes::keyr1::KEYR1rs

reset() method sets KEYR1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::aes::keyr2::KEYR2rs

reset() method sets KEYR2 to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::aes::keyr3::KEYR3rs

reset() method sets KEYR3 to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::aes::sr::SRrs

reset() method sets SR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::crc::cr::CRrs

reset() method sets CR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::crc::dr8::DR8rs

reset() method sets DR8 to value 0xff

Source§

const RESET_VALUE: u8 = 255u8

Source§

impl Resettable for stm32l0::stm32l0x2::crc::dr16::DR16rs

reset() method sets DR16 to value 0xffff

Source§

const RESET_VALUE: u16 = 65_535u16

Source§

impl Resettable for stm32l0::stm32l0x2::crc::dr::DRrs

reset() method sets DR to value 0xffff_ffff

Source§

const RESET_VALUE: u32 = 4_294_967_295u32

Source§

impl Resettable for stm32l0::stm32l0x2::crc::idr::IDRrs

reset() method sets IDR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::crc::init::INITrs

reset() method sets INIT to value 0xffff_ffff

Source§

const RESET_VALUE: u32 = 4_294_967_295u32

Source§

impl Resettable for stm32l0::stm32l0x2::crc::pol::POLrs

reset() method sets POL to value 0x04c1_1db7

Source§

const RESET_VALUE: u32 = 79_764_919u32

Source§

impl Resettable for stm32l0::stm32l0x2::crs::cfgr::CFGRrs

reset() method sets CFGR to value 0x2022_bb7f

Source§

const RESET_VALUE: u32 = 539_147_135u32

Source§

impl Resettable for stm32l0::stm32l0x2::crs::cr::CRrs

reset() method sets CR to value 0x2000

Source§

const RESET_VALUE: u32 = 8_192u32

Source§

impl Resettable for stm32l0::stm32l0x2::crs::icr::ICRrs

reset() method sets ICR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::crs::isr::ISRrs

reset() method sets ISR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::dac::cr::CRrs

reset() method sets CR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::dac::dhr8r::DHR8Rrs

reset() method sets DHR8R%s to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::dac::dhr8rd::DHR8RDrs

reset() method sets DHR8RD to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::dac::dhr12l::DHR12Lrs

reset() method sets DHR12L%s to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::dac::dhr12ld::DHR12LDrs

reset() method sets DHR12LD to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::dac::dhr12r::DHR12Rrs

reset() method sets DHR12R%s to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::dac::dhr12rd::DHR12RDrs

reset() method sets DHR12RD to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::dac::dor::DORrs

reset() method sets DOR%s to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::dac::sr::SRrs

reset() method sets SR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::dac::swtrigr::SWTRIGRrs

reset() method sets SWTRIGR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::dbg::apb1_fz::APB1_FZrs

reset() method sets APB1_FZ to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::dbg::apb2_fz::APB2_FZrs

reset() method sets APB2_FZ to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::dbg::cr::CRrs

reset() method sets CR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::dbg::idcode::IDCODErs

reset() method sets IDCODE to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::dma1::ch::cr::CRrs

reset() method sets CR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::dma1::ch::mar::MARrs

reset() method sets MAR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::dma1::ch::ndtr::NDTRrs

reset() method sets NDTR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::dma1::ch::par::PARrs

reset() method sets PAR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::dma1::cselr::CSELRrs

reset() method sets CSELR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::dma1::ifcr::IFCRrs

reset() method sets IFCR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::dma1::isr::ISRrs

reset() method sets ISR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::exti::emr::EMRrs

reset() method sets EMR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::exti::ftsr::FTSRrs

reset() method sets FTSR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::exti::imr::IMRrs

reset() method sets IMR to value 0xff84_0000

Source§

const RESET_VALUE: u32 = 4_286_840_832u32

Source§

impl Resettable for stm32l0::stm32l0x2::exti::pr::PRrs

reset() method sets PR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::exti::rtsr::RTSRrs

reset() method sets RTSR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::exti::swier::SWIERrs

reset() method sets SWIER to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::flash::acr::ACRrs

reset() method sets ACR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::flash::optkeyr::OPTKEYRrs

reset() method sets OPTKEYR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::flash::optr::OPTRrs

reset() method sets OPTR to value 0x00f8_0000

Source§

const RESET_VALUE: u32 = 16_252_928u32

Source§

impl Resettable for stm32l0::stm32l0x2::flash::pdkeyr::PDKEYRrs

reset() method sets PDKEYR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::flash::pecr::PECRrs

reset() method sets PECR to value 0x07

Source§

const RESET_VALUE: u32 = 7u32

Source§

impl Resettable for stm32l0::stm32l0x2::flash::pekeyr::PEKEYRrs

reset() method sets PEKEYR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::flash::prgkeyr::PRGKEYRrs

reset() method sets PRGKEYR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::flash::sr::SRrs

reset() method sets SR to value 0x04

Source§

const RESET_VALUE: u32 = 4u32

Source§

impl Resettable for stm32l0::stm32l0x2::flash::wrprot1::WRPROT1rs

reset() method sets WRPROT1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::flash::wrprot2::WRPROT2rs

reset() method sets WRPROT2 to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::fw::cr::CRrs

reset() method sets CR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::fw::csl::CSLrs

reset() method sets CSL to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::fw::cssa::CSSArs

reset() method sets CSSA to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::fw::nvdsl::NVDSLrs

reset() method sets NVDSL to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::fw::nvdssa::NVDSSArs

reset() method sets NVDSSA to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::fw::vdsl::VDSLrs

reset() method sets VDSL to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::fw::vdssa::VDSSArs

reset() method sets VDSSA to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::gpioa::afrh::AFRHrs

reset() method sets AFRH to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::gpioa::afrl::AFRLrs

reset() method sets AFRL to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::gpioa::brr::BRRrs

reset() method sets BRR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::gpioa::bsrr::BSRRrs

reset() method sets BSRR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::gpioa::idr::IDRrs

reset() method sets IDR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::gpioa::lckr::LCKRrs

reset() method sets LCKR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::gpioa::moder::MODERrs

reset() method sets MODER to value 0xebff_fcff

Source§

const RESET_VALUE: u32 = 3_959_422_207u32

Source§

impl Resettable for stm32l0::stm32l0x2::gpioa::odr::ODRrs

reset() method sets ODR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::gpioa::ospeedr::OSPEEDRrs

reset() method sets OSPEEDR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::gpioa::otyper::OTYPERrs

reset() method sets OTYPER to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::gpioa::pupdr::PUPDRrs

reset() method sets PUPDR to value 0x2400_0000

Source§

const RESET_VALUE: u32 = 603_979_776u32

Source§

impl Resettable for stm32l0::stm32l0x2::gpiob::moder::MODERrs

reset() method sets MODER to value 0xffff_ffff

Source§

const RESET_VALUE: u32 = 4_294_967_295u32

Source§

impl Resettable for stm32l0::stm32l0x2::gpiob::ospeedr::OSPEEDRrs

reset() method sets OSPEEDR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::gpiob::pupdr::PUPDRrs

reset() method sets PUPDR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::i2c1::cr1::CR1rs

reset() method sets CR1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::i2c1::cr2::CR2rs

reset() method sets CR2 to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::i2c1::icr::ICRrs

reset() method sets ICR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::i2c1::isr::ISRrs

reset() method sets ISR to value 0x01

Source§

const RESET_VALUE: u32 = 1u32

Source§

impl Resettable for stm32l0::stm32l0x2::i2c1::oar1::OAR1rs

reset() method sets OAR1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::i2c1::oar2::OAR2rs

reset() method sets OAR2 to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::i2c1::pecr::PECRrs

reset() method sets PECR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::i2c1::rxdr::RXDRrs

reset() method sets RXDR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::i2c1::timeoutr::TIMEOUTRrs

reset() method sets TIMEOUTR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::i2c1::timingr::TIMINGRrs

reset() method sets TIMINGR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::i2c1::txdr::TXDRrs

reset() method sets TXDR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::iwdg::kr::KRrs

reset() method sets KR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::iwdg::pr::PRrs

reset() method sets PR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::iwdg::rlr::RLRrs

reset() method sets RLR to value 0x0fff

Source§

const RESET_VALUE: u16 = 4_095u16

Source§

impl Resettable for stm32l0::stm32l0x2::iwdg::sr::SRrs

reset() method sets SR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::iwdg::winr::WINRrs

reset() method sets WINR to value 0x0fff

Source§

const RESET_VALUE: u16 = 4_095u16

Source§

impl Resettable for stm32l0::stm32l0x2::lptim::arr::ARRrs

reset() method sets ARR to value 0x01

Source§

const RESET_VALUE: u32 = 1u32

Source§

impl Resettable for stm32l0::stm32l0x2::lptim::cfgr::CFGRrs

reset() method sets CFGR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::lptim::cmp::CMPrs

reset() method sets CMP to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::lptim::cnt::CNTrs

reset() method sets CNT to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::lptim::cr::CRrs

reset() method sets CR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::lptim::icr::ICRrs

reset() method sets ICR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::lptim::ier::IERrs

reset() method sets IER to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::lptim::isr::ISRrs

reset() method sets ISR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::lpuart1::brr::BRRrs

reset() method sets BRR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::lpuart1::cr1::CR1rs

reset() method sets CR1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::lpuart1::cr2::CR2rs

reset() method sets CR2 to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::lpuart1::cr3::CR3rs

reset() method sets CR3 to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::lpuart1::icr::ICRrs

reset() method sets ICR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::lpuart1::isr::ISRrs

reset() method sets ISR to value 0xc0

Source§

const RESET_VALUE: u32 = 192u32

Source§

impl Resettable for stm32l0::stm32l0x2::lpuart1::rdr::RDRrs

reset() method sets RDR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::lpuart1::rqr::RQRrs

reset() method sets RQR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::lpuart1::tdr::TDRrs

reset() method sets TDR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::pwr::cr::CRrs

reset() method sets CR to value 0x1000

Source§

const RESET_VALUE: u32 = 4_096u32

Source§

impl Resettable for stm32l0::stm32l0x2::pwr::csr::CSRrs

reset() method sets CSR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::rcc::ahbenr::AHBENRrs

reset() method sets AHBENR to value 0x0100

Source§

const RESET_VALUE: u32 = 256u32

Source§

impl Resettable for stm32l0::stm32l0x2::rcc::ahbrstr::AHBRSTRrs

reset() method sets AHBRSTR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::rcc::ahbsmenr::AHBSMENRrs

reset() method sets AHBSMENR to value 0x0111_1301

Source§

const RESET_VALUE: u32 = 17_896_193u32

Source§

impl Resettable for stm32l0::stm32l0x2::rcc::apb1enr::APB1ENRrs

reset() method sets APB1ENR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::rcc::apb1rstr::APB1RSTRrs

reset() method sets APB1RSTR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::rcc::apb1smenr::APB1SMENRrs

reset() method sets APB1SMENR to value 0xb8e6_4a11

Source§

const RESET_VALUE: u32 = 3_102_099_985u32

Source§

impl Resettable for stm32l0::stm32l0x2::rcc::apb2enr::APB2ENRrs

reset() method sets APB2ENR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::rcc::apb2rstr::APB2RSTRrs

reset() method sets APB2RSTR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::rcc::apb2smenr::APB2SMENRrs

reset() method sets APB2SMENR to value 0x0040_5225

Source§

const RESET_VALUE: u32 = 4_215_333u32

Source§

impl Resettable for stm32l0::stm32l0x2::rcc::ccipr::CCIPRrs

reset() method sets CCIPR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::rcc::cfgr::CFGRrs

reset() method sets CFGR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::rcc::cicr::CICRrs

reset() method sets CICR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::rcc::cier::CIERrs

reset() method sets CIER to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::rcc::cifr::CIFRrs

reset() method sets CIFR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::rcc::cr::CRrs

reset() method sets CR to value 0x0300

Source§

const RESET_VALUE: u32 = 768u32

Source§

impl Resettable for stm32l0::stm32l0x2::rcc::crrcr::CRRCRrs

reset() method sets CRRCR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::rcc::csr::CSRrs

reset() method sets CSR to value 0x0c00_0000

Source§

const RESET_VALUE: u32 = 201_326_592u32

Source§

impl Resettable for stm32l0::stm32l0x2::rcc::icscr::ICSCRrs

reset() method sets ICSCR to value 0xb000

Source§

const RESET_VALUE: u32 = 45_056u32

Source§

impl Resettable for stm32l0::stm32l0x2::rcc::iopenr::IOPENRrs

reset() method sets IOPENR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::rcc::ioprstr::IOPRSTRrs

reset() method sets IOPRSTR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::rcc::iopsmen::IOPSMENrs

reset() method sets IOPSMEN to value 0x8f

Source§

const RESET_VALUE: u32 = 143u32

Source§

impl Resettable for stm32l0::stm32l0x2::rng::cr::CRrs

reset() method sets CR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::rng::dr::DRrs

reset() method sets DR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::rng::sr::SRrs

reset() method sets SR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::rtc::alrmr::ALRMRrs

reset() method sets ALRM%sR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::rtc::alrmssr::ALRMSSRrs

reset() method sets ALRM%sSSR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::rtc::bkpr::BKPRrs

reset() method sets BKP%sR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::rtc::calr::CALRrs

reset() method sets CALR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::rtc::cr::CRrs

reset() method sets CR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::rtc::dr::DRrs

reset() method sets DR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::rtc::isr::ISRrs

reset() method sets ISR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::rtc::or::ORrs

reset() method sets OR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::rtc::prer::PRERrs

reset() method sets PRER to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::rtc::shiftr::SHIFTRrs

reset() method sets SHIFTR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::rtc::ssr::SSRrs

reset() method sets SSR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::rtc::tampcr::TAMPCRrs

reset() method sets TAMPCR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::rtc::tr::TRrs

reset() method sets TR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::rtc::wpr::WPRrs

reset() method sets WPR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::rtc::wutr::WUTRrs

reset() method sets WUTR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::spi1::cr1::CR1rs

reset() method sets CR1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::spi1::cr2::CR2rs

reset() method sets CR2 to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::spi1::crcpr::CRCPRrs

reset() method sets CRCPR to value 0x07

Source§

const RESET_VALUE: u16 = 7u16

Source§

impl Resettable for stm32l0::stm32l0x2::spi1::dr8::DR8rs

reset() method sets DR8 to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::spi1::dr::DRrs

reset() method sets DR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::spi1::i2scfgr::I2SCFGRrs

reset() method sets I2SCFGR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::spi1::i2spr::I2SPRrs

reset() method sets I2SPR to value 0x10

Source§

const RESET_VALUE: u16 = 16u16

Source§

impl Resettable for stm32l0::stm32l0x2::spi1::rxcrcr::RXCRCRrs

reset() method sets RXCRCR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::spi1::sr::SRrs

reset() method sets SR to value 0x02

Source§

const RESET_VALUE: u16 = 2u16

Source§

impl Resettable for stm32l0::stm32l0x2::spi1::txcrcr::TXCRCRrs

reset() method sets TXCRCR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::stk::calib::CALIBrs

reset() method sets CALIB to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::stk::csr::CSRrs

reset() method sets CSR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::stk::cvr::CVRrs

reset() method sets CVR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::stk::rvr::RVRrs

reset() method sets RVR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::syscfg::cfgr1::CFGR1rs

reset() method sets CFGR1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::syscfg::cfgr2::CFGR2rs

reset() method sets CFGR2 to value 0x01

Source§

const RESET_VALUE: u32 = 1u32

Source§

impl Resettable for stm32l0::stm32l0x2::syscfg::cfgr3::CFGR3rs

reset() method sets CFGR3 to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::syscfg::comp1_csr::COMP1_CSRrs

reset() method sets COMP1_CSR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::syscfg::comp2_csr::COMP2_CSRrs

reset() method sets COMP2_CSR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::syscfg::exticr1::EXTICR1rs

reset() method sets EXTICR1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::syscfg::exticr2::EXTICR2rs

reset() method sets EXTICR2 to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::syscfg::exticr3::EXTICR3rs

reset() method sets EXTICR3 to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::syscfg::exticr4::EXTICR4rs

reset() method sets EXTICR4 to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::tim2::arr::ARRrs

reset() method sets ARR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::tim2::ccer::CCERrs

reset() method sets CCER to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::tim2::ccmr1_input::CCMR1_INPUTrs

reset() method sets CCMR1_Input to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::tim2::ccmr1_output::CCMR1_OUTPUTrs

reset() method sets CCMR1_Output to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::tim2::ccmr2_input::CCMR2_INPUTrs

reset() method sets CCMR2_Input to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::tim2::ccmr2_output::CCMR2_OUTPUTrs

reset() method sets CCMR2_Output to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::tim2::ccr::CCRrs

reset() method sets CCR%s to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::tim2::cnt::CNTrs

reset() method sets CNT to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::tim2::cr1::CR1rs

reset() method sets CR1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::tim2::cr2::CR2rs

reset() method sets CR2 to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::tim2::dcr::DCRrs

reset() method sets DCR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::tim2::dier::DIERrs

reset() method sets DIER to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::tim2::dmar::DMARrs

reset() method sets DMAR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::tim2::egr::EGRrs

reset() method sets EGR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::tim2::or::ORrs

reset() method sets OR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::tim2::psc::PSCrs

reset() method sets PSC to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::tim2::smcr::SMCRrs

reset() method sets SMCR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::tim2::sr::SRrs

reset() method sets SR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::tim6::arr::ARRrs

reset() method sets ARR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::tim6::cnt::CNTrs

reset() method sets CNT to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::tim6::cr1::CR1rs

reset() method sets CR1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::tim6::cr2::CR2rs

reset() method sets CR2 to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::tim6::dier::DIERrs

reset() method sets DIER to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::tim6::egr::EGRrs

reset() method sets EGR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::tim6::psc::PSCrs

reset() method sets PSC to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::tim6::sr::SRrs

reset() method sets SR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::tim21::arr::ARRrs

reset() method sets ARR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::tim21::ccer::CCERrs

reset() method sets CCER to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::tim21::ccmr1_input::CCMR1_INPUTrs

reset() method sets CCMR1_Input to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::tim21::ccmr1_output::CCMR1_OUTPUTrs

reset() method sets CCMR1_Output to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::tim21::ccr::CCRrs

reset() method sets CCR%s to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::tim21::cnt::CNTrs

reset() method sets CNT to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::tim21::cr1::CR1rs

reset() method sets CR1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::tim21::cr2::CR2rs

reset() method sets CR2 to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::tim21::dier::DIERrs

reset() method sets DIER to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::tim21::egr::EGRrs

reset() method sets EGR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::tim21::or::ORrs

reset() method sets OR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::tim21::psc::PSCrs

reset() method sets PSC to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::tim21::smcr::SMCRrs

reset() method sets SMCR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::tim21::sr::SRrs

reset() method sets SR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::tim22::or::ORrs

reset() method sets OR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::tim22::smcr::SMCRrs

reset() method sets SMCR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::tsc::cr::CRrs

reset() method sets CR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::tsc::icr::ICRrs

reset() method sets ICR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::tsc::ier::IERrs

reset() method sets IER to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::tsc::ioascr::IOASCRrs

reset() method sets IOASCR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::tsc::ioccr::IOCCRrs

reset() method sets IOCCR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::tsc::iogcr::IOGCRrs

reset() method sets IOG%sCR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::tsc::iogcsr::IOGCSRrs

reset() method sets IOGCSR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::tsc::iohcr::IOHCRrs

reset() method sets IOHCR to value 0xffff_ffff

Source§

const RESET_VALUE: u32 = 4_294_967_295u32

Source§

impl Resettable for stm32l0::stm32l0x2::tsc::ioscr::IOSCRrs

reset() method sets IOSCR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::tsc::isr::ISRrs

reset() method sets ISR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::usart1::brr::BRRrs

reset() method sets BRR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::usart1::cr1::CR1rs

reset() method sets CR1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::usart1::cr2::CR2rs

reset() method sets CR2 to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::usart1::cr3::CR3rs

reset() method sets CR3 to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::usart1::gtpr::GTPRrs

reset() method sets GTPR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::usart1::icr::ICRrs

reset() method sets ICR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::usart1::isr::ISRrs

reset() method sets ISR to value 0xc0

Source§

const RESET_VALUE: u32 = 192u32

Source§

impl Resettable for stm32l0::stm32l0x2::usart1::rdr::RDRrs

reset() method sets RDR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::usart1::rqr::RQRrs

reset() method sets RQR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::usart1::rtor::RTORrs

reset() method sets RTOR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::usart1::tdr::TDRrs

reset() method sets TDR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::usb::bcdr::BCDRrs

reset() method sets BCDR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::usb::btable::BTABLErs

reset() method sets BTABLE to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::usb::cntr::CNTRrs

reset() method sets CNTR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::usb::daddr::DADDRrs

reset() method sets DADDR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::usb::epr::EPRrs

reset() method sets EP%sR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::usb::fnr::FNRrs

reset() method sets FNR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::usb::istr::ISTRrs

reset() method sets ISTR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::usb::lpmcsr::LPMCSRrs

reset() method sets LPMCSR to value 0

Source§

impl Resettable for stm32l0::stm32l0x2::wwdg::cfr::CFRrs

reset() method sets CFR to value 0x7f

Source§

const RESET_VALUE: u16 = 127u16

Source§

impl Resettable for stm32l0::stm32l0x2::wwdg::cr::CRrs

reset() method sets CR to value 0x7f

Source§

const RESET_VALUE: u16 = 127u16

Source§

impl Resettable for stm32l0::stm32l0x2::wwdg::sr::SRrs

reset() method sets SR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::adc::calfact::CALFACTrs

reset() method sets CALFACT to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::adc::ccr::CCRrs

reset() method sets CCR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::adc::cfgr1::CFGR1rs

reset() method sets CFGR1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::adc::cfgr2::CFGR2rs

reset() method sets CFGR2 to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::adc::chselr::CHSELRrs

reset() method sets CHSELR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::adc::cr::CRrs

reset() method sets CR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::adc::dr::DRrs

reset() method sets DR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::adc::ier::IERrs

reset() method sets IER to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::adc::isr::ISRrs

reset() method sets ISR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::adc::smpr::SMPRrs

reset() method sets SMPR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::adc::tr::TRrs

reset() method sets TR to value 0x0fff_0000

Source§

const RESET_VALUE: u32 = 268_369_920u32

Source§

impl Resettable for stm32l0::stm32l0x3::aes::cr::CRrs

reset() method sets CR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::aes::dinr::DINRrs

reset() method sets DINR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::aes::doutr::DOUTRrs

reset() method sets DOUTR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::aes::ivr0::IVR0rs

reset() method sets IVR0 to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::aes::ivr1::IVR1rs

reset() method sets IVR1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::aes::ivr2::IVR2rs

reset() method sets IVR2 to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::aes::ivr3::IVR3rs

reset() method sets IVR3 to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::aes::keyr0::KEYR0rs

reset() method sets KEYR0 to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::aes::keyr1::KEYR1rs

reset() method sets KEYR1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::aes::keyr2::KEYR2rs

reset() method sets KEYR2 to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::aes::keyr3::KEYR3rs

reset() method sets KEYR3 to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::aes::sr::SRrs

reset() method sets SR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::crc::cr::CRrs

reset() method sets CR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::crc::dr8::DR8rs

reset() method sets DR8 to value 0xff

Source§

const RESET_VALUE: u8 = 255u8

Source§

impl Resettable for stm32l0::stm32l0x3::crc::dr16::DR16rs

reset() method sets DR16 to value 0xffff

Source§

const RESET_VALUE: u16 = 65_535u16

Source§

impl Resettable for stm32l0::stm32l0x3::crc::dr::DRrs

reset() method sets DR to value 0xffff_ffff

Source§

const RESET_VALUE: u32 = 4_294_967_295u32

Source§

impl Resettable for stm32l0::stm32l0x3::crc::idr::IDRrs

reset() method sets IDR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::crc::init::INITrs

reset() method sets INIT to value 0xffff_ffff

Source§

const RESET_VALUE: u32 = 4_294_967_295u32

Source§

impl Resettable for stm32l0::stm32l0x3::crc::pol::POLrs

reset() method sets POL to value 0x04c1_1db7

Source§

const RESET_VALUE: u32 = 79_764_919u32

Source§

impl Resettable for stm32l0::stm32l0x3::crs::cfgr::CFGRrs

reset() method sets CFGR to value 0x2022_bb7f

Source§

const RESET_VALUE: u32 = 539_147_135u32

Source§

impl Resettable for stm32l0::stm32l0x3::crs::cr::CRrs

reset() method sets CR to value 0x2000

Source§

const RESET_VALUE: u32 = 8_192u32

Source§

impl Resettable for stm32l0::stm32l0x3::crs::icr::ICRrs

reset() method sets ICR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::crs::isr::ISRrs

reset() method sets ISR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::dac::cr::CRrs

reset() method sets CR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::dac::dhr8r::DHR8Rrs

reset() method sets DHR8R%s to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::dac::dhr8rd::DHR8RDrs

reset() method sets DHR8RD to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::dac::dhr12l::DHR12Lrs

reset() method sets DHR12L%s to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::dac::dhr12ld::DHR12LDrs

reset() method sets DHR12LD to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::dac::dhr12r::DHR12Rrs

reset() method sets DHR12R%s to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::dac::dhr12rd::DHR12RDrs

reset() method sets DHR12RD to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::dac::dor::DORrs

reset() method sets DOR%s to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::dac::sr::SRrs

reset() method sets SR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::dac::swtrigr::SWTRIGRrs

reset() method sets SWTRIGR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::dbg::apb1_fz::APB1_FZrs

reset() method sets APB1_FZ to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::dbg::apb2_fz::APB2_FZrs

reset() method sets APB2_FZ to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::dbg::cr::CRrs

reset() method sets CR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::dbg::idcode::IDCODErs

reset() method sets IDCODE to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::dma1::ch::cr::CRrs

reset() method sets CR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::dma1::ch::mar::MARrs

reset() method sets MAR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::dma1::ch::ndtr::NDTRrs

reset() method sets NDTR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::dma1::ch::par::PARrs

reset() method sets PAR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::dma1::cselr::CSELRrs

reset() method sets CSELR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::dma1::ifcr::IFCRrs

reset() method sets IFCR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::dma1::isr::ISRrs

reset() method sets ISR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::exti::emr::EMRrs

reset() method sets EMR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::exti::ftsr::FTSRrs

reset() method sets FTSR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::exti::imr::IMRrs

reset() method sets IMR to value 0xff84_0000

Source§

const RESET_VALUE: u32 = 4_286_840_832u32

Source§

impl Resettable for stm32l0::stm32l0x3::exti::pr::PRrs

reset() method sets PR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::exti::rtsr::RTSRrs

reset() method sets RTSR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::exti::swier::SWIERrs

reset() method sets SWIER to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::flash::acr::ACRrs

reset() method sets ACR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::flash::optkeyr::OPTKEYRrs

reset() method sets OPTKEYR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::flash::optr::OPTRrs

reset() method sets OPTR to value 0x00f8_0000

Source§

const RESET_VALUE: u32 = 16_252_928u32

Source§

impl Resettable for stm32l0::stm32l0x3::flash::pdkeyr::PDKEYRrs

reset() method sets PDKEYR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::flash::pecr::PECRrs

reset() method sets PECR to value 0x07

Source§

const RESET_VALUE: u32 = 7u32

Source§

impl Resettable for stm32l0::stm32l0x3::flash::pekeyr::PEKEYRrs

reset() method sets PEKEYR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::flash::prgkeyr::PRGKEYRrs

reset() method sets PRGKEYR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::flash::sr::SRrs

reset() method sets SR to value 0x04

Source§

const RESET_VALUE: u32 = 4u32

Source§

impl Resettable for stm32l0::stm32l0x3::flash::wrprot1::WRPROT1rs

reset() method sets WRPROT1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::flash::wrprot2::WRPROT2rs

reset() method sets WRPROT2 to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::fw::cr::CRrs

reset() method sets CR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::fw::csl::CSLrs

reset() method sets CSL to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::fw::cssa::CSSArs

reset() method sets CSSA to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::fw::nvdsl::NVDSLrs

reset() method sets NVDSL to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::fw::nvdssa::NVDSSArs

reset() method sets NVDSSA to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::fw::vdsl::VDSLrs

reset() method sets VDSL to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::fw::vdssa::VDSSArs

reset() method sets VDSSA to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::gpioa::afrh::AFRHrs

reset() method sets AFRH to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::gpioa::afrl::AFRLrs

reset() method sets AFRL to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::gpioa::brr::BRRrs

reset() method sets BRR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::gpioa::bsrr::BSRRrs

reset() method sets BSRR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::gpioa::idr::IDRrs

reset() method sets IDR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::gpioa::lckr::LCKRrs

reset() method sets LCKR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::gpioa::moder::MODERrs

reset() method sets MODER to value 0xebff_fcff

Source§

const RESET_VALUE: u32 = 3_959_422_207u32

Source§

impl Resettable for stm32l0::stm32l0x3::gpioa::odr::ODRrs

reset() method sets ODR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::gpioa::ospeedr::OSPEEDRrs

reset() method sets OSPEEDR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::gpioa::otyper::OTYPERrs

reset() method sets OTYPER to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::gpioa::pupdr::PUPDRrs

reset() method sets PUPDR to value 0x2400_0000

Source§

const RESET_VALUE: u32 = 603_979_776u32

Source§

impl Resettable for stm32l0::stm32l0x3::gpiob::moder::MODERrs

reset() method sets MODER to value 0xffff_ffff

Source§

const RESET_VALUE: u32 = 4_294_967_295u32

Source§

impl Resettable for stm32l0::stm32l0x3::gpiob::ospeedr::OSPEEDRrs

reset() method sets OSPEEDR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::gpiob::pupdr::PUPDRrs

reset() method sets PUPDR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::i2c1::cr1::CR1rs

reset() method sets CR1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::i2c1::cr2::CR2rs

reset() method sets CR2 to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::i2c1::icr::ICRrs

reset() method sets ICR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::i2c1::isr::ISRrs

reset() method sets ISR to value 0x01

Source§

const RESET_VALUE: u32 = 1u32

Source§

impl Resettable for stm32l0::stm32l0x3::i2c1::oar1::OAR1rs

reset() method sets OAR1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::i2c1::oar2::OAR2rs

reset() method sets OAR2 to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::i2c1::pecr::PECRrs

reset() method sets PECR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::i2c1::rxdr::RXDRrs

reset() method sets RXDR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::i2c1::timeoutr::TIMEOUTRrs

reset() method sets TIMEOUTR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::i2c1::timingr::TIMINGRrs

reset() method sets TIMINGR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::i2c1::txdr::TXDRrs

reset() method sets TXDR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::iwdg::kr::KRrs

reset() method sets KR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::iwdg::pr::PRrs

reset() method sets PR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::iwdg::rlr::RLRrs

reset() method sets RLR to value 0x0fff

Source§

const RESET_VALUE: u16 = 4_095u16

Source§

impl Resettable for stm32l0::stm32l0x3::iwdg::sr::SRrs

reset() method sets SR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::iwdg::winr::WINRrs

reset() method sets WINR to value 0x0fff

Source§

const RESET_VALUE: u16 = 4_095u16

Source§

impl Resettable for CLRrs

reset() method sets CLR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::lcd::cr::CRrs

reset() method sets CR to value 0

Source§

impl Resettable for FCRrs

reset() method sets FCR to value 0

Source§

impl Resettable for RAM_COM0rs

reset() method sets RAM_COM0 to value 0

Source§

impl Resettable for RAM_COM4rs

reset() method sets RAM_COM4 to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::lcd::sr::SRrs

reset() method sets SR to value 0x20

Source§

const RESET_VALUE: u32 = 32u32

Source§

impl Resettable for stm32l0::stm32l0x3::lptim::arr::ARRrs

reset() method sets ARR to value 0x01

Source§

const RESET_VALUE: u32 = 1u32

Source§

impl Resettable for stm32l0::stm32l0x3::lptim::cfgr::CFGRrs

reset() method sets CFGR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::lptim::cmp::CMPrs

reset() method sets CMP to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::lptim::cnt::CNTrs

reset() method sets CNT to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::lptim::cr::CRrs

reset() method sets CR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::lptim::icr::ICRrs

reset() method sets ICR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::lptim::ier::IERrs

reset() method sets IER to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::lptim::isr::ISRrs

reset() method sets ISR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::lpuart1::brr::BRRrs

reset() method sets BRR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::lpuart1::cr1::CR1rs

reset() method sets CR1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::lpuart1::cr2::CR2rs

reset() method sets CR2 to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::lpuart1::cr3::CR3rs

reset() method sets CR3 to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::lpuart1::icr::ICRrs

reset() method sets ICR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::lpuart1::isr::ISRrs

reset() method sets ISR to value 0xc0

Source§

const RESET_VALUE: u32 = 192u32

Source§

impl Resettable for stm32l0::stm32l0x3::lpuart1::rdr::RDRrs

reset() method sets RDR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::lpuart1::rqr::RQRrs

reset() method sets RQR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::lpuart1::tdr::TDRrs

reset() method sets TDR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::pwr::cr::CRrs

reset() method sets CR to value 0x1000

Source§

const RESET_VALUE: u32 = 4_096u32

Source§

impl Resettable for stm32l0::stm32l0x3::pwr::csr::CSRrs

reset() method sets CSR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::rcc::ahbenr::AHBENRrs

reset() method sets AHBENR to value 0x0100

Source§

const RESET_VALUE: u32 = 256u32

Source§

impl Resettable for stm32l0::stm32l0x3::rcc::ahbrstr::AHBRSTRrs

reset() method sets AHBRSTR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::rcc::ahbsmenr::AHBSMENRrs

reset() method sets AHBSMENR to value 0x0111_1301

Source§

const RESET_VALUE: u32 = 17_896_193u32

Source§

impl Resettable for stm32l0::stm32l0x3::rcc::apb1enr::APB1ENRrs

reset() method sets APB1ENR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::rcc::apb1rstr::APB1RSTRrs

reset() method sets APB1RSTR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::rcc::apb1smenr::APB1SMENRrs

reset() method sets APB1SMENR to value 0xb8e6_4a11

Source§

const RESET_VALUE: u32 = 3_102_099_985u32

Source§

impl Resettable for stm32l0::stm32l0x3::rcc::apb2enr::APB2ENRrs

reset() method sets APB2ENR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::rcc::apb2rstr::APB2RSTRrs

reset() method sets APB2RSTR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::rcc::apb2smenr::APB2SMENRrs

reset() method sets APB2SMENR to value 0x0040_5225

Source§

const RESET_VALUE: u32 = 4_215_333u32

Source§

impl Resettable for stm32l0::stm32l0x3::rcc::ccipr::CCIPRrs

reset() method sets CCIPR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::rcc::cfgr::CFGRrs

reset() method sets CFGR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::rcc::cicr::CICRrs

reset() method sets CICR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::rcc::cier::CIERrs

reset() method sets CIER to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::rcc::cifr::CIFRrs

reset() method sets CIFR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::rcc::cr::CRrs

reset() method sets CR to value 0x0300

Source§

const RESET_VALUE: u32 = 768u32

Source§

impl Resettable for stm32l0::stm32l0x3::rcc::crrcr::CRRCRrs

reset() method sets CRRCR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::rcc::csr::CSRrs

reset() method sets CSR to value 0x0c00_0000

Source§

const RESET_VALUE: u32 = 201_326_592u32

Source§

impl Resettable for stm32l0::stm32l0x3::rcc::icscr::ICSCRrs

reset() method sets ICSCR to value 0xb000

Source§

const RESET_VALUE: u32 = 45_056u32

Source§

impl Resettable for stm32l0::stm32l0x3::rcc::iopenr::IOPENRrs

reset() method sets IOPENR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::rcc::ioprstr::IOPRSTRrs

reset() method sets IOPRSTR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::rcc::iopsmen::IOPSMENrs

reset() method sets IOPSMEN to value 0x8f

Source§

const RESET_VALUE: u32 = 143u32

Source§

impl Resettable for stm32l0::stm32l0x3::rng::cr::CRrs

reset() method sets CR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::rng::dr::DRrs

reset() method sets DR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::rng::sr::SRrs

reset() method sets SR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::rtc::alrmr::ALRMRrs

reset() method sets ALRM%sR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::rtc::alrmssr::ALRMSSRrs

reset() method sets ALRM%sSSR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::rtc::bkpr::BKPRrs

reset() method sets BKP%sR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::rtc::calr::CALRrs

reset() method sets CALR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::rtc::cr::CRrs

reset() method sets CR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::rtc::dr::DRrs

reset() method sets DR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::rtc::isr::ISRrs

reset() method sets ISR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::rtc::or::ORrs

reset() method sets OR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::rtc::prer::PRERrs

reset() method sets PRER to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::rtc::shiftr::SHIFTRrs

reset() method sets SHIFTR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::rtc::ssr::SSRrs

reset() method sets SSR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::rtc::tampcr::TAMPCRrs

reset() method sets TAMPCR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::rtc::tr::TRrs

reset() method sets TR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::rtc::wpr::WPRrs

reset() method sets WPR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::rtc::wutr::WUTRrs

reset() method sets WUTR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::spi1::cr1::CR1rs

reset() method sets CR1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::spi1::cr2::CR2rs

reset() method sets CR2 to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::spi1::crcpr::CRCPRrs

reset() method sets CRCPR to value 0x07

Source§

const RESET_VALUE: u16 = 7u16

Source§

impl Resettable for stm32l0::stm32l0x3::spi1::dr8::DR8rs

reset() method sets DR8 to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::spi1::dr::DRrs

reset() method sets DR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::spi1::i2scfgr::I2SCFGRrs

reset() method sets I2SCFGR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::spi1::i2spr::I2SPRrs

reset() method sets I2SPR to value 0x10

Source§

const RESET_VALUE: u16 = 16u16

Source§

impl Resettable for stm32l0::stm32l0x3::spi1::rxcrcr::RXCRCRrs

reset() method sets RXCRCR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::spi1::sr::SRrs

reset() method sets SR to value 0x02

Source§

const RESET_VALUE: u16 = 2u16

Source§

impl Resettable for stm32l0::stm32l0x3::spi1::txcrcr::TXCRCRrs

reset() method sets TXCRCR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::stk::calib::CALIBrs

reset() method sets CALIB to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::stk::csr::CSRrs

reset() method sets CSR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::stk::cvr::CVRrs

reset() method sets CVR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::stk::rvr::RVRrs

reset() method sets RVR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::syscfg::cfgr1::CFGR1rs

reset() method sets CFGR1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::syscfg::cfgr2::CFGR2rs

reset() method sets CFGR2 to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::syscfg::cfgr3::CFGR3rs

reset() method sets CFGR3 to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::syscfg::comp1_csr::COMP1_CSRrs

reset() method sets COMP1_CSR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::syscfg::comp2_csr::COMP2_CSRrs

reset() method sets COMP2_CSR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::syscfg::exticr1::EXTICR1rs

reset() method sets EXTICR1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::syscfg::exticr2::EXTICR2rs

reset() method sets EXTICR2 to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::syscfg::exticr3::EXTICR3rs

reset() method sets EXTICR3 to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::syscfg::exticr4::EXTICR4rs

reset() method sets EXTICR4 to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::tim2::arr::ARRrs

reset() method sets ARR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::tim2::ccer::CCERrs

reset() method sets CCER to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::tim2::ccmr1_input::CCMR1_INPUTrs

reset() method sets CCMR1_Input to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::tim2::ccmr1_output::CCMR1_OUTPUTrs

reset() method sets CCMR1_Output to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::tim2::ccmr2_input::CCMR2_INPUTrs

reset() method sets CCMR2_Input to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::tim2::ccmr2_output::CCMR2_OUTPUTrs

reset() method sets CCMR2_Output to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::tim2::ccr::CCRrs

reset() method sets CCR%s to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::tim2::cnt::CNTrs

reset() method sets CNT to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::tim2::cr1::CR1rs

reset() method sets CR1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::tim2::cr2::CR2rs

reset() method sets CR2 to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::tim2::dcr::DCRrs

reset() method sets DCR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::tim2::dier::DIERrs

reset() method sets DIER to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::tim2::dmar::DMARrs

reset() method sets DMAR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::tim2::egr::EGRrs

reset() method sets EGR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::tim2::or::ORrs

reset() method sets OR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::tim2::psc::PSCrs

reset() method sets PSC to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::tim2::smcr::SMCRrs

reset() method sets SMCR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::tim2::sr::SRrs

reset() method sets SR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::tim6::arr::ARRrs

reset() method sets ARR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::tim6::cnt::CNTrs

reset() method sets CNT to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::tim6::cr1::CR1rs

reset() method sets CR1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::tim6::cr2::CR2rs

reset() method sets CR2 to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::tim6::dier::DIERrs

reset() method sets DIER to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::tim6::egr::EGRrs

reset() method sets EGR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::tim6::psc::PSCrs

reset() method sets PSC to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::tim6::sr::SRrs

reset() method sets SR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::tim21::arr::ARRrs

reset() method sets ARR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::tim21::ccer::CCERrs

reset() method sets CCER to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::tim21::ccmr1_input::CCMR1_INPUTrs

reset() method sets CCMR1_Input to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::tim21::ccmr1_output::CCMR1_OUTPUTrs

reset() method sets CCMR1_Output to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::tim21::ccr::CCRrs

reset() method sets CCR%s to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::tim21::cnt::CNTrs

reset() method sets CNT to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::tim21::cr1::CR1rs

reset() method sets CR1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::tim21::cr2::CR2rs

reset() method sets CR2 to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::tim21::dier::DIERrs

reset() method sets DIER to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::tim21::egr::EGRrs

reset() method sets EGR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::tim21::or::ORrs

reset() method sets OR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::tim21::psc::PSCrs

reset() method sets PSC to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::tim21::smcr::SMCRrs

reset() method sets SMCR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::tim21::sr::SRrs

reset() method sets SR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::tim22::or::ORrs

reset() method sets OR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::tim22::smcr::SMCRrs

reset() method sets SMCR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::tsc::cr::CRrs

reset() method sets CR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::tsc::icr::ICRrs

reset() method sets ICR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::tsc::ier::IERrs

reset() method sets IER to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::tsc::ioascr::IOASCRrs

reset() method sets IOASCR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::tsc::ioccr::IOCCRrs

reset() method sets IOCCR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::tsc::iogcr::IOGCRrs

reset() method sets IOG%sCR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::tsc::iogcsr::IOGCSRrs

reset() method sets IOGCSR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::tsc::iohcr::IOHCRrs

reset() method sets IOHCR to value 0xffff_ffff

Source§

const RESET_VALUE: u32 = 4_294_967_295u32

Source§

impl Resettable for stm32l0::stm32l0x3::tsc::ioscr::IOSCRrs

reset() method sets IOSCR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::tsc::isr::ISRrs

reset() method sets ISR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::usart1::brr::BRRrs

reset() method sets BRR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::usart1::cr1::CR1rs

reset() method sets CR1 to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::usart1::cr2::CR2rs

reset() method sets CR2 to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::usart1::cr3::CR3rs

reset() method sets CR3 to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::usart1::gtpr::GTPRrs

reset() method sets GTPR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::usart1::icr::ICRrs

reset() method sets ICR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::usart1::isr::ISRrs

reset() method sets ISR to value 0xc0

Source§

const RESET_VALUE: u32 = 192u32

Source§

impl Resettable for stm32l0::stm32l0x3::usart1::rdr::RDRrs

reset() method sets RDR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::usart1::rqr::RQRrs

reset() method sets RQR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::usart1::rtor::RTORrs

reset() method sets RTOR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::usart1::tdr::TDRrs

reset() method sets TDR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::usb::bcdr::BCDRrs

reset() method sets BCDR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::usb::btable::BTABLErs

reset() method sets BTABLE to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::usb::cntr::CNTRrs

reset() method sets CNTR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::usb::daddr::DADDRrs

reset() method sets DADDR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::usb::epr::EPRrs

reset() method sets EP%sR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::usb::fnr::FNRrs

reset() method sets FNR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::usb::istr::ISTRrs

reset() method sets ISTR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::usb::lpmcsr::LPMCSRrs

reset() method sets LPMCSR to value 0

Source§

impl Resettable for stm32l0::stm32l0x3::wwdg::cfr::CFRrs

reset() method sets CFR to value 0x7f

Source§

const RESET_VALUE: u16 = 127u16

Source§

impl Resettable for stm32l0::stm32l0x3::wwdg::cr::CRrs

reset() method sets CR to value 0x7f

Source§

const RESET_VALUE: u16 = 127u16

Source§

impl Resettable for stm32l0::stm32l0x3::wwdg::sr::SRrs

reset() method sets SR to value 0