From 90693d06c183f77a5aa2de3f7ab0bed4bd213c45 Mon Sep 17 00:00:00 2001 From: Ian McIntyre Date: Wed, 17 Dec 2025 19:30:44 -0500 Subject: Add iomuxc-11xx Instance aliases --- drivers/iomuxc-11xx/src/lib.rs | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'drivers') diff --git a/drivers/iomuxc-11xx/src/lib.rs b/drivers/iomuxc-11xx/src/lib.rs index 54f0c17..5fc7443 100644 --- a/drivers/iomuxc-11xx/src/lib.rs +++ b/drivers/iomuxc-11xx/src/lib.rs @@ -1,6 +1,8 @@ #![no_std] pub mod iomuxc_gpr { + pub type Instance = ral_registers::Instance; + #[repr(C)] #[allow(non_snake_case)] pub struct RegisterBlock { @@ -11,6 +13,8 @@ pub mod iomuxc_gpr { } pub mod iomuxc { + pub type Instance = ral_registers::Instance; + #[repr(C)] #[allow(non_snake_case)] pub struct RegisterBlock { @@ -303,6 +307,8 @@ pub mod iomuxc { } pub mod iomuxc_lpsr { + pub type Instance = ral_registers::Instance; + #[repr(C)] #[allow(non_snake_case)] pub struct RegisterBlock { @@ -375,6 +381,8 @@ pub mod iomuxc_lpsr { } pub mod iomuxc_aon { + pub type Instance = ral_registers::Instance; + #[repr(C)] #[allow(non_snake_case)] pub struct RegisterBlock { -- cgit v1.2.3