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

CCM driver for i.MX RT processors

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

imxrt-rs/imxrt-ccm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

CCM driver for i.MX RT processors

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages