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

Bit 2 - I/O port A clock enable

Bit 3 - I/O port B clock enable

Bit 4 - I/O port C clock enable

Bit 5 - I/O port D clock enable

Bit 6 - I/O port E clock enable

Bit 7 - I/O port F clock enable

Bit 8 - I/O port G clock enable

Bit 9 - ADC 1 interface clock enable

Bit 10 - ADC 2 interface clock enable

Bit 11 - TIM1 Timer clock enable

Bit 12 - SPI 1 clock enable

Bit 13 - TIM8 Timer clock enable

Bit 14 - USART1 clock enable

Bit 15 - ADC3 interface clock enable

Bit 19 - TIM9 Timer clock enable

Bit 20 - TIM10 Timer clock enable

Bit 21 - TIM11 Timer clock enable

Auto Trait Implementations

impl Send for W

impl Sync for W