Struct stm32f30x_memory_map::rcc::Cfgr3R [] [src]

pub struct Cfgr3R { /* fields omitted */ }

Methods

impl Cfgr3R
[src]

Bits 0:1 - USART1 clock source selection

Bit 4 - I2C1 clock source selection

Bit 5 - I2C2 clock source selection

Bits 16:17 - USART2 clock source selection

Bits 18:19 - USART3 clock source selection

Bit 8 - Timer1 clock source selection

Bit 9 - Timer8 clock source selection

Bits 20:21 - UART4 clock source selection

Bits 22:23 - UART5 clock source selection

Trait Implementations

impl Clone for Cfgr3R
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Cfgr3R
[src]