[][src]Trait stm32l1::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 stm32l1::stm32l100::adc::CCR[src]

Register CCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::adc::CR1[src]

Register CR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::adc::CR2[src]

Register CR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::adc::HTR[src]

Register HTR reset()'s with value 0x0fff

type Type = u32

impl ResetValue for stm32l1::stm32l100::adc::JOFR1[src]

Register JOFR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::adc::JOFR2[src]

Register JOFR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::adc::JOFR3[src]

Register JOFR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::adc::JOFR4[src]

Register JOFR4 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::adc::JSQR[src]

Register JSQR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::adc::LTR[src]

Register LTR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::adc::SMPR0[src]

Register SMPR0 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::adc::SMPR1[src]

Register SMPR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::adc::SMPR2[src]

Register SMPR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::adc::SMPR3[src]

Register SMPR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::adc::SQR1[src]

Register SQR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::adc::SQR2[src]

Register SQR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::adc::SQR3[src]

Register SQR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::adc::SQR4[src]

Register SQR4 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::adc::SQR5[src]

Register SQR5 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::adc::SR[src]

Register SR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::aes::CR[src]

Register CR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::aes::DINR[src]

Register DINR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::aes::IVR0[src]

Register IVR0 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::aes::IVR1[src]

Register IVR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::aes::IVR2[src]

Register IVR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::aes::IVR3[src]

Register IVR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::aes::KEYR0[src]

Register KEYR0 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::aes::KEYR1[src]

Register KEYR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::aes::KEYR2[src]

Register KEYR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::aes::KEYR3[src]

Register KEYR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::comp::CSR[src]

Register CSR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::crc::CR[src]

Register CR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::crc::DR[src]

Register DR reset()'s with value 0xffff_ffff

type Type = u32

impl ResetValue for stm32l1::stm32l100::crc::IDR[src]

Register IDR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::dac::CR[src]

Register CR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::dac::DHR12L1[src]

Register DHR12L1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::dac::DHR12L2[src]

Register DHR12L2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::dac::DHR12LD[src]

Register DHR12LD reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::dac::DHR12R1[src]

Register DHR12R1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::dac::DHR12R2[src]

Register DHR12R2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::dac::DHR12RD[src]

Register DHR12RD reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::dac::DHR8R1[src]

Register DHR8R1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::dac::DHR8R2[src]

Register DHR8R2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::dac::DHR8RD[src]

Register DHR8RD reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::dac::SR[src]

Register SR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::dac::SWTRIGR[src]

Register SWTRIGR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::dbgmcu::APB1_FZ[src]

Register APB1_FZ reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::dbgmcu::APB2_FZ[src]

Register APB2_FZ reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::dbgmcu::CR[src]

Register CR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::dma1::CCR1[src]

Register CCR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::dma1::CCR2[src]

Register CCR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::dma1::CCR3[src]

Register CCR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::dma1::CCR4[src]

Register CCR4 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::dma1::CCR5[src]

Register CCR5 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::dma1::CCR6[src]

Register CCR6 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::dma1::CCR7[src]

Register CCR7 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::dma1::CMAR1[src]

Register CMAR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::dma1::CMAR2[src]

Register CMAR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::dma1::CMAR3[src]

Register CMAR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::dma1::CMAR4[src]

Register CMAR4 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::dma1::CMAR5[src]

Register CMAR5 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::dma1::CMAR6[src]

Register CMAR6 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::dma1::CMAR7[src]

Register CMAR7 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::dma1::CNDTR1[src]

Register CNDTR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::dma1::CNDTR2[src]

Register CNDTR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::dma1::CNDTR3[src]

Register CNDTR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::dma1::CNDTR4[src]

Register CNDTR4 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::dma1::CNDTR5[src]

Register CNDTR5 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::dma1::CNDTR6[src]

Register CNDTR6 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::dma1::CNDTR7[src]

Register CNDTR7 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::dma1::CPAR1[src]

Register CPAR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::dma1::CPAR2[src]

Register CPAR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::dma1::CPAR3[src]

Register CPAR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::dma1::CPAR4[src]

Register CPAR4 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::dma1::CPAR5[src]

Register CPAR5 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::dma1::CPAR6[src]

Register CPAR6 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::dma1::CPAR7[src]

Register CPAR7 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::dma1::IFCR[src]

Register IFCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::exti::EMR[src]

Register EMR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::exti::FTSR[src]

Register FTSR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::exti::IMR[src]

Register IMR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::exti::PR[src]

Register PR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::exti::RTSR[src]

Register RTSR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::exti::SWIER[src]

Register SWIER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::flash::ACR[src]

Register ACR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::flash::OPTKEYR[src]

Register OPTKEYR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::flash::PDKEYR[src]

Register PDKEYR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::flash::PECR[src]

Register PECR reset()'s with value 0x07

type Type = u32

impl ResetValue for stm32l1::stm32l100::flash::PEKEYR[src]

Register PEKEYR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::flash::PRGKEYR[src]

Register PRGKEYR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::flash::SR[src]

Register SR reset()'s with value 0x04

type Type = u32

impl ResetValue for stm32l1::stm32l100::flash::WRPR1[src]

Register WRPR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::flash::WRPR2[src]

Register WRPR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::flash::WRPR3[src]

Register WRPR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::fsmc::BCR[src]

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

type Type = u32

impl ResetValue for stm32l1::stm32l100::fsmc::BCR1[src]

Register BCR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::fsmc::BTR[src]

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

type Type = u32

impl ResetValue for stm32l1::stm32l100::fsmc::BWTR[src]

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

type Type = u32

impl ResetValue for stm32l1::stm32l100::gpioa::AFRH[src]

Register AFRH reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::gpioa::AFRL[src]

Register AFRL reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::gpioa::BSRR[src]

Register BSRR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::gpioa::LCKR[src]

Register LCKR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::gpioa::MODER[src]

Register MODER reset()'s with value 0xa800_0000

type Type = u32

impl ResetValue for stm32l1::stm32l100::gpioa::ODR[src]

Register ODR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::gpioa::OSPEEDR[src]

Register OSPEEDR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::gpioa::OTYPER[src]

Register OTYPER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::gpioa::PUPDR[src]

Register PUPDR reset()'s with value 0x6400_0000

type Type = u32

impl ResetValue for stm32l1::stm32l100::gpiob::AFRH[src]

Register AFRH reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::gpiob::AFRL[src]

Register AFRL reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::gpiob::BSRR[src]

Register BSRR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::gpiob::LCKR[src]

Register LCKR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::gpiob::MODER[src]

Register MODER reset()'s with value 0x0280

type Type = u32

impl ResetValue for stm32l1::stm32l100::gpiob::ODR[src]

Register ODR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::gpiob::OSPEEDR[src]

Register OSPEEDR reset()'s with value 0xc0

type Type = u32

impl ResetValue for stm32l1::stm32l100::gpiob::OTYPER[src]

