Struct stm32l0x1::rcc::apb2enr::R[][src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

Value of the register as raw bits

Bit 22 - DBG clock enable bit

Bit 14 - USART1 clock enable bit

Bit 12 - SPI1 clock enable bit

Bit 9 - ADC clock enable bit

Bit 7 - Firewall clock enable bit

Bit 5 - TIM22 timer clock enable bit

Bit 2 - TIM21 timer clock enable bit

Bit 0 - System configuration controller clock enable bit

Auto Trait Implementations

impl Send for R

impl Sync for R