[][src]Trait stm32l0::ResetValue

pub trait ResetValue {
    type Type;
    fn reset_value() -> Self::Type;
}

Reset value of the register

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

Associated Types

type Type

Register size

Loading content...

Required methods

fn reset_value() -> Self::Type

Reset value of the register

Loading content...

Implementors

impl ResetValue for stm32l0::stm32l0x1::adc::CALFACT[src]

Register CALFACT reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::adc::CCR[src]

Register CCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::adc::CFGR1[src]

Register CFGR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::adc::CFGR2[src]

Register CFGR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::adc::CHSELR[src]

Register CHSELR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::adc::CR[src]

Register CR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::adc::IER[src]

Register IER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::adc::ISR[src]

Register ISR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::adc::SMPR[src]

Register SMPR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::adc::TR[src]

Register TR reset()'s with value 0x0fff_0000

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::aes::CR[src]

Register CR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::aes::DINR[src]

Register DINR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::aes::IVR0[src]

Register IVR0 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::aes::IVR1[src]

Register IVR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::aes::IVR2[src]

Register IVR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::aes::IVR3[src]

Register IVR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::aes::KEYR0[src]

Register KEYR0 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::aes::KEYR1[src]

Register KEYR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::aes::KEYR2[src]

Register KEYR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::aes::KEYR3[src]

Register KEYR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::crc::CR[src]

Register CR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::crc::DR[src]

Register DR reset()'s with value 0xffff_ffff

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::crc::IDR[src]

Register IDR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::crc::INIT[src]

Register INIT reset()'s with value 0xffff_ffff

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::crc::POL[src]

Register POL reset()'s with value 0x04c1_1db7

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::dbg::APB1_FZ[src]

Register APB1_FZ reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::dbg::APB2_FZ[src]

Register APB2_FZ reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::dbg::CR[src]

Register CR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::dma1::ch::CR[src]

Register CR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::dma1::ch::MAR[src]

Register MAR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::dma1::ch::NDTR[src]

Register NDTR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::dma1::ch::PAR[src]

Register PAR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::dma1::CSELR[src]

Register CSELR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::dma1::IFCR[src]

Register IFCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::exti::EMR[src]

Register EMR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::exti::FTSR[src]

Register FTSR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::exti::IMR[src]

Register IMR reset()'s with value 0xff84_0000

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::exti::PR[src]

Register PR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::exti::RTSR[src]

Register RTSR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::exti::SWIER[src]

Register SWIER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::flash::ACR[src]

Register ACR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::flash::OPTKEYR[src]

Register OPTKEYR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::flash::PDKEYR[src]

Register PDKEYR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::flash::PECR[src]

Register PECR reset()'s with value 0x07

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::flash::PEKEYR[src]

Register PEKEYR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::flash::PRGKEYR[src]

Register PRGKEYR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::flash::SR[src]

Register SR reset()'s with value 0x04

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::fw::CR[src]

Register CR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::fw::CSL[src]

Register CSL reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::fw::CSSA[src]

Register CSSA reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::fw::NVDSL[src]

Register NVDSL reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::fw::NVDSSA[src]

Register NVDSSA reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::fw::VDSL[src]

Register VDSL reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::fw::VDSSA[src]

Register VDSSA reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::gpioa::AFRH[src]

Register AFRH reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::gpioa::AFRL[src]

Register AFRL reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::gpioa::BRR[src]

Register BRR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::gpioa::BSRR[src]

Register BSRR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::gpioa::LCKR[src]

Register LCKR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::gpioa::MODER[src]

Register MODER reset()'s with value 0xebff_fcff

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::gpioa::ODR[src]

Register ODR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::gpioa::OSPEEDR[src]

Register OSPEEDR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::gpioa::OTYPER[src]

Register OTYPER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::gpioa::PUPDR[src]

Register PUPDR reset()'s with value 0x2400_0000

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::gpiob::AFRH[src]

Register AFRH reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::gpiob::AFRL[src]

Register AFRL reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::gpiob::BRR[src]

Register BRR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::gpiob::BSRR[src]

Register BSRR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::gpiob::LCKR[src]

Register LCKR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::gpiob::MODER[src]

Register MODER reset()'s with value 0xffff_ffff

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::gpiob::ODR[src]

Register ODR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::gpiob::OSPEEDR[src]

Register OSPEEDR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::gpiob::OTYPER[src]

Register OTYPER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::gpiob::PUPDR[src]

Register PUPDR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::i2c1::CR1[src]

Register CR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::i2c1::CR2[src]

Register CR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::i2c1::ICR[src]

Register ICR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::i2c1::ISR[src]

Register ISR reset()'s with value 0x01

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::i2c1::OAR1[src]

Register OAR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::i2c1::OAR2[src]

Register OAR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::i2c1::TIMEOUTR[src]

Register TIMEOUTR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::i2c1::TIMINGR[src]

Register TIMINGR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::i2c1::TXDR[src]

Register TXDR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::iwdg::KR[src]

Register KR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::iwdg::PR[src]

Register PR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::iwdg::RLR[src]

Register RLR reset()'s with value 0x0fff

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::iwdg::WINR[src]

Register WINR reset()'s with value 0x0fff

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::lptim::ARR[src]

Register ARR reset()'s with value 0x01

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::lptim::CFGR[src]

Register CFGR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::lptim::CMP[src]

Register CMP reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::lptim::CR[src]