Register OTYPER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::gpiob::PUPDR[src]

Register PUPDR reset()'s with value 0x0100

type Type = u32

impl ResetValue for stm32l1::stm32l100::gpioc::AFRH[src]

Register AFRH reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::gpioc::AFRL[src]

Register AFRL reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::gpioc::BSRR[src]

Register BSRR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::gpioc::LCKR[src]

Register LCKR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::gpioc::MODER[src]

Register MODER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::gpioc::ODR[src]

Register ODR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::gpioc::OSPEEDR[src]

Register OSPEEDR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::gpioc::OTYPER[src]

Register OTYPER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::gpioc::PUPDR[src]

Register PUPDR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::i2c1::CCR[src]

Register CCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::i2c1::CR1[src]

Register CR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::i2c1::CR2[src]

Register CR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::i2c1::DR[src]

Register DR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::i2c1::OAR1[src]

Register OAR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::i2c1::OAR2[src]

Register OAR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::i2c1::SR1[src]

Register SR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::i2c1::TRISE[src]

Register TRISE reset()'s with value 0x02

type Type = u32

impl ResetValue for stm32l1::stm32l100::iwdg::KR[src]

Register KR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::iwdg::PR[src]

Register PR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::iwdg::RLR[src]

Register RLR reset()'s with value 0x0fff

type Type = u32

impl ResetValue for stm32l1::stm32l100::lcd::CLR[src]

Register CLR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::lcd::CR[src]

Register CR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::lcd::FCR[src]

Register FCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::lcd::RAM_COM0[src]

Register RAM_COM0 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::lcd::RAM_COM1[src]

Register RAM_COM1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::lcd::RAM_COM2[src]

Register RAM_COM2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::lcd::RAM_COM3[src]

Register RAM_COM3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::lcd::RAM_COM4[src]

Register RAM_COM4 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::lcd::RAM_COM5[src]

Register RAM_COM5 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::lcd::RAM_COM6[src]

Register RAM_COM6 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::lcd::RAM_COM7[src]

Register RAM_COM7 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::lcd::SR[src]

Register SR reset()'s with value 0x20

type Type = u32

impl ResetValue for stm32l1::stm32l100::nvic_stir::STIR[src]

Register STIR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::opamp::CSR[src]

Register CSR reset()'s with value 0x0001_0101

type Type = u32

impl ResetValue for stm32l1::stm32l100::opamp::LPOTR[src]

Register LPOTR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::opamp::OTR[src]

Register OTR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::pwr::CR[src]

Register CR reset()'s with value 0x1000

type Type = u32

impl ResetValue for stm32l1::stm32l100::pwr::CSR[src]

Register CSR reset()'s with value 0x08

type Type = u32

impl ResetValue for stm32l1::stm32l100::rcc::AHBENR[src]

Register AHBENR reset()'s with value 0x8000

type Type = u32

impl ResetValue for stm32l1::stm32l100::rcc::AHBLPENR[src]

Register AHBLPENR reset()'s with value 0x0101_903f

type Type = u32

impl ResetValue for stm32l1::stm32l100::rcc::AHBRSTR[src]

Register AHBRSTR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::rcc::APB1ENR[src]

Register APB1ENR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::rcc::APB1LPENR[src]

Register APB1LPENR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::rcc::APB1RSTR[src]

Register APB1RSTR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::rcc::APB2ENR[src]

Register APB2ENR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::rcc::APB2LPENR[src]

Register APB2LPENR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::rcc::APB2RSTR[src]

Register APB2RSTR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::rcc::CFGR[src]

Register CFGR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::rcc::CIR[src]

Register CIR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::rcc::CR[src]

Register CR reset()'s with value 0x0300

type Type = u32

impl ResetValue for stm32l1::stm32l100::rcc::CSR[src]

Register CSR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::rcc::ICSCR[src]

Register ICSCR reset()'s with value 0xb000

type Type = u32

impl ResetValue for stm32l1::stm32l100::ri::ASCR1[src]

Register ASCR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::ri::ASCR2[src]

Register ASCR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::ri::HYSCR1[src]

Register HYSCR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::ri::HYSCR2[src]

Register HYSCR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::ri::HYSCR3[src]

Register HYSCR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::ri::HYSCR4[src]

Register HYSCR4 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::ri::ICR[src]

Register ICR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::rtc::ALRMAR[src]

Register ALRMAR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::rtc::ALRMASSR[src]

Register ALRMASSR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::rtc::ALRMBR[src]

Register ALRMBR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::rtc::ALRMBSSR[src]

Register ALRMBSSR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::rtc::BKPR[src]

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

type Type = u32

impl ResetValue for stm32l1::stm32l100::rtc::CALIBR[src]

Register CALIBR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::rtc::CALR[src]

Register CALR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::rtc::CR[src]

Register CR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::rtc::DR[src]

Register DR reset()'s with value 0x2101

type Type = u32

impl ResetValue for stm32l1::stm32l100::rtc::ISR[src]

Register ISR reset()'s with value 0x07

type Type = u32

impl ResetValue for stm32l1::stm32l100::rtc::PRER[src]

Register PRER reset()'s with value 0x007f_00ff

type Type = u32

impl ResetValue for stm32l1::stm32l100::rtc::SHIFTR[src]

Register SHIFTR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::rtc::TAFCR[src]

Register TAFCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::rtc::TR[src]

Register TR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::rtc::WPR[src]

Register WPR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::rtc::WUTR[src]

Register WUTR reset()'s with value 0xffff

type Type = u32

impl ResetValue for stm32l1::stm32l100::scb_actrl::ACTRL[src]

Register ACTRL reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::sdio::ARG[src]

Register ARG reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::sdio::CLKCR[src]

Register CLKCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::sdio::CMD[src]

Register CMD reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::sdio::DCTRL[src]

Register DCTRL reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::sdio::DLEN[src]

Register DLEN reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::sdio::DTIMER[src]

Register DTIMER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::sdio::FIFO[src]

Register FIFO reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::sdio::ICR[src]

Register ICR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::sdio::MASK[src]

Register MASK reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::sdio::POWER[src]

Register POWER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::spi1::CR1[src]

Register CR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::spi1::CR2[src]

Register CR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::spi1::CRCPR[src]

Register CRCPR reset()'s with value 0x07

type Type = u32

impl ResetValue for stm32l1::stm32l100::spi1::DR[src]

Register DR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::spi1::I2SCFGR[src]

Register I2SCFGR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::spi1::I2SPR[src]

Register I2SPR reset()'s with value 0x02

type Type = u32

impl ResetValue for stm32l1::stm32l100::spi1::SR[src]

Register SR reset()'s with value 0x02

type Type = u32

impl ResetValue for stm32l1::stm32l100::stk::CALIB[src]

Register CALIB reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::stk::CTRL[src]

Register CTRL reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::stk::LOAD_[src]

