imxrt-hal 0.5.14

Hardware abstraction layer for NXP i.MX RT microcontrollers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Clock control module for 11xx MCUs.
//!
//! The implementation assumes that the CCM operates in
//! "unassigned mode." See the section on CCM modes in
//! the reference manual (15.5.1.) for more information.
//! The API mimics the high-level clock gate and tree APIs
//!  for the 10xx family.

pub mod clock_gate;
pub mod output_source;

pub use crate::common::ccm::XTAL_OSCILLATOR_HZ;