Register CR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::lptim::ICR[src]

Register ICR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::lptim::IER[src]

Register IER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::lpuart1::BRR[src]

Register BRR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::lpuart1::CR1[src]

Register CR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::lpuart1::CR2[src]

Register CR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::lpuart1::CR3[src]

Register CR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::lpuart1::ICR[src]

Register ICR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::lpuart1::RQR[src]

Register RQR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::lpuart1::TDR[src]

Register TDR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::pwr::CR[src]

Register CR reset()'s with value 0x1000

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::pwr::CSR[src]

Register CSR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::rcc::AHBENR[src]

Register AHBENR reset()'s with value 0x0100

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::rcc::AHBRSTR[src]

Register AHBRSTR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::rcc::AHBSMENR[src]

Register AHBSMENR reset()'s with value 0x0111_1301

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::rcc::APB1ENR[src]

Register APB1ENR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::rcc::APB1RSTR[src]

Register APB1RSTR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::rcc::APB1SMENR[src]

Register APB1SMENR reset()'s with value 0xb8e6_4a11

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::rcc::APB2ENR[src]

Register APB2ENR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::rcc::APB2RSTR[src]

Register APB2RSTR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::rcc::APB2SMENR[src]

Register APB2SMENR reset()'s with value 0x0040_5225

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::rcc::CCIPR[src]

Register CCIPR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::rcc::CFGR[src]

Register CFGR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::rcc::CR[src]

Register CR reset()'s with value 0x0300

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::rcc::CSR[src]

Register CSR reset()'s with value 0x0c00_0000

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::rcc::ICSCR[src]

Register ICSCR reset()'s with value 0xb000

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::rcc::IOPENR[src]

Register IOPENR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::rcc::IOPRSTR[src]

Register IOPRSTR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::rcc::IOPSMEN[src]

Register IOPSMEN reset()'s with value 0x8f

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::rtc::ALRMAR[src]

Register ALRMAR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::rtc::ALRMASSR[src]

Register ALRMASSR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::rtc::ALRMBR[src]

Register ALRMBR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::rtc::ALRMBSSR[src]

Register ALRMBSSR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::rtc::BKPR[src]

Register BKP%sR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::rtc::CALR[src]

Register CALR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::rtc::CR[src]

Register CR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::rtc::DR[src]

Register DR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::rtc::ISR[src]

Register ISR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::rtc::OR[src]

Register OR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::rtc::PRER[src]

Register PRER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::rtc::SHIFTR[src]

Register SHIFTR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::rtc::TAMPCR[src]

Register TAMPCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::rtc::TR[src]

Register TR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::rtc::WPR[src]

Register WPR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::rtc::WUTR[src]

Register WUTR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::spi1::CR1[src]

Register CR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::spi1::CR2[src]

Register CR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::spi1::CRCPR[src]

Register CRCPR reset()'s with value 0x07

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::spi1::DR[src]

Register DR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::spi1::I2SCFGR[src]

Register I2SCFGR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::spi1::I2SPR[src]

Register I2SPR reset()'s with value 0x10

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::spi1::SR[src]

Register SR reset()'s with value 0x02

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::syscfg::CFGR1[src]

Register CFGR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::syscfg::CFGR2[src]

Register CFGR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::syscfg::CFGR3[src]

Register CFGR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::syscfg::COMP1_CSR[src]

Register COMP1_CSR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::syscfg::COMP2_CSR[src]

Register COMP2_CSR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::syscfg::EXTICR1[src]

Register EXTICR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::syscfg::EXTICR2[src]

Register EXTICR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::syscfg::EXTICR3[src]

Register EXTICR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::syscfg::EXTICR4[src]

Register EXTICR4 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::tim2::ARR[src]

Register ARR reset()'s with value 0xffff

type Type = u16

impl ResetValue for stm32l0::stm32l0x1::tim2::CCER[src]

Register CCER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::tim2::CCMR1_INPUT[src]

Register CCMR1_Input reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::tim2::CCMR1_OUTPUT[src]

Register CCMR1_Output reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::tim2::CCMR2_INPUT[src]

Register CCMR2_Input reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::tim2::CCMR2_OUTPUT[src]

Register CCMR2_Output reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::tim2::CCR[src]

Register CCR%s reset()'s with value 0

type Type = u16

impl ResetValue for stm32l0::stm32l0x1::tim2::CNT[src]

Register CNT reset()'s with value 0

type Type = u16

impl ResetValue for stm32l0::stm32l0x1::tim2::CR1[src]

Register CR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::tim2::CR2[src]

Register CR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::tim2::DCR[src]

Register DCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::tim2::DIER[src]

Register DIER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::tim2::DMAR[src]

Register DMAR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::tim2::EGR[src]

Register EGR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::tim2::OR[src]

Register OR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::tim2::PSC[src]

Register PSC reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::tim2::SMCR[src]

Register SMCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::tim2::SR[src]

Register SR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::tim21::ARR[src]

Register ARR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::tim21::CCER[src]

Register CCER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::tim21::CCMR1_INPUT[src]

Register CCMR1_Input reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::tim21::CCMR1_OUTPUT[src]

Register CCMR1_Output reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::tim21::CCR[src]

Register CCR%s reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::tim21::CNT[src]

Register CNT reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::tim21::CR1[src]

Register CR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::tim21::CR2[src]

Register CR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::tim21::DIER[src]

Register DIER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::tim21::EGR[src]