Register LOAD_ reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::stk::VAL[src]

Register VAL reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::syscfg::EXTICR1[src]

Register EXTICR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::syscfg::EXTICR2[src]

Register EXTICR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::syscfg::EXTICR3[src]

Register EXTICR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::syscfg::EXTICR4[src]

Register EXTICR4 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::syscfg::MEMRMP[src]

Register MEMRMP reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::syscfg::PMC[src]

Register PMC reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::tim10::ARR[src]

Register ARR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::tim10::CCER[src]

Register CCER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::tim10::CCMR1_INPUT[src]

Register CCMR1_Input reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::tim10::CCMR1_OUTPUT[src]

Register CCMR1_Output reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::tim10::CCR[src]

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

type Type = u32

impl ResetValue for stm32l1::stm32l100::tim10::CNT[src]

Register CNT reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::tim10::CR1[src]

Register CR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::tim10::DIER[src]

Register DIER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::tim10::EGR[src]

Register EGR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::tim10::OR[src]

Register OR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::tim10::PSC[src]

Register PSC reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::tim10::SR[src]

Register SR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::tim2::ARR[src]

Register ARR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::tim2::CCER[src]

Register CCER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::tim2::CCMR1_INPUT[src]

Register CCMR1_Input reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::tim2::CCMR1_OUTPUT[src]

Register CCMR1_Output reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::tim2::CCMR2_INPUT[src]

Register CCMR2_Input reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::tim2::CCMR2_OUTPUT[src]

Register CCMR2_Output reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::tim2::CCR[src]

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

type Type = u32

impl ResetValue for stm32l1::stm32l100::tim2::CNT[src]

Register CNT reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::tim2::CR1[src]

Register CR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::tim2::CR2[src]

Register CR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::tim2::DCR[src]

Register DCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::tim2::DIER[src]

Register DIER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::tim2::DMAR[src]

Register DMAR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::tim2::EGR[src]

Register EGR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::tim2::PSC[src]

Register PSC reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::tim2::SMCR[src]

Register SMCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::tim2::SR[src]

Register SR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::tim6::ARR[src]

Register ARR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::tim6::CNT[src]

Register CNT reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::tim6::CR1[src]

Register CR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::tim6::CR2[src]

Register CR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::tim6::DIER[src]

Register DIER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::tim6::EGR[src]

Register EGR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::tim6::PSC[src]

Register PSC reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::tim6::SR[src]

Register SR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::tim9::ARR[src]

Register ARR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::tim9::CCMR1_INPUT[src]

Register CCMR1_Input reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::tim9::CCMR1_OUTPUT[src]

Register CCMR1_Output reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::tim9::CCR[src]

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

type Type = u32

impl ResetValue for stm32l1::stm32l100::tim9::CNT[src]

Register CNT reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::tim9::CR1[src]

Register CR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::tim9::CR2[src]

Register CR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::tim9::DIER[src]

Register DIER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::tim9::EGR[src]

Register EGR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::tim9::OR[src]

Register OR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::tim9::PSC[src]

Register PSC reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::tim9::SMCR[src]

Register SMCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::tim9::SR[src]

Register SR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::usart1::BRR[src]

Register BRR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::usart1::CR1[src]

Register CR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::usart1::CR2[src]

Register CR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::usart1::CR3[src]

Register CR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::usart1::DR[src]

Register DR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::usart1::GTPR[src]

Register GTPR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::usart1::SR[src]

Register SR reset()'s with value 0x00c0_0000

type Type = u32

impl ResetValue for stm32l1::stm32l100::usb::BTABLE[src]

Register BTABLE reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::usb::CNTR[src]

Register CNTR reset()'s with value 0x03

type Type = u32

impl ResetValue for stm32l1::stm32l100::usb::DADDR[src]

Register DADDR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::usb::EP0R[src]

Register EP0R reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::usb::EP1R[src]

Register EP1R reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::usb::EP2R[src]

Register EP2R reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::usb::EP3R[src]

Register EP3R reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::usb::EP4R[src]

Register EP4R reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::usb::EP5R[src]

Register EP5R reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::usb::EP6R[src]

Register EP6R reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::usb::EP7R[src]

Register EP7R reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::usb::ISTR[src]

Register ISTR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l100::wwdg::CFR[src]

Register CFR reset()'s with value 0x7f

type Type = u32

impl ResetValue for stm32l1::stm32l100::wwdg::CR[src]

Register CR reset()'s with value 0x7f

type Type = u32

impl ResetValue for stm32l1::stm32l100::wwdg::SR[src]

Register SR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::adc::CCR[src]

Register CCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::adc::CR1[src]

Register CR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::adc::CR2[src]

Register CR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::adc::HTR[src]

Register HTR reset()'s with value 0x0fff

type Type = u32

impl ResetValue for stm32l1::stm32l151::adc::JOFR1[src]

Register JOFR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::adc::JOFR2[src]

Register JOFR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::adc::JOFR3[src]

Register JOFR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::adc::JOFR4[src]

Register JOFR4 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::adc::JSQR[src]

Register JSQR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::adc::LTR[src]

Register LTR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::adc::SMPR0[src]

Register SMPR0 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::adc::SMPR1[src]

Register SMPR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::adc::SMPR2[src]

Register SMPR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::adc::SMPR3[src]

Register SMPR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::adc::SQR1[src]

Register SQR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::adc::SQR2[src]

Register SQR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::adc::SQR3[src]

Register SQR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::adc::SQR4[src]

Register SQR4 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::adc::SQR5[src]

Register SQR5 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::adc::SR[src]

Register SR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::aes::CR[src]

Register CR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::aes::DINR[src]

Register DINR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::aes::IVR0[src]

Register IVR0 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::aes::IVR1[src]

Register IVR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::aes::IVR2[src]

Register IVR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::aes::IVR3[src]

Register IVR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::aes::KEYR0[src]

Register KEYR0 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::aes::KEYR1[src]

Register KEYR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::aes::KEYR2[src]

Register KEYR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::aes::KEYR3[src]

Register KEYR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::comp::CSR[src]

Register CSR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::crc::CR[src]

Register CR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::crc::DR[src]

Register DR reset()'s with value 0xffff_ffff

type Type = u32

impl ResetValue for stm32l1::stm32l151::crc::IDR[src]

Register IDR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::dac::CR[src]

Register CR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::dac::DHR12L1[src]

Register DHR12L1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::dac::DHR12L2[src]

Register DHR12L2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::dac::DHR12LD[src]

Register DHR12LD reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::dac::DHR12R1[src]

Register DHR12R1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::dac::DHR12R2[src]

Register DHR12R2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::dac::DHR12RD[src]

Register DHR12RD reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::dac::DHR8R1[src]

Register DHR8R1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::dac::DHR8R2[src]

Register DHR8R2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::dac::DHR8RD[src]

Register DHR8RD reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::dac::SR[src]

Register SR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::dac::SWTRIGR[src]

