Struct stm32f30x_memory_map::rcc::Apb2enrW
[−]
[src]
pub struct Apb2enrW { /* fields omitted */ }
Methods
impl Apb2enrW
[src]
fn reset_value() -> Self
Reset value
fn syscfgen(&mut self, value: bool) -> &mut Self
Bit 0 - SYSCFG clock enable
fn tim1en(&mut self, value: bool) -> &mut Self
Bit 11 - TIM1 Timer clock enable
fn spi1en(&mut self, value: bool) -> &mut Self
Bit 12 - SPI 1 clock enable
fn tim8en(&mut self, value: bool) -> &mut Self
Bit 13 - TIM8 Timer clock enable
fn usart1en(&mut self, value: bool) -> &mut Self
Bit 14 - USART1 clock enable
fn tim15en(&mut self, value: bool) -> &mut Self
Bit 16 - TIM15 timer clock enable
fn tim16en(&mut self, value: bool) -> &mut Self
Bit 17 - TIM16 timer clock enable
fn tim17en(&mut self, value: bool) -> &mut Self
Bit 18 - TIM17 timer clock enable
Trait Implementations
impl Clone for Apb2enrW
[src]
fn clone(&self) -> Apb2enrW
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