Struct stm32l0x1::rcc::apb2smenr::W[][src]

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

Reset value of the register

Writes raw bits to the register

Bit 22 - DBG clock enable during sleep mode bit

Bit 14 - USART1 clock enable during sleep mode bit

Bit 12 - SPI1 clock enable during sleep mode bit

Bit 9 - ADC clock enable during sleep mode bit

Bit 5 - TIM22 timer clock enable during sleep mode bit

Bit 2 - TIM21 timer clock enable during sleep mode bit

Bit 0 - System configuration controller clock enable during sleep mode bit

Auto Trait Implementations

impl Send for W

impl Sync for W