Struct stm32f30x_memory_map::rcc::Apb1enrR
[−]
[src]
pub struct Apb1enrR { /* fields omitted */ }
Methods
impl Apb1enrR
[src]
fn tim2en(&self) -> bool
Bit 0 - Timer 2 clock enable
fn tim3en(&self) -> bool
Bit 1 - Timer 3 clock enable
fn tim4en(&self) -> bool
Bit 2 - Timer 4 clock enable
fn tim6en(&self) -> bool
Bit 4 - Timer 6 clock enable
fn tim7en(&self) -> bool
Bit 5 - Timer 7 clock enable
fn wwdgen(&self) -> bool
Bit 11 - Window watchdog clock enable
fn spi2en(&self) -> bool
Bit 14 - SPI 2 clock enable
fn spi3en(&self) -> bool
Bit 15 - SPI 3 clock enable
fn usart2en(&self) -> bool
Bit 17 - USART 2 clock enable
fn i2c1en(&self) -> bool
Bit 21 - I2C 1 clock enable
fn i2c2en(&self) -> bool
Bit 22 - I2C 2 clock enable
fn usben(&self) -> bool
Bit 23 - USB clock enable
fn canen(&self) -> bool
Bit 25 - CAN clock enable
fn pwren(&self) -> bool
Bit 28 - Power interface clock enable
fn dacen(&self) -> bool
Bit 29 - DAC interface clock enable
Trait Implementations
impl Clone for Apb1enrR
[src]
fn clone(&self) -> Apb1enrR
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more