Register SWTRIGR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::dbgmcu::APB1_FZ[src]

Register APB1_FZ reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::dbgmcu::APB2_FZ[src]

Register APB2_FZ reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::dbgmcu::CR[src]

Register CR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::dma1::CCR1[src]

Register CCR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::dma1::CCR2[src]

Register CCR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::dma1::CCR3[src]

Register CCR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::dma1::CCR4[src]

Register CCR4 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::dma1::CCR5[src]

Register CCR5 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::dma1::CCR6[src]

Register CCR6 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::dma1::CCR7[src]

Register CCR7 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::dma1::CMAR1[src]

Register CMAR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::dma1::CMAR2[src]

Register CMAR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::dma1::CMAR3[src]

Register CMAR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::dma1::CMAR4[src]

Register CMAR4 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::dma1::CMAR5[src]

Register CMAR5 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::dma1::CMAR6[src]

Register CMAR6 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::dma1::CMAR7[src]

Register CMAR7 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::dma1::CNDTR1[src]

Register CNDTR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::dma1::CNDTR2[src]

Register CNDTR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::dma1::CNDTR3[src]

Register CNDTR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::dma1::CNDTR4[src]

Register CNDTR4 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::dma1::CNDTR5[src]

Register CNDTR5 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::dma1::CNDTR6[src]

Register CNDTR6 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::dma1::CNDTR7[src]

Register CNDTR7 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::dma1::CPAR1[src]

Register CPAR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::dma1::CPAR2[src]

Register CPAR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::dma1::CPAR3[src]

Register CPAR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::dma1::CPAR4[src]

Register CPAR4 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::dma1::CPAR5[src]

Register CPAR5 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::dma1::CPAR6[src]

Register CPAR6 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::dma1::CPAR7[src]

Register CPAR7 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::dma1::IFCR[src]

Register IFCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::exti::EMR[src]

Register EMR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::exti::FTSR[src]

Register FTSR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::exti::IMR[src]

Register IMR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::exti::PR[src]

Register PR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::exti::RTSR[src]

Register RTSR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::exti::SWIER[src]

Register SWIER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::flash::ACR[src]

Register ACR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::flash::OPTKEYR[src]

Register OPTKEYR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::flash::PDKEYR[src]

Register PDKEYR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::flash::PECR[src]

Register PECR reset()'s with value 0x07

type Type = u32

impl ResetValue for stm32l1::stm32l151::flash::PEKEYR[src]

Register PEKEYR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::flash::PRGKEYR[src]

Register PRGKEYR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::flash::SR[src]

Register SR reset()'s with value 0x04

type Type = u32

impl ResetValue for stm32l1::stm32l151::flash::WRPR1[src]

Register WRPR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::flash::WRPR2[src]

Register WRPR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::flash::WRPR3[src]

Register WRPR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::fsmc::BCR[src]

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

type Type = u32

impl ResetValue for stm32l1::stm32l151::fsmc::BCR1[src]

Register BCR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::fsmc::BTR[src]

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

type Type = u32

impl ResetValue for stm32l1::stm32l151::fsmc::BWTR[src]

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

type Type = u32

impl ResetValue for stm32l1::stm32l151::gpioa::AFRH[src]

Register AFRH reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::gpioa::AFRL[src]

Register AFRL reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::gpioa::BSRR[src]

Register BSRR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::gpioa::LCKR[src]

Register LCKR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::gpioa::MODER[src]

Register MODER reset()'s with value 0xa800_0000

type Type = u32

impl ResetValue for stm32l1::stm32l151::gpioa::ODR[src]

Register ODR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::gpioa::OSPEEDR[src]

Register OSPEEDR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::gpioa::OTYPER[src]

Register OTYPER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::gpioa::PUPDR[src]

Register PUPDR reset()'s with value 0x6400_0000

type Type = u32

impl ResetValue for stm32l1::stm32l151::gpiob::AFRH[src]

Register AFRH reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::gpiob::AFRL[src]

Register AFRL reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::gpiob::BSRR[src]

Register BSRR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::gpiob::LCKR[src]

Register LCKR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::gpiob::MODER[src]

Register MODER reset()'s with value 0x0280

type Type = u32

impl ResetValue for stm32l1::stm32l151::gpiob::ODR[src]

Register ODR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::gpiob::OSPEEDR[src]

Register OSPEEDR reset()'s with value 0xc0

type Type = u32

impl ResetValue for stm32l1::stm32l151::gpiob::OTYPER[src]

Register OTYPER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::gpiob::PUPDR[src]

Register PUPDR reset()'s with value 0x0100

type Type = u32

impl ResetValue for stm32l1::stm32l151::gpioc::AFRH[src]

Register AFRH reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::gpioc::AFRL[src]

Register AFRL reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::gpioc::BSRR[src]

Register BSRR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::gpioc::LCKR[src]

Register LCKR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::gpioc::MODER[src]

Register MODER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::gpioc::ODR[src]

Register ODR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::gpioc::OSPEEDR[src]

Register OSPEEDR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::gpioc::OTYPER[src]

Register OTYPER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::gpioc::PUPDR[src]

Register PUPDR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::i2c1::CCR[src]

Register CCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::i2c1::CR1[src]

Register CR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::i2c1::CR2[src]

Register CR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::i2c1::DR[src]

Register DR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::i2c1::OAR1[src]

Register OAR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::i2c1::OAR2[src]

Register OAR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::i2c1::SR1[src]

Register SR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::i2c1::TRISE[src]

Register TRISE reset()'s with value 0x02

type Type = u32

impl ResetValue for stm32l1::stm32l151::iwdg::KR[src]

Register KR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::iwdg::PR[src]

Register PR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::iwdg::RLR[src]

Register RLR reset()'s with value 0x0fff

type Type = u32

impl ResetValue for stm32l1::stm32l151::lcd::CLR[src]

Register CLR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::lcd::CR[src]

Register CR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::lcd::FCR[src]

Register FCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::lcd::RAM_COM0[src]

Register RAM_COM0 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::lcd::RAM_COM1[src]

Register RAM_COM1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::lcd::RAM_COM2[src]

Register RAM_COM2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::lcd::RAM_COM3[src]

Register RAM_COM3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::lcd::RAM_COM4[src]

Register RAM_COM4 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::lcd::RAM_COM5[src]

Register RAM_COM5 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::lcd::RAM_COM6[src]

Register RAM_COM6 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::lcd::RAM_COM7[src]

Register RAM_COM7 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::lcd::SR[src]

Register SR reset()'s with value 0x20

type Type = u32

impl ResetValue for stm32l1::stm32l151::nvic_stir::STIR[src]

Register STIR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::opamp::CSR[src]

Register CSR reset()'s with value 0x0001_0101

type Type = u32

impl ResetValue for stm32l1::stm32l151::opamp::LPOTR[src]

Register LPOTR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::opamp::OTR[src]

