Struct stm32f30x_memory_map::rcc::Cfgr3R
[−]
[src]
pub struct Cfgr3R { /* fields omitted */ }
Methods
impl Cfgr3R
[src]
fn usart1sw(&self) -> u8
Bits 0:1 - USART1 clock source selection
fn i2c1sw(&self) -> bool
Bit 4 - I2C1 clock source selection
fn i2c2sw(&self) -> bool
Bit 5 - I2C2 clock source selection
fn usart2sw(&self) -> u8
Bits 16:17 - USART2 clock source selection
fn usart3sw(&self) -> u8
Bits 18:19 - USART3 clock source selection
fn tim1sw(&self) -> bool
Bit 8 - Timer1 clock source selection
fn tim8sw(&self) -> bool
Bit 9 - Timer8 clock source selection
fn uart4sw(&self) -> u8
Bits 20:21 - UART4 clock source selection
fn uart5sw(&self) -> u8
Bits 22:23 - UART5 clock source selection
Trait Implementations
impl Clone for Cfgr3R
[src]
fn clone(&self) -> Cfgr3R
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