diff options
| author | Ian McIntyre <me@mciantyre.dev> | 2025-12-17 19:33:41 -0500 |
|---|---|---|
| committer | Ian McIntyre <me@mciantyre.dev> | 2025-12-17 21:28:52 -0500 |
| commit | fa5b0daeb02bb1775462ac57b353589d983fa2bb (patch) | |
| tree | ef71ac3c591a103df61dfe5c75c911065387d662 /imxrt1170/src | |
| parent | 53f0e5d382b346aa8b8c5cf221fa3b2464ef4617 (diff) | |
Diffstat (limited to 'imxrt1170/src')
| -rw-r--r-- | imxrt1170/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/imxrt1170/src/lib.rs b/imxrt1170/src/lib.rs index 89469b1..7a78556 100644 --- a/imxrt1170/src/lib.rs +++ b/imxrt1170/src/lib.rs @@ -13,6 +13,7 @@ impl imxrt11xx::Imxrt11xx for Imxrt1170 { unsafe { imxrt1170::instances::gpc_cpu_mode_ctrl0() }; const PMU_INSTANCE: imxrt1170::pmu::Instance = unsafe { imxrt1170::instances::pmu() }; const RTWDOG_INSTANCE: imxrt1170::rtwdog::Instance = unsafe { imxrt1170::instances::wdog3() }; + const IOMUXC_INSTANCE: imxrt1170::iomuxc::Instance = unsafe { imxrt1170::instances::iomuxc() }; const FLEXSPI_FIFO_CAPACITY_BYTES: usize = 256; } |