Register OTR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::pwr::CR[src]

Register CR reset()'s with value 0x1000

type Type = u32

impl ResetValue for stm32l1::stm32l151::pwr::CSR[src]

Register CSR reset()'s with value 0x08

type Type = u32

impl ResetValue for stm32l1::stm32l151::rcc::AHBENR[src]

Register AHBENR reset()'s with value 0x8000

type Type = u32

impl ResetValue for stm32l1::stm32l151::rcc::AHBLPENR[src]

Register AHBLPENR reset()'s with value 0x0101_903f

type Type = u32

impl ResetValue for stm32l1::stm32l151::rcc::AHBRSTR[src]

Register AHBRSTR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::rcc::APB1ENR[src]

Register APB1ENR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::rcc::APB1LPENR[src]

Register APB1LPENR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::rcc::APB1RSTR[src]

Register APB1RSTR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::rcc::APB2ENR[src]

Register APB2ENR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::rcc::APB2LPENR[src]

Register APB2LPENR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::rcc::APB2RSTR[src]

Register APB2RSTR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::rcc::CFGR[src]

Register CFGR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::rcc::CIR[src]

Register CIR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::rcc::CR[src]

Register CR reset()'s with value 0x0300

type Type = u32

impl ResetValue for stm32l1::stm32l151::rcc::CSR[src]

Register CSR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::rcc::ICSCR[src]

Register ICSCR reset()'s with value 0xb000

type Type = u32

impl ResetValue for stm32l1::stm32l151::ri::ASCR1[src]

Register ASCR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::ri::ASCR2[src]

Register ASCR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::ri::HYSCR1[src]

Register HYSCR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::ri::HYSCR2[src]

Register HYSCR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::ri::HYSCR3[src]

Register HYSCR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::ri::HYSCR4[src]

Register HYSCR4 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::ri::ICR[src]

Register ICR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::rtc::ALRMAR[src]

Register ALRMAR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::rtc::ALRMASSR[src]

Register ALRMASSR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::rtc::ALRMBR[src]

Register ALRMBR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::rtc::ALRMBSSR[src]

Register ALRMBSSR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::rtc::BKPR[src]

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

type Type = u32

impl ResetValue for stm32l1::stm32l151::rtc::CALIBR[src]

Register CALIBR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::rtc::CALR[src]

Register CALR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::rtc::CR[src]

Register CR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::rtc::DR[src]

Register DR reset()'s with value 0x2101

type Type = u32

impl ResetValue for stm32l1::stm32l151::rtc::ISR[src]

Register ISR reset()'s with value 0x07

type Type = u32

impl ResetValue for stm32l1::stm32l151::rtc::PRER[src]

Register PRER reset()'s with value 0x007f_00ff

type Type = u32

impl ResetValue for stm32l1::stm32l151::rtc::SHIFTR[src]

Register SHIFTR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::rtc::TAFCR[src]

Register TAFCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::rtc::TR[src]

Register TR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::rtc::WPR[src]

Register WPR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::rtc::WUTR[src]

Register WUTR reset()'s with value 0xffff

type Type = u32

impl ResetValue for stm32l1::stm32l151::scb_actrl::ACTRL[src]

Register ACTRL reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::sdio::ARG[src]

Register ARG reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::sdio::CLKCR[src]

Register CLKCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::sdio::CMD[src]

Register CMD reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::sdio::DCTRL[src]

Register DCTRL reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::sdio::DLEN[src]

Register DLEN reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::sdio::DTIMER[src]

Register DTIMER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::sdio::FIFO[src]

Register FIFO reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::sdio::ICR[src]

Register ICR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::sdio::MASK[src]

Register MASK reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::sdio::POWER[src]

Register POWER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::spi1::CR1[src]

Register CR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::spi1::CR2[src]

Register CR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::spi1::CRCPR[src]

Register CRCPR reset()'s with value 0x07

type Type = u32

impl ResetValue for stm32l1::stm32l151::spi1::DR[src]

Register DR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::spi1::I2SCFGR[src]

Register I2SCFGR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::spi1::I2SPR[src]

Register I2SPR reset()'s with value 0x02

type Type = u32

impl ResetValue for stm32l1::stm32l151::spi1::SR[src]

Register SR reset()'s with value 0x02

type Type = u32

impl ResetValue for stm32l1::stm32l151::stk::CALIB[src]

Register CALIB reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::stk::CTRL[src]

Register CTRL reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::stk::LOAD_[src]

Register LOAD_ reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::stk::VAL[src]

Register VAL reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::syscfg::EXTICR1[src]

Register EXTICR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::syscfg::EXTICR2[src]

Register EXTICR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::syscfg::EXTICR3[src]

Register EXTICR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::syscfg::EXTICR4[src]

Register EXTICR4 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::syscfg::MEMRMP[src]

Register MEMRMP reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::syscfg::PMC[src]

Register PMC reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim10::ARR[src]

Register ARR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim10::CCER[src]

Register CCER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim10::CCMR1_INPUT[src]

Register CCMR1_Input reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim10::CCMR1_OUTPUT[src]

Register CCMR1_Output reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim10::CCR[src]

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

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim10::CNT[src]

Register CNT reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim10::CR1[src]

Register CR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim10::CR2[src]

Register CR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim10::DIER[src]

Register DIER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim10::EGR[src]

Register EGR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim10::OR[src]

Register OR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim10::PSC[src]

Register PSC reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim10::SMCR[src]

Register SMCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim10::SR[src]

Register SR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim11::ARR[src]

Register ARR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim11::CCER[src]

Register CCER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim11::CCMR1_INPUT[src]

Register CCMR1_Input reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim11::CCMR1_OUTPUT[src]

Register CCMR1_Output reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim11::CCR[src]

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

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim11::CNT[src]

Register CNT reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim11::CR1[src]

Register CR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim11::DIER[src]

Register DIER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim11::EGR[src]

Register EGR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim11::OR[src]

Register OR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim11::PSC[src]

Register PSC reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim11::SMCR[src]

Register SMCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim11::SR[src]

Register SR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim2::ARR[src]

Register ARR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim2::CCER[src]

Register CCER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim2::CCMR1_INPUT[src]

Register CCMR1_Input reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim2::CCMR1_OUTPUT[src]

Register CCMR1_Output reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim2::CCMR2_INPUT[src]

Register CCMR2_Input reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim2::CCMR2_OUTPUT[src]

Register CCMR2_Output reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim2::CCR[src]

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

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim2::CNT[src]

Register CNT reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim2::CR1[src]

Register CR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim2::CR2[src]

Register CR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim2::DCR[src]

Register DCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim2::DIER[src]

Register DIER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim2::DMAR[src]

Register DMAR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim2::EGR[src]

Register EGR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim2::PSC[src]

Register PSC reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim2::SMCR[src]

Register SMCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim2::SR[src]

Register SR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim6::ARR[src]

