From fdbbe109368989951f4f85188e9d75beff9ad44b Mon Sep 17 00:00:00 2001 From: Ian McIntyre Date: Sun, 21 Dec 2025 11:12:04 -0500 Subject: Add iomuxc-10xx Instance aliases --- chips/imxrt1010/src/iomuxc.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'chips/imxrt1010/src/iomuxc.rs') diff --git a/chips/imxrt1010/src/iomuxc.rs b/chips/imxrt1010/src/iomuxc.rs index 7745808..d7225d4 100644 --- a/chips/imxrt1010/src/iomuxc.rs +++ b/chips/imxrt1010/src/iomuxc.rs @@ -1,4 +1,5 @@ pub type RegisterBlock = imxrt_drivers_iomuxc_10xx::iomuxc::RegisterBlock<16, 44, 45>; +pub type Instance = ral_registers::Instance; pub use imxrt_drivers_iomuxc_10xx::iomuxc::{SELECT_INPUT, SW_MUX_CTL_PAD, SW_PAD_CTL_PAD}; -- cgit v1.2.3