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

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

[src]

Value of the register as raw bits

[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 R

impl Sync for R