Register ARR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim6::CNT[src]

Register CNT reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim6::CR1[src]

Register CR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim6::CR2[src]

Register CR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim6::DIER[src]

Register DIER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim6::EGR[src]

Register EGR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim6::PSC[src]

Register PSC reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim6::SR[src]

Register SR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim9::ARR[src]

Register ARR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim9::CCMR1_INPUT[src]

Register CCMR1_Input reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim9::CCMR1_OUTPUT[src]

Register CCMR1_Output reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim9::CCR[src]

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

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim9::CNT[src]

Register CNT reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim9::CR1[src]

Register CR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim9::CR2[src]

Register CR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim9::DIER[src]

Register DIER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim9::EGR[src]

Register EGR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim9::OR[src]

Register OR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim9::PSC[src]

Register PSC reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim9::SMCR[src]

Register SMCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::tim9::SR[src]

Register SR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::usart1::BRR[src]

Register BRR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::usart1::CR1[src]

Register CR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::usart1::CR2[src]

Register CR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::usart1::CR3[src]

Register CR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::usart1::DR[src]

Register DR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::usart1::GTPR[src]

Register GTPR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::usart1::SR[src]

Register SR reset()'s with value 0x00c0_0000

type Type = u32

impl ResetValue for stm32l1::stm32l151::usb::BTABLE[src]

Register BTABLE reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::usb::CNTR[src]

Register CNTR reset()'s with value 0x03

type Type = u32

impl ResetValue for stm32l1::stm32l151::usb::DADDR[src]

Register DADDR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::usb::EP0R[src]

Register EP0R reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::usb::EP1R[src]

Register EP1R reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::usb::EP2R[src]

Register EP2R reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::usb::EP3R[src]

Register EP3R reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::usb::EP4R[src]

Register EP4R reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::usb::EP5R[src]

Register EP5R reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::usb::EP6R[src]

Register EP6R reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::usb::EP7R[src]

Register EP7R reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::usb::ISTR[src]

Register ISTR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l151::wwdg::CFR[src]

Register CFR reset()'s with value 0x7f

type Type = u32

impl ResetValue for stm32l1::stm32l151::wwdg::CR[src]

Register CR reset()'s with value 0x7f

type Type = u32

impl ResetValue for stm32l1::stm32l151::wwdg::SR[src]

Register SR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::adc::CCR[src]

Register CCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::adc::CR1[src]

Register CR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::adc::CR2[src]

Register CR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::adc::HTR[src]

Register HTR reset()'s with value 0x0fff

type Type = u32

impl ResetValue for stm32l1::stm32l162::adc::JOFR1[src]

Register JOFR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::adc::JOFR2[src]

Register JOFR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::adc::JOFR3[src]

Register JOFR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::adc::JOFR4[src]

Register JOFR4 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::adc::JSQR[src]

Register JSQR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::adc::LTR[src]

Register LTR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::adc::SMPR0[src]

Register SMPR0 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::adc::SMPR1[src]

Register SMPR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::adc::SMPR2[src]

Register SMPR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::adc::SMPR3[src]

Register SMPR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::adc::SQR1[src]

Register SQR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::adc::SQR2[src]

Register SQR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::adc::SQR3[src]

Register SQR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::adc::SQR4[src]

Register SQR4 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::adc::SQR5[src]

Register SQR5 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::adc::SR[src]

Register SR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::aes::CR[src]

Register CR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::aes::DINR[src]

Register DINR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::aes::IVR0[src]

Register IVR0 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::aes::IVR1[src]

Register IVR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::aes::IVR2[src]

Register IVR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::aes::IVR3[src]

Register IVR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::aes::KEYR0[src]

Register KEYR0 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::aes::KEYR1[src]

Register KEYR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::aes::KEYR2[src]

Register KEYR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::aes::KEYR3[src]

Register KEYR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::comp::CSR[src]

Register CSR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::crc::CR[src]

Register CR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::crc::DR[src]

Register DR reset()'s with value 0xffff_ffff

type Type = u32

impl ResetValue for stm32l1::stm32l162::crc::IDR[src]

Register IDR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::dac::CR[src]

Register CR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::dac::DHR12L1[src]

Register DHR12L1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::dac::DHR12L2[src]

Register DHR12L2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::dac::DHR12LD[src]

Register DHR12LD reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::dac::DHR12R1[src]

Register DHR12R1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::dac::DHR12R2[src]

Register DHR12R2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::dac::DHR12RD[src]

Register DHR12RD reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::dac::DHR8R1[src]

Register DHR8R1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::dac::DHR8R2[src]

Register DHR8R2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::dac::DHR8RD[src]

Register DHR8RD reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::dac::SR[src]

Register SR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::dac::SWTRIGR[src]

Register SWTRIGR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::dbgmcu::APB1_FZ[src]

Register APB1_FZ reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::dbgmcu::APB2_FZ[src]

Register APB2_FZ reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::dbgmcu::CR[src]

Register CR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::dma1::CCR1[src]

Register CCR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::dma1::CCR2[src]

Register CCR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::dma1::CCR3[src]

Register CCR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::dma1::CCR4[src]

Register CCR4 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::dma1::CCR5[src]

Register CCR5 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::dma1::CCR6[src]

Register CCR6 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::dma1::CCR7[src]

Register CCR7 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::dma1::CMAR1[src]

Register CMAR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::dma1::CMAR2[src]

Register CMAR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::dma1::CMAR3[src]

Register CMAR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::dma1::CMAR4[src]

Register CMAR4 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::dma1::CMAR5[src]

Register CMAR5 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::dma1::CMAR6[src]

Register CMAR6 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::dma1::CMAR7[src]

Register CMAR7 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::dma1::CNDTR1[src]

Register CNDTR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::dma1::CNDTR2[src]

Register CNDTR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::dma1::CNDTR3[src]

Register CNDTR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::dma1::CNDTR4[src]

Register CNDTR4 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::dma1::CNDTR5[src]

Register CNDTR5 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::dma1::CNDTR6[src]

Register CNDTR6 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::dma1::CNDTR7[src]

Register CNDTR7 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::dma1::CPAR1[src]

Register CPAR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::dma1::CPAR2[src]

Register CPAR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::dma1::CPAR3[src]

Register CPAR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::dma1::CPAR4[src]

Register CPAR4 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::dma1::CPAR5[src]

Register CPAR5 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::dma1::CPAR6[src]

Register CPAR6 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::dma1::CPAR7[src]

Register CPAR7 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::dma1::IFCR[src]

Register IFCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::exti::EMR[src]

Register EMR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::exti::FTSR[src]

Register FTSR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::exti::IMR[src]

Register IMR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::exti::PR[src]

Register PR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::exti::RTSR[src]

Register RTSR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::exti::SWIER[src]

Register SWIER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::flash::ACR[src]

Register ACR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::flash::OPTKEYR[src]

Register OPTKEYR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::flash::PDKEYR[src]

