Struct stm32f0x0_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]

Returns the frequency of the AHB

Returns the frequency of the APB1

Returns the system (core) frequency

Trait Implementations

impl Clone for Clocks
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Clocks
[src]

Auto Trait Implementations

impl Send for Clocks

impl Sync for Clocks