Register EGR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::tim21::OR[src]

Register OR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::tim21::PSC[src]

Register PSC reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::tim21::SMCR[src]

Register SMCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::tim21::SR[src]

Register SR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::tim22::ARR[src]

Register ARR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::tim22::CCER[src]

Register CCER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::tim22::CCMR1_INPUT[src]

Register CCMR1_Input reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::tim22::CCMR1_OUTPUT[src]

Register CCMR1_Output reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::tim22::CCR[src]

Register CCR%s reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::tim22::CNT[src]

Register CNT reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::tim22::CR1[src]

Register CR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::tim22::CR2[src]

Register CR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::tim22::DIER[src]

Register DIER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::tim22::EGR[src]

Register EGR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::tim22::OR[src]

Register OR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::tim22::PSC[src]

Register PSC reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::tim22::SMCR[src]

Register SMCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::tim22::SR[src]

Register SR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::tim6::ARR[src]

Register ARR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::tim6::CNT[src]

Register CNT reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::tim6::CR1[src]

Register CR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::tim6::CR2[src]

Register CR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::tim6::DIER[src]

Register DIER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::tim6::EGR[src]

Register EGR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::tim6::PSC[src]

Register PSC reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::tim6::SR[src]

Register SR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::usart1::BRR[src]

Register BRR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::usart1::CR1[src]

Register CR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::usart1::CR2[src]

Register CR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::usart1::CR3[src]

Register CR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::usart1::GTPR[src]

Register GTPR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::usart1::ICR[src]

Register ICR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::usart1::RQR[src]

Register RQR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::usart1::RTOR[src]

Register RTOR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::usart1::TDR[src]

Register TDR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::wwdg::CFR[src]

Register CFR reset()'s with value 0x7f

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::wwdg::CR[src]

Register CR reset()'s with value 0x7f

type Type = u32

impl ResetValue for stm32l0::stm32l0x1::wwdg::SR[src]

Register SR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::adc::CALFACT[src]

Register CALFACT reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::adc::CCR[src]

Register CCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::adc::CFGR1[src]

Register CFGR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::adc::CFGR2[src]

Register CFGR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::adc::CHSELR[src]

Register CHSELR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::adc::CR[src]

Register CR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::adc::IER[src]

Register IER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::adc::ISR[src]

Register ISR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::adc::SMPR[src]

Register SMPR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::adc::TR[src]

Register TR reset()'s with value 0x0fff_0000

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::aes::CR[src]

Register CR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::aes::DINR[src]

Register DINR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::aes::IVR0[src]

Register IVR0 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::aes::IVR1[src]

Register IVR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::aes::IVR2[src]

Register IVR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::aes::IVR3[src]

Register IVR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::aes::KEYR0[src]

Register KEYR0 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::aes::KEYR1[src]

Register KEYR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::aes::KEYR2[src]

Register KEYR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::aes::KEYR3[src]

Register KEYR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::crc::CR[src]

Register CR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::crc::DR[src]

Register DR reset()'s with value 0xffff_ffff

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::crc::IDR[src]

Register IDR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::crc::INIT[src]

Register INIT reset()'s with value 0xffff_ffff

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::crc::POL[src]

Register POL reset()'s with value 0x04c1_1db7

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::crs::CFGR[src]

Register CFGR reset()'s with value 0x2022_bb7f

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::crs::CR[src]

Register CR reset()'s with value 0x2000

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::crs::ICR[src]

Register ICR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::dac::CR[src]

Register CR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::dac::DHR12L1[src]

Register DHR12L1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::dac::DHR12L2[src]

Register DHR12L2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::dac::DHR12LD[src]

Register DHR12LD reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::dac::DHR12R1[src]

Register DHR12R1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::dac::DHR12R2[src]

Register DHR12R2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::dac::DHR12RD[src]

Register DHR12RD reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::dac::DHR8R1[src]

Register DHR8R1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::dac::DHR8R2[src]

Register DHR8R2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::dac::DHR8RD[src]

Register DHR8RD reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::dac::SR[src]

Register SR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::dac::SWTRIGR[src]

Register SWTRIGR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::dbg::APB1_FZ[src]

Register APB1_FZ reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::dbg::APB2_FZ[src]

Register APB2_FZ reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::dbg::CR[src]

Register CR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::dma1::ch::CR[src]

Register CR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::dma1::ch::MAR[src]

Register MAR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::dma1::ch::NDTR[src]

Register NDTR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::dma1::ch::PAR[src]

Register PAR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::dma1::CSELR[src]

Register CSELR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::dma1::IFCR[src]

Register IFCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::exti::EMR[src]

Register EMR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::exti::FTSR[src]

Register FTSR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::exti::IMR[src]

Register IMR reset()'s with value 0xff84_0000

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::exti::PR[src]

Register PR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::exti::RTSR[src]

Register RTSR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::exti::SWIER[src]

Register SWIER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::flash::ACR[src]

Register ACR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::flash::OPTKEYR[src]

Register OPTKEYR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::flash::PDKEYR[src]

Register PDKEYR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::flash::PECR[src]

Register PECR reset()'s with value 0x07

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::flash::PEKEYR[src]

Register PEKEYR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::flash::PRGKEYR[src]

Register PRGKEYR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::flash::SR[src]

Register SR reset()'s with value 0x04

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::fw::CR[src]

Register CR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::fw::CSL[src]