Register PDKEYR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::flash::PECR[src]

Register PECR reset()'s with value 0x07

type Type = u32

impl ResetValue for stm32l1::stm32l162::flash::PEKEYR[src]

Register PEKEYR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::flash::PRGKEYR[src]

Register PRGKEYR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::flash::SR[src]

Register SR reset()'s with value 0x04

type Type = u32

impl ResetValue for stm32l1::stm32l162::flash::WRPR1[src]

Register WRPR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::flash::WRPR2[src]

Register WRPR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::flash::WRPR3[src]

Register WRPR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::fsmc::BCR[src]

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

type Type = u32

impl ResetValue for stm32l1::stm32l162::fsmc::BCR1[src]

Register BCR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::fsmc::BTR[src]

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

type Type = u32

impl ResetValue for stm32l1::stm32l162::fsmc::BWTR[src]

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

type Type = u32

impl ResetValue for stm32l1::stm32l162::gpioa::AFRH[src]

Register AFRH reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::gpioa::AFRL[src]

Register AFRL reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::gpioa::BSRR[src]

Register BSRR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::gpioa::LCKR[src]

Register LCKR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::gpioa::MODER[src]

Register MODER reset()'s with value 0xa800_0000

type Type = u32

impl ResetValue for stm32l1::stm32l162::gpioa::ODR[src]

Register ODR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::gpioa::OSPEEDR[src]

Register OSPEEDR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::gpioa::OTYPER[src]

Register OTYPER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::gpioa::PUPDR[src]

Register PUPDR reset()'s with value 0x6400_0000

type Type = u32

impl ResetValue for stm32l1::stm32l162::gpiob::AFRH[src]

Register AFRH reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::gpiob::AFRL[src]

Register AFRL reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::gpiob::BSRR[src]

Register BSRR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::gpiob::LCKR[src]

Register LCKR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::gpiob::MODER[src]

Register MODER reset()'s with value 0x0280

type Type = u32

impl ResetValue for stm32l1::stm32l162::gpiob::ODR[src]

Register ODR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::gpiob::OSPEEDR[src]

Register OSPEEDR reset()'s with value 0xc0

type Type = u32

impl ResetValue for stm32l1::stm32l162::gpiob::OTYPER[src]

Register OTYPER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::gpiob::PUPDR[src]

Register PUPDR reset()'s with value 0x0100

type Type = u32

impl ResetValue for stm32l1::stm32l162::gpioc::AFRH[src]

Register AFRH reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::gpioc::AFRL[src]

Register AFRL reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::gpioc::BSRR[src]

Register BSRR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::gpioc::LCKR[src]

Register LCKR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::gpioc::MODER[src]

Register MODER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::gpioc::ODR[src]

Register ODR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::gpioc::OSPEEDR[src]

Register OSPEEDR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::gpioc::OTYPER[src]

Register OTYPER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::gpioc::PUPDR[src]

Register PUPDR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::i2c1::CCR[src]

Register CCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::i2c1::CR1[src]

Register CR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::i2c1::CR2[src]

Register CR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::i2c1::DR[src]

Register DR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::i2c1::OAR1[src]

Register OAR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::i2c1::OAR2[src]

Register OAR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::i2c1::SR1[src]

Register SR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::i2c1::TRISE[src]

Register TRISE reset()'s with value 0x02

type Type = u32

impl ResetValue for stm32l1::stm32l162::iwdg::KR[src]

Register KR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::iwdg::PR[src]

Register PR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::iwdg::RLR[src]

Register RLR reset()'s with value 0x0fff

type Type = u32

impl ResetValue for stm32l1::stm32l162::lcd::CLR[src]

Register CLR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::lcd::CR[src]

Register CR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::lcd::FCR[src]

Register FCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::lcd::RAM_COM0[src]

Register RAM_COM0 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::lcd::RAM_COM1[src]

Register RAM_COM1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::lcd::RAM_COM2[src]

Register RAM_COM2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::lcd::RAM_COM3[src]

Register RAM_COM3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::lcd::RAM_COM4[src]

Register RAM_COM4 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::lcd::RAM_COM5[src]

Register RAM_COM5 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::lcd::RAM_COM6[src]

Register RAM_COM6 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::lcd::RAM_COM7[src]

Register RAM_COM7 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::lcd::SR[src]

Register SR reset()'s with value 0x20

type Type = u32

impl ResetValue for stm32l1::stm32l162::nvic_stir::STIR[src]

Register STIR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::opamp::CSR[src]

Register CSR reset()'s with value 0x0001_0101

type Type = u32

impl ResetValue for stm32l1::stm32l162::opamp::LPOTR[src]

Register LPOTR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::opamp::OTR[src]

Register OTR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::pwr::CR[src]

Register CR reset()'s with value 0x1000

type Type = u32

impl ResetValue for stm32l1::stm32l162::pwr::CSR[src]

Register CSR reset()'s with value 0x08

type Type = u32

impl ResetValue for stm32l1::stm32l162::rcc::AHBENR[src]

Register AHBENR reset()'s with value 0x8000

type Type = u32

impl ResetValue for stm32l1::stm32l162::rcc::AHBLPENR[src]

Register AHBLPENR reset()'s with value 0x0101_903f

type Type = u32

impl ResetValue for stm32l1::stm32l162::rcc::AHBRSTR[src]

Register AHBRSTR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::rcc::APB1ENR[src]

Register APB1ENR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::rcc::APB1LPENR[src]

Register APB1LPENR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::rcc::APB1RSTR[src]

Register APB1RSTR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::rcc::APB2ENR[src]

Register APB2ENR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::rcc::APB2LPENR[src]

Register APB2LPENR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::rcc::APB2RSTR[src]

Register APB2RSTR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::rcc::CFGR[src]

Register CFGR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::rcc::CIR[src]

Register CIR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::rcc::CR[src]

Register CR reset()'s with value 0x0300

type Type = u32

impl ResetValue for stm32l1::stm32l162::rcc::CSR[src]

Register CSR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::rcc::ICSCR[src]

Register ICSCR reset()'s with value 0xb000

type Type = u32

impl ResetValue for stm32l1::stm32l162::ri::ASCR1[src]

Register ASCR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::ri::ASCR2[src]

Register ASCR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::ri::HYSCR1[src]

Register HYSCR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::ri::HYSCR2[src]

Register HYSCR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::ri::HYSCR3[src]

Register HYSCR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::ri::HYSCR4[src]

Register HYSCR4 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::ri::ICR[src]

Register ICR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::rtc::ALRMAR[src]

Register ALRMAR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::rtc::ALRMASSR[src]

Register ALRMASSR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::rtc::ALRMBR[src]

Register ALRMBR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::rtc::ALRMBSSR[src]

Register ALRMBSSR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::rtc::BKPR[src]

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

type Type = u32

impl ResetValue for stm32l1::stm32l162::rtc::CALIBR[src]

