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/interrupt.rs | |
| parent | cf069b3e4e6a02660893ef8014e4ab69df6d46e0 (diff) | |
MCXA TRNG driver
Diffstat (limited to 'embassy-mcxa/src/interrupt.rs')
| -rw-r--r-- | embassy-mcxa/src/interrupt.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-mcxa/src/interrupt.rs b/embassy-mcxa/src/interrupt.rs index c960af7a2..be2704454 100644 --- a/embassy-mcxa/src/interrupt.rs +++ b/embassy-mcxa/src/interrupt.rs | |||
| @@ -35,6 +35,7 @@ mod generated { | |||
| 35 | LPUART5, | 35 | LPUART5, |
| 36 | OS_EVENT, | 36 | OS_EVENT, |
| 37 | RTC, | 37 | RTC, |
| 38 | TRNG0 | ||
| 38 | ); | 39 | ); |
| 39 | } | 40 | } |
| 40 | 41 | ||