Register CSL reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::fw::CSSA[src]

Register CSSA reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::fw::NVDSL[src]

Register NVDSL reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::fw::NVDSSA[src]

Register NVDSSA reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::fw::VDSL[src]

Register VDSL reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::fw::VDSSA[src]

Register VDSSA reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::gpioa::AFRH[src]

Register AFRH reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::gpioa::AFRL[src]

Register AFRL reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::gpioa::BRR[src]

Register BRR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::gpioa::BSRR[src]

Register BSRR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::gpioa::LCKR[src]

Register LCKR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::gpioa::MODER[src]

Register MODER reset()'s with value 0xebff_fcff

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::gpioa::ODR[src]

Register ODR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::gpioa::OSPEEDR[src]

Register OSPEEDR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::gpioa::OTYPER[src]

Register OTYPER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::gpioa::PUPDR[src]

Register PUPDR reset()'s with value 0x2400_0000

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::gpiob::AFRH[src]

Register AFRH reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::gpiob::AFRL[src]

Register AFRL reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::gpiob::BRR[src]

Register BRR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::gpiob::BSRR[src]

Register BSRR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::gpiob::LCKR[src]

Register LCKR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::gpiob::MODER[src]

Register MODER reset()'s with value 0xffff_ffff

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::gpiob::ODR[src]

Register ODR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::gpiob::OSPEEDR[src]

Register OSPEEDR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::gpiob::OTYPER[src]

Register OTYPER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::gpiob::PUPDR[src]

Register PUPDR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::i2c1::CR1[src]

Register CR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::i2c1::CR2[src]

Register CR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::i2c1::ICR[src]

Register ICR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::i2c1::ISR[src]

Register ISR reset()'s with value 0x01

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::i2c1::OAR1[src]

Register OAR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::i2c1::OAR2[src]

Register OAR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::i2c1::TIMEOUTR[src]

Register TIMEOUTR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::i2c1::TIMINGR[src]

Register TIMINGR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::i2c1::TXDR[src]

Register TXDR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::iwdg::KR[src]

Register KR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::iwdg::PR[src]

Register PR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::iwdg::RLR[src]

Register RLR reset()'s with value 0x0fff

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::iwdg::WINR[src]

Register WINR reset()'s with value 0x0fff

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::lptim::ARR[src]

Register ARR reset()'s with value 0x01

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::lptim::CFGR[src]

Register CFGR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::lptim::CMP[src]

Register CMP reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::lptim::CR[src]

Register CR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::lptim::ICR[src]

Register ICR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::lptim::IER[src]

Register IER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::lpuart1::BRR[src]

Register BRR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::lpuart1::CR1[src]

Register CR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::lpuart1::CR2[src]

Register CR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::lpuart1::CR3[src]

Register CR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::lpuart1::ICR[src]

Register ICR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::lpuart1::RQR[src]

Register RQR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::lpuart1::TDR[src]

Register TDR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::pwr::CR[src]

Register CR reset()'s with value 0x1000

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::pwr::CSR[src]

Register CSR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::rcc::AHBENR[src]

Register AHBENR reset()'s with value 0x0100

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::rcc::AHBRSTR[src]

Register AHBRSTR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::rcc::AHBSMENR[src]

Register AHBSMENR reset()'s with value 0x0111_1301

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::rcc::APB1ENR[src]

Register APB1ENR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::rcc::APB1RSTR[src]

Register APB1RSTR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::rcc::APB1SMENR[src]

Register APB1SMENR reset()'s with value 0xb8e6_4a11

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::rcc::APB2ENR[src]

Register APB2ENR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::rcc::APB2RSTR[src]

Register APB2RSTR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::rcc::APB2SMENR[src]

Register APB2SMENR reset()'s with value 0x0040_5225

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::rcc::CCIPR[src]

Register CCIPR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::rcc::CFGR[src]

Register CFGR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::rcc::CR[src]

Register CR reset()'s with value 0x0300

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::rcc::CRRCR[src]

Register CRRCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::rcc::CSR[src]

Register CSR reset()'s with value 0x0c00_0000

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::rcc::ICSCR[src]

Register ICSCR reset()'s with value 0xb000

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::rcc::IOPENR[src]

Register IOPENR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::rcc::IOPRSTR[src]

Register IOPRSTR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::rcc::IOPSMEN[src]

Register IOPSMEN reset()'s with value 0x8f

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::rng::CR[src]

Register CR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::rng::SR[src]

Register SR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::rtc::ALRMAR[src]

Register ALRMAR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::rtc::ALRMASSR[src]

Register ALRMASSR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::rtc::ALRMBR[src]

Register ALRMBR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::rtc::ALRMBSSR[src]

Register ALRMBSSR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::rtc::BKPR[src]

Register BKP%sR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::rtc::CALR[src]

Register CALR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::rtc::CR[src]

Register CR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::rtc::DR[src]

Register DR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::rtc::ISR[src]

Register ISR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::rtc::OR[src]

Register OR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::rtc::PRER[src]

Register PRER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::rtc::SHIFTR[src]

Register SHIFTR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::rtc::TAMPCR[src]

Register TAMPCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::rtc::TR[src]

Register TR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::rtc::WPR[src]

Register WPR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::rtc::WUTR[src]

Register WUTR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::spi1::CR1[src]

Register CR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::spi1::CR2[src]

Register CR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::spi1::CRCPR[src]

