Struct stm32l0x1::rcc::apb1rstr::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 31 - Low power timer reset

Bit 28 - Power interface reset

Bit 22 - I2C2 reset

Bit 21 - I2C1 reset

Bit 18 - LPUART1 reset

Bit 17 - USART2 reset

Bit 14 - SPI2 reset

Bit 11 - Window watchdog reset

Bit 4 - Timer 6 reset

Bit 0 - Timer 2 reset

Bit 1 - Timer 3 reset

Bit 5 - Timer 7 reset

Bit 19 - USART4 reset

Bit 20 - USART5 reset

Bit 27 - CRC reset

Bit 30 - I2C3 reset

Auto Trait Implementations

impl Send for W

impl Sync for W