Struct stm32f103xx_hal::rcc::Clocks [] [src]

pub struct Clocks { /* fields omitted */ }

Frozen clock frequencies

The existence of this value indicates that the clock configuration can no longer be changed

Methods

impl Clocks
[src]

[src]

Returns the frequency of the AHB

[src]

Returns the frequency of the APB1

[src]

Returns the frequency of the APB2

[src]

Returns the system (core) frequency

Trait Implementations

impl Clone for Clocks
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Clocks
[src]