Register CRCPR reset()'s with value 0x07

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::spi1::DR[src]

Register DR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::spi1::I2SCFGR[src]

Register I2SCFGR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::spi1::I2SPR[src]

Register I2SPR reset()'s with value 0x10

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::spi1::SR[src]

Register SR reset()'s with value 0x02

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::stk::CALIB[src]

Register CALIB reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::stk::CSR[src]

Register CSR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::stk::CVR[src]

Register CVR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::stk::RVR[src]

Register RVR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::syscfg::CFGR1[src]

Register CFGR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::syscfg::CFGR2[src]

Register CFGR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::syscfg::CFGR3[src]

Register CFGR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::syscfg::COMP1_CSR[src]

Register COMP1_CSR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::syscfg::COMP2_CSR[src]

Register COMP2_CSR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::syscfg::EXTICR1[src]

Register EXTICR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::syscfg::EXTICR2[src]

Register EXTICR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::syscfg::EXTICR3[src]

Register EXTICR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::syscfg::EXTICR4[src]

Register EXTICR4 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tim2::ARR[src]

Register ARR reset()'s with value 0xffff

type Type = u16

impl ResetValue for stm32l0::stm32l0x2::tim2::CCER[src]

Register CCER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tim2::CCMR1_INPUT[src]

Register CCMR1_Input reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tim2::CCMR1_OUTPUT[src]

Register CCMR1_Output reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tim2::CCMR2_INPUT[src]

Register CCMR2_Input reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tim2::CCMR2_OUTPUT[src]

Register CCMR2_Output reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tim2::CCR[src]

Register CCR%s reset()'s with value 0

type Type = u16

impl ResetValue for stm32l0::stm32l0x2::tim2::CNT[src]

Register CNT reset()'s with value 0

type Type = u16

impl ResetValue for stm32l0::stm32l0x2::tim2::CR1[src]

Register CR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tim2::CR2[src]

Register CR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tim2::DCR[src]

Register DCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tim2::DIER[src]

Register DIER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tim2::DMAR[src]

Register DMAR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tim2::EGR[src]

Register EGR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tim2::OR[src]

Register OR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tim2::PSC[src]

Register PSC reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tim2::SMCR[src]

Register SMCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tim2::SR[src]

Register SR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tim21::ARR[src]

Register ARR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tim21::CCER[src]

Register CCER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tim21::CCMR1_INPUT[src]

Register CCMR1_Input reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tim21::CCMR1_OUTPUT[src]

Register CCMR1_Output reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tim21::CCR[src]

Register CCR%s reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tim21::CNT[src]

Register CNT reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tim21::CR1[src]

Register CR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tim21::CR2[src]

Register CR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tim21::DIER[src]

Register DIER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tim21::EGR[src]

Register EGR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tim21::OR[src]

Register OR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tim21::PSC[src]

Register PSC reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tim21::SMCR[src]

Register SMCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tim21::SR[src]

Register SR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tim22::ARR[src]

Register ARR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tim22::CCER[src]

Register CCER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tim22::CCMR1_INPUT[src]

Register CCMR1_Input reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tim22::CCMR1_OUTPUT[src]

Register CCMR1_Output reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tim22::CCR[src]

Register CCR%s reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tim22::CNT[src]

Register CNT reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tim22::CR1[src]

Register CR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tim22::CR2[src]

Register CR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tim22::DIER[src]

Register DIER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tim22::EGR[src]

Register EGR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tim22::OR[src]

Register OR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tim22::PSC[src]

Register PSC reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tim22::SMCR[src]

Register SMCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tim22::SR[src]

Register SR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tim6::ARR[src]

Register ARR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tim6::CNT[src]

Register CNT reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tim6::CR1[src]

Register CR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tim6::CR2[src]

Register CR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tim6::DIER[src]

Register DIER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tim6::EGR[src]

Register EGR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tim6::PSC[src]

Register PSC reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tim6::SR[src]

Register SR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tsc::CR[src]

Register CR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tsc::ICR[src]

Register ICR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tsc::IER[src]

Register IER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tsc::IOASCR[src]

Register IOASCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tsc::IOCCR[src]

Register IOCCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tsc::IOGCSR[src]

Register IOGCSR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tsc::IOHCR[src]

Register IOHCR reset()'s with value 0xffff_ffff

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tsc::IOSCR[src]

Register IOSCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::tsc::ISR[src]

Register ISR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::usart1::BRR[src]

Register BRR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::usart1::CR1[src]

Register CR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::usart1::CR2[src]

Register CR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::usart1::CR3[src]

Register CR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::usart1::GTPR[src]

Register GTPR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::usart1::ICR[src]

Register ICR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::usart1::RQR[src]

Register RQR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::usart1::RTOR[src]

Register RTOR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::usart1::TDR[src]

Register TDR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::usb::BCDR[src]

Register BCDR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::usb::BTABLE[src]

Register BTABLE reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::usb::CNTR[src]

Register CNTR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::usb::DADDR[src]

Register DADDR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::usb::EP0R[src]

Register EP0R reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::usb::EP1R[src]

Register EP1R reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::usb::EP2R[src]

Register EP2R reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::usb::EP3R[src]

Register EP3R reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::usb::EP4R[src]

Register EP4R reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::usb::EP5R[src]

Register EP5R reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::usb::EP6R[src]

Register EP6R reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::usb::EP7R[src]

Register EP7R reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::usb::ISTR[src]