Register CALIBR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::rtc::CALR[src]

Register CALR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::rtc::CR[src]

Register CR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::rtc::DR[src]

Register DR reset()'s with value 0x2101

type Type = u32

impl ResetValue for stm32l1::stm32l162::rtc::ISR[src]

Register ISR reset()'s with value 0x07

type Type = u32

impl ResetValue for stm32l1::stm32l162::rtc::PRER[src]

Register PRER reset()'s with value 0x007f_00ff

type Type = u32

impl ResetValue for stm32l1::stm32l162::rtc::SHIFTR[src]

Register SHIFTR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::rtc::TAFCR[src]

Register TAFCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::rtc::TR[src]

Register TR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::rtc::WPR[src]

Register WPR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::rtc::WUTR[src]

Register WUTR reset()'s with value 0xffff

type Type = u32

impl ResetValue for stm32l1::stm32l162::scb_actrl::ACTRL[src]

Register ACTRL reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::sdio::ARG[src]

Register ARG reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::sdio::CLKCR[src]

Register CLKCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::sdio::CMD[src]

Register CMD reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::sdio::DCTRL[src]

Register DCTRL reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::sdio::DLEN[src]

Register DLEN reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::sdio::DTIMER[src]

Register DTIMER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::sdio::FIFO[src]

Register FIFO reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::sdio::ICR[src]

Register ICR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::sdio::MASK[src]

Register MASK reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::sdio::POWER[src]

Register POWER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::spi1::CR1[src]

Register CR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::spi1::CR2[src]

Register CR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::spi1::CRCPR[src]

Register CRCPR reset()'s with value 0x07

type Type = u32

impl ResetValue for stm32l1::stm32l162::spi1::DR[src]

Register DR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::spi1::I2SCFGR[src]

Register I2SCFGR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::spi1::I2SPR[src]

Register I2SPR reset()'s with value 0x02

type Type = u32

impl ResetValue for stm32l1::stm32l162::spi1::SR[src]

Register SR reset()'s with value 0x02

type Type = u32

impl ResetValue for stm32l1::stm32l162::stk::CALIB[src]

Register CALIB reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::stk::CTRL[src]

Register CTRL reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::stk::LOAD_[src]

Register LOAD_ reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::stk::VAL[src]

Register VAL reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::syscfg::EXTICR1[src]

Register EXTICR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::syscfg::EXTICR2[src]

Register EXTICR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::syscfg::EXTICR3[src]

Register EXTICR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::syscfg::EXTICR4[src]

Register EXTICR4 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::syscfg::MEMRMP[src]

Register MEMRMP reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::syscfg::PMC[src]

Register PMC reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::tim10::ARR[src]

Register ARR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::tim10::CCER[src]

Register CCER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::tim10::CCMR1_INPUT[src]

Register CCMR1_Input reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::tim10::CCMR1_OUTPUT[src]

Register CCMR1_Output reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::tim10::CCR[src]

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

type Type = u32

impl ResetValue for stm32l1::stm32l162::tim10::CNT[src]

Register CNT reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::tim10::CR1[src]

Register CR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::tim10::DIER[src]

Register DIER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::tim10::EGR[src]

Register EGR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::tim10::OR[src]

Register OR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::tim10::PSC[src]

Register PSC reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::tim10::SR[src]

Register SR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::tim2::ARR[src]

Register ARR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::tim2::CCER[src]

Register CCER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::tim2::CCMR1_INPUT[src]

Register CCMR1_Input reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::tim2::CCMR1_OUTPUT[src]

Register CCMR1_Output reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::tim2::CCMR2_INPUT[src]

Register CCMR2_Input reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::tim2::CCMR2_OUTPUT[src]

Register CCMR2_Output reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::tim2::CCR[src]

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

type Type = u32

impl ResetValue for stm32l1::stm32l162::tim2::CNT[src]

Register CNT reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::tim2::CR1[src]

Register CR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::tim2::CR2[src]

Register CR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::tim2::DCR[src]

Register DCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::tim2::DIER[src]

Register DIER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::tim2::DMAR[src]

Register DMAR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::tim2::EGR[src]

Register EGR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::tim2::PSC[src]

Register PSC reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::tim2::SMCR[src]

Register SMCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::tim2::SR[src]

Register SR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::tim6::ARR[src]

Register ARR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::tim6::CNT[src]

Register CNT reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::tim6::CR1[src]

Register CR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::tim6::CR2[src]

Register CR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::tim6::DIER[src]

Register DIER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::tim6::EGR[src]

Register EGR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::tim6::PSC[src]

Register PSC reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::tim6::SR[src]

Register SR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::tim9::ARR[src]

Register ARR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::tim9::CCMR1_INPUT[src]

Register CCMR1_Input reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::tim9::CCMR1_OUTPUT[src]

Register CCMR1_Output reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::tim9::CCR[src]

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

type Type = u32

impl ResetValue for stm32l1::stm32l162::tim9::CNT[src]

Register CNT reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::tim9::CR1[src]

Register CR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::tim9::CR2[src]

Register CR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::tim9::DIER[src]

Register DIER reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::tim9::EGR[src]

Register EGR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::tim9::OR[src]

Register OR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::tim9::PSC[src]

Register PSC reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::tim9::SMCR[src]

Register SMCR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::tim9::SR[src]

Register SR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::usart1::BRR[src]

Register BRR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::usart1::CR1[src]

Register CR1 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::usart1::CR2[src]

Register CR2 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::usart1::CR3[src]

Register CR3 reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::usart1::DR[src]

Register DR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::usart1::GTPR[src]

Register GTPR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::usart1::SR[src]

Register SR reset()'s with value 0x00c0_0000

type Type = u32

impl ResetValue for stm32l1::stm32l162::usb::BTABLE[src]

Register BTABLE reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::usb::CNTR[src]

Register CNTR reset()'s with value 0x03

type Type = u32

impl ResetValue for stm32l1::stm32l162::usb::DADDR[src]

Register DADDR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::usb::EP0R[src]

Register EP0R reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::usb::EP1R[src]

Register EP1R reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::usb::EP2R[src]

Register EP2R reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::usb::EP3R[src]

Register EP3R reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::usb::EP4R[src]

Register EP4R reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::usb::EP5R[src]

Register EP5R reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::usb::EP6R[src]

Register EP6R reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::usb::EP7R[src]

Register EP7R reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::usb::ISTR[src]

Register ISTR reset()'s with value 0

type Type = u32

impl ResetValue for stm32l1::stm32l162::wwdg::CFR[src]

Register CFR reset()'s with value 0x7f

type Type = u32

impl ResetValue for stm32l1::stm32l162::wwdg::CR[src]

Register CR reset()'s with value 0x7f

type Type = u32

impl ResetValue for stm32l1::stm32l162::wwdg::SR[src]

Register SR reset()'s with value 0

type Type = u32

Loading content...