Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

Latest commit

 

History

History
36 lines (23 loc) · 1.3 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.3 KB

imxrt-ccm

Clock Control Module (CCM) driver for i.MX RT processors.

ℹ️ This experimental driver was not fully integrated into imxrt-rs projects. It's marked read only while we evaluate its usefulness. Use the CCM APIs provided by your HAL or RAL to configure clocks.

imxrt-ccm is a lower-level Rust driver. It helps you

  • configure processor clocks
  • associate peripherals with clock gates
  • enable and disable peripheral clock gates

imxrt-ccm APIs should be re-exported by other i.MX RT packages, like hardware abstraction layers (HAL). If your HAL re-exports imxrt-ccm APIs, your HAL should provide documentation and examples for using these APIs.

To use imxrt-ccm in a larger library, see its API documentation.

License

Licensed under either of

at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.