Register ISTR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::usb::LPMCSR[src]

Register LPMCSR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::wwdg::CFR[src]

Register CFR reset()'s with value 0x7f

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::wwdg::CR[src]

Register CR reset()'s with value 0x7f

type Type = u32

impl ResetValue for stm32l0::stm32l0x2::wwdg::SR[src]

Register SR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::adc::CALFACT[src]

Register CALFACT reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::adc::CCR[src]

Register CCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::adc::CFGR1[src]

Register CFGR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::adc::CFGR2[src]

Register CFGR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::adc::CHSELR[src]

Register CHSELR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::adc::CR[src]

Register CR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::adc::IER[src]

Register IER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::adc::ISR[src]

Register ISR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::adc::SMPR[src]

Register SMPR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::adc::TR[src]

Register TR reset()'s with value 0x0fff_0000

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::aes::CR[src]

Register CR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::aes::DINR[src]

Register DINR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::aes::IVR0[src]

Register IVR0 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::aes::IVR1[src]

Register IVR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::aes::IVR2[src]

Register IVR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::aes::IVR3[src]

Register IVR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::aes::KEYR0[src]

Register KEYR0 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::aes::KEYR1[src]

Register KEYR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::aes::KEYR2[src]

Register KEYR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::aes::KEYR3[src]

Register KEYR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::crc::CR[src]

Register CR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::crc::DR[src]

Register DR reset()'s with value 0xffff_ffff

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::crc::IDR[src]

Register IDR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::crc::INIT[src]

Register INIT reset()'s with value 0xffff_ffff

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::crc::POL[src]

Register POL reset()'s with value 0x04c1_1db7

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::crs::CFGR[src]

Register CFGR reset()'s with value 0x2022_bb7f

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::crs::CR[src]

Register CR reset()'s with value 0x2000

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::crs::ICR[src]

Register ICR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::dac::CR[src]

Register CR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::dac::DHR12L1[src]

Register DHR12L1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::dac::DHR12L2[src]

Register DHR12L2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::dac::DHR12LD[src]

Register DHR12LD reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::dac::DHR12R1[src]

Register DHR12R1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::dac::DHR12R2[src]

Register DHR12R2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::dac::DHR12RD[src]

Register DHR12RD reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::dac::DHR8R1[src]

Register DHR8R1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::dac::DHR8R2[src]

Register DHR8R2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::dac::DHR8RD[src]

Register DHR8RD reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::dac::SR[src]

Register SR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::dac::SWTRIGR[src]

Register SWTRIGR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::dbg::APB1_FZ[src]

Register APB1_FZ reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::dbg::APB2_FZ[src]

Register APB2_FZ reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::dbg::CR[src]

Register CR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::dma1::ch::CR[src]

Register CR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::dma1::ch::MAR[src]

Register MAR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::dma1::ch::NDTR[src]

Register NDTR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::dma1::ch::PAR[src]

Register PAR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::dma1::CSELR[src]

Register CSELR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::dma1::IFCR[src]

Register IFCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::exti::EMR[src]

Register EMR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::exti::FTSR[src]

Register FTSR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::exti::IMR[src]

Register IMR reset()'s with value 0xff84_0000

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::exti::PR[src]

Register PR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::exti::RTSR[src]

Register RTSR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::exti::SWIER[src]

Register SWIER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::flash::ACR[src]

Register ACR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::flash::OPTKEYR[src]

Register OPTKEYR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::flash::PDKEYR[src]

Register PDKEYR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::flash::PECR[src]

Register PECR reset()'s with value 0x07

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::flash::PEKEYR[src]

Register PEKEYR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::flash::PRGKEYR[src]

Register PRGKEYR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::flash::SR[src]

Register SR reset()'s with value 0x04

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::fw::CR[src]

Register CR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::fw::CSL[src]

Register CSL reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::fw::CSSA[src]

Register CSSA reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::fw::NVDSL[src]

Register NVDSL reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::fw::NVDSSA[src]

Register NVDSSA reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::fw::VDSL[src]

Register VDSL reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::fw::VDSSA[src]

Register VDSSA reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::gpioa::AFRH[src]

Register AFRH reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::gpioa::AFRL[src]

Register AFRL reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::gpioa::BRR[src]

Register BRR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::gpioa::BSRR[src]

Register BSRR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::gpioa::LCKR[src]

Register LCKR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::gpioa::MODER[src]

Register MODER reset()'s with value 0xebff_fcff

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::gpioa::ODR[src]

Register ODR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::gpioa::OSPEEDR[src]

Register OSPEEDR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::gpioa::OTYPER[src]

Register OTYPER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::gpioa::PUPDR[src]

Register PUPDR reset()'s with value 0x2400_0000

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::gpiob::AFRH[src]

Register AFRH reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::gpiob::AFRL[src]

Register AFRL reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::gpiob::BRR[src]

Register BRR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::gpiob::BSRR[src]

Register BSRR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::gpiob::LCKR[src]

Register LCKR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::gpiob::MODER[src]

Register MODER reset()'s with value 0xffff_ffff

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::gpiob::ODR[src]

Register ODR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::gpiob::OSPEEDR[src]

Register OSPEEDR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::gpiob::OTYPER[src]

Register OTYPER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::gpiob::PUPDR[src]

Register PUPDR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::i2c1::CR1[src]

Register CR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::i2c1::CR2[src]

Register CR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::i2c1::ICR[src]

Register ICR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::i2c1::ISR[src]

Register ISR reset()'s with value 0x01

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::i2c1::OAR1[src]

Register OAR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::i2c1::OAR2[src]

Register OAR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::i2c1::TIMEOUTR[src]

Register TIMEOUTR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::i2c1::TIMINGR[src]

Register TIMINGR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::i2c1::TXDR[src]

Register TXDR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::iwdg::KR[src]

Register KR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::iwdg::PR[src]

Register PR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::iwdg::RLR[src]

Register RLR reset()'s with value 0x0fff

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::iwdg::WINR[src]

Register WINR reset()'s with value 0x0fff

type Type = u32

impl ResetValue for CLR[src]

Register CLR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::lcd::CR[src]

Register CR reset()'s with value 0

type Type = u32

impl ResetValue for FCR[src]

Register FCR reset()'s with value 0

type Type = u32

impl ResetValue for RAM_COM0[src]

Register RAM_COM0 reset()'s with value 0

type Type = u32

impl ResetValue for RAM_COM1[src]

Register RAM_COM1 reset()'s with value 0

type Type = u32

impl ResetValue for RAM_COM2[src]

Register RAM_COM2 reset()'s with value 0

type Type = u32

impl ResetValue for RAM_COM3[src]

Register RAM_COM3 reset()'s with value 0

type Type = u32

impl ResetValue for RAM_COM4[src]

Register RAM_COM4 reset()'s with value 0

type Type = u32

impl ResetValue for RAM_COM5[src]

Register RAM_COM5 reset()'s with value 0

type Type = u32

impl ResetValue for RAM_COM6[src]

Register RAM_COM6 reset()'s with value 0

type Type = u32

impl ResetValue for RAM_COM7[src]

Register RAM_COM7 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::lcd::SR[src]

Register SR reset()'s with value 0x20

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::lptim::ARR[src]

Register ARR reset()'s with value 0x01

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::lptim::CFGR[src]

Register CFGR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::lptim::CMP[src]

Register CMP reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::lptim::CR[src]

Register CR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::lptim::ICR[src]

Register ICR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::lptim::IER[src]

Register IER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::lpuart1::BRR[src]

Register BRR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::lpuart1::CR1[src]

Register CR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::lpuart1::CR2[src]

Register CR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::lpuart1::CR3[src]

Register CR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::lpuart1::ICR[src]

Register ICR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::lpuart1::RQR[src]

Register RQR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::lpuart1::TDR[src]

Register TDR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::pwr::CR[src]

Register CR reset()'s with value 0x1000

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::pwr::CSR[src]

Register CSR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::rcc::AHBENR[src]

Register AHBENR reset()'s with value 0x0100

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::rcc::AHBRSTR[src]

Register AHBRSTR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::rcc::AHBSMENR[src]

Register AHBSMENR reset()'s with value 0x0111_1301

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::rcc::APB1ENR[src]

Register APB1ENR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::rcc::APB1RSTR[src]

Register APB1RSTR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::rcc::APB1SMENR[src]

Register APB1SMENR reset()'s with value 0xb8e6_4a11

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::rcc::APB2ENR[src]

Register APB2ENR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::rcc::APB2RSTR[src]

Register APB2RSTR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::rcc::APB2SMENR[src]

Register APB2SMENR reset()'s with value 0x0040_5225

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::rcc::CCIPR[src]

Register CCIPR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::rcc::CFGR[src]

Register CFGR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::rcc::CR[src]

Register CR reset()'s with value 0x0300

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::rcc::CRRCR[src]

Register CRRCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::rcc::CSR[src]

Register CSR reset()'s with value 0x0c00_0000

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::rcc::ICSCR[src]

Register ICSCR reset()'s with value 0xb000

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::rcc::IOPENR[src]

Register IOPENR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::rcc::IOPRSTR[src]

Register IOPRSTR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::rcc::IOPSMEN[src]

Register IOPSMEN reset()'s with value 0x8f

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::rng::CR[src]

Register CR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::rng::SR[src]

Register SR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::rtc::ALRMAR[src]

Register ALRMAR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::rtc::ALRMASSR[src]

Register ALRMASSR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::rtc::ALRMBR[src]

Register ALRMBR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::rtc::ALRMBSSR[src]

Register ALRMBSSR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::rtc::BKPR[src]

Register BKP%sR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::rtc::CALR[src]

Register CALR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::rtc::CR[src]

Register CR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::rtc::DR[src]

Register DR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::rtc::ISR[src]

Register ISR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::rtc::OR[src]

Register OR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::rtc::PRER[src]

Register PRER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::rtc::SHIFTR[src]

Register SHIFTR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::rtc::TAMPCR[src]

Register TAMPCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::rtc::TR[src]

Register TR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::rtc::WPR[src]

Register WPR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::rtc::WUTR[src]

Register WUTR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::spi1::CR1[src]

Register CR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::spi1::CR2[src]

Register CR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::spi1::CRCPR[src]

Register CRCPR reset()'s with value 0x07

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::spi1::DR[src]

Register DR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::spi1::I2SCFGR[src]

Register I2SCFGR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::spi1::I2SPR[src]

Register I2SPR reset()'s with value 0x10

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::spi1::SR[src]

Register SR reset()'s with value 0x02

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::stk::CALIB[src]

Register CALIB reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::stk::CSR[src]

Register CSR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::stk::CVR[src]

