Struct stm32f30x::rcc::apb1enr::W [] [src]

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

[src]

Reset value of the register

[src]

Writes raw bits to the register

[src]

Bit 0 - Timer 2 clock enable

[src]

Bit 1 - Timer 3 clock enable

[src]

Bit 2 - Timer 4 clock enable

[src]

Bit 4 - Timer 6 clock enable

[src]

Bit 5 - Timer 7 clock enable

[src]

Bit 11 - Window watchdog clock enable

[src]

Bit 14 - SPI 2 clock enable

[src]

Bit 15 - SPI 3 clock enable

[src]

Bit 17 - USART 2 clock enable

[src]

Bit 18 - USART 3 clock enable

[src]

Bit 21 - I2C 1 clock enable

[src]

Bit 22 - I2C 2 clock enable

[src]

Bit 23 - USB clock enable

[src]

Bit 25 - CAN clock enable

[src]

Bit 28 - Power interface clock enable

[src]

Bit 29 - DAC interface clock enable

Trait Implementations

Auto Trait Implementations

impl Send for W

impl Sync for W