diff options
| author | Felipe Balbi <[email protected]> | 2025-12-08 10:16:42 -0800 |
|---|---|---|
| committer | Felipe Balbi <[email protected]> | 2025-12-09 14:47:32 -0800 |
| commit | fee793cbf8a0bdd020636ce433cc0883105dd2db (patch) | |
| tree | ab5cc7da66d3b462a8da58149ed5386e4452e873 /embassy-mcxa/src/lib.rs | |
| parent | cf069b3e4e6a02660893ef8014e4ab69df6d46e0 (diff) | |
MCXA TRNG driver
Diffstat (limited to 'embassy-mcxa/src/lib.rs')
| -rw-r--r-- | embassy-mcxa/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-mcxa/src/lib.rs b/embassy-mcxa/src/lib.rs index 1bbdffa06..12c2708de 100644 --- a/embassy-mcxa/src/lib.rs +++ b/embassy-mcxa/src/lib.rs | |||
| @@ -19,6 +19,7 @@ pub mod interrupt; | |||
| 19 | pub mod lpuart; | 19 | pub mod lpuart; |
| 20 | pub mod ostimer; | 20 | pub mod ostimer; |
| 21 | pub mod rtc; | 21 | pub mod rtc; |
| 22 | pub mod trng; | ||
| 22 | 23 | ||
| 23 | pub use crate::pac::NVIC_PRIO_BITS; | 24 | pub use crate::pac::NVIC_PRIO_BITS; |
| 24 | 25 | ||
