imxrt-ral 0.2.1-alpha

Register access layer for all NXP i.MX RT microcontrollers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! Parent module for all IMXRT106 devices.

/// Peripherals shared by multiple devices
pub mod peripherals;

/// Peripheral instances shared by multiple devices
pub(crate) mod instances;

#[cfg(any(feature = "imxrt1061", feature = "doc"))]
pub mod imxrt1061;

#[cfg(any(feature = "imxrt1062", feature = "doc"))]
pub mod imxrt1062;

#[cfg(any(feature = "imxrt1064", feature = "doc"))]
pub mod imxrt1064;