Struct stm32l0x1_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 APB

Returns the frequency of the APB

Returns the system (core) frequency

Release the power peripheral so it can be reconfigured

Auto Trait Implementations

impl Send for Clocks

impl Sync for Clocks