Register CVR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::stk::RVR[src]

Register RVR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::syscfg::CFGR1[src]

Register CFGR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::syscfg::CFGR2[src]

Register CFGR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::syscfg::CFGR3[src]

Register CFGR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::syscfg::COMP1_CSR[src]

Register COMP1_CSR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::syscfg::COMP2_CSR[src]

Register COMP2_CSR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::syscfg::EXTICR1[src]

Register EXTICR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::syscfg::EXTICR2[src]

Register EXTICR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::syscfg::EXTICR3[src]

Register EXTICR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::syscfg::EXTICR4[src]

Register EXTICR4 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tim2::ARR[src]

Register ARR reset()'s with value 0xffff

type Type = u16

impl ResetValue for stm32l0::stm32l0x3::tim2::CCER[src]

Register CCER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tim2::CCMR1_INPUT[src]

Register CCMR1_Input reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tim2::CCMR1_OUTPUT[src]

Register CCMR1_Output reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tim2::CCMR2_INPUT[src]

Register CCMR2_Input reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tim2::CCMR2_OUTPUT[src]

Register CCMR2_Output reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tim2::CCR[src]

Register CCR%s reset()'s with value 0

type Type = u16

impl ResetValue for stm32l0::stm32l0x3::tim2::CNT[src]

Register CNT reset()'s with value 0

type Type = u16

impl ResetValue for stm32l0::stm32l0x3::tim2::CR1[src]

Register CR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tim2::CR2[src]

Register CR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tim2::DCR[src]

Register DCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tim2::DIER[src]

Register DIER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tim2::DMAR[src]

Register DMAR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tim2::EGR[src]

Register EGR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tim2::OR[src]

Register OR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tim2::PSC[src]

Register PSC reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tim2::SMCR[src]

Register SMCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tim2::SR[src]

Register SR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tim21::ARR[src]

Register ARR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tim21::CCER[src]

Register CCER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tim21::CCMR1_INPUT[src]

Register CCMR1_Input reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tim21::CCMR1_OUTPUT[src]

Register CCMR1_Output reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tim21::CCR[src]

Register CCR%s reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tim21::CNT[src]

Register CNT reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tim21::CR1[src]

Register CR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tim21::CR2[src]

Register CR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tim21::DIER[src]

Register DIER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tim21::EGR[src]

Register EGR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tim21::OR[src]

Register OR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tim21::PSC[src]

Register PSC reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tim21::SMCR[src]

Register SMCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tim21::SR[src]

Register SR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tim22::ARR[src]

Register ARR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tim22::CCER[src]

Register CCER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tim22::CCMR1_INPUT[src]

Register CCMR1_Input reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tim22::CCMR1_OUTPUT[src]

Register CCMR1_Output reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tim22::CCR[src]

Register CCR%s reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tim22::CNT[src]

Register CNT reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tim22::CR1[src]

Register CR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tim22::CR2[src]

Register CR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tim22::DIER[src]

Register DIER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tim22::EGR[src]

Register EGR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tim22::OR[src]

Register OR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tim22::PSC[src]

Register PSC reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tim22::SMCR[src]

Register SMCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tim22::SR[src]

Register SR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tim6::ARR[src]

Register ARR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tim6::CNT[src]

Register CNT reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tim6::CR1[src]

Register CR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tim6::CR2[src]

Register CR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tim6::DIER[src]

Register DIER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tim6::EGR[src]

Register EGR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tim6::PSC[src]

Register PSC reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tim6::SR[src]

Register SR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tsc::CR[src]

Register CR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tsc::ICR[src]

Register ICR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tsc::IER[src]

Register IER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tsc::IOASCR[src]

Register IOASCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tsc::IOCCR[src]

Register IOCCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tsc::IOGCSR[src]

Register IOGCSR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tsc::IOHCR[src]

Register IOHCR reset()'s with value 0xffff_ffff

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tsc::IOSCR[src]

Register IOSCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::tsc::ISR[src]

Register ISR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::usart1::BRR[src]

Register BRR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::usart1::CR1[src]

Register CR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::usart1::CR2[src]

Register CR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::usart1::CR3[src]

Register CR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::usart1::GTPR[src]

Register GTPR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::usart1::ICR[src]

Register ICR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::usart1::RQR[src]

Register RQR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::usart1::RTOR[src]

Register RTOR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::usart1::TDR[src]

Register TDR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::usb::BCDR[src]

Register BCDR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::usb::BTABLE[src]

Register BTABLE reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::usb::CNTR[src]

Register CNTR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::usb::DADDR[src]

Register DADDR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::usb::EP0R[src]

Register EP0R reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::usb::EP1R[src]

Register EP1R reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::usb::EP2R[src]

Register EP2R reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::usb::EP3R[src]

Register EP3R reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::usb::EP4R[src]

Register EP4R reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::usb::EP5R[src]

Register EP5R reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::usb::EP6R[src]

Register EP6R reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::usb::EP7R[src]

Register EP7R reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::usb::ISTR[src]

Register ISTR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::usb::LPMCSR[src]

Register LPMCSR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::wwdg::CFR[src]

Register CFR reset()'s with value 0x7f

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::wwdg::CR[src]

Register CR reset()'s with value 0x7f

type Type = u32

impl ResetValue for stm32l0::stm32l0x3::wwdg::SR[src]

Register SR reset()'s with value 0

type Type = u32

Loading content...