Struct stm32f105xx::rcc::apb2enr::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 - Alternate function I/O clock enable

[src]

Bit 2 - I/O port A clock enable

[src]

Bit 3 - I/O port B clock enable

[src]

Bit 4 - I/O port C clock enable

[src]

Bit 5 - I/O port D clock enable

[src]

Bit 6 - I/O port E clock enable

[src]

Bit 9 - ADC 1 interface clock enable

[src]

Bit 10 - ADC 2 interface clock enable

[src]

Bit 11 - TIM1 Timer clock enable

[src]

Bit 12 - SPI 1 clock enable

[src]

Bit 14 - USART1 clock enable

Trait Implementations

Auto Trait Implementations

impl Send for R

impl Sync for R