1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Licensed under the Apache License, Version 2.0 or the MIT License.
// SPDX-License-Identifier: Apache-2.0 OR MIT
// Copyright OxidOS Automotive SRL.
//
// Author: Ioan-Cristian CÎRSTEA <ioan.cirstea@oxidos.io>

pub mod clocks;
pub mod hse;
pub mod hsi;
pub mod phclk;
pub mod pll;

pub use crate::clocks::clocks::tests;
pub use crate::clocks::clocks::{Clocks, Stm32f4Clocks};