diff options
| author | James Munns <[email protected]> | 2025-12-03 20:08:44 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-03 20:08:44 +0100 |
| commit | b75a6222e892cc58543b30f231b60dedaa0a5f5d (patch) | |
| tree | 8cccb88b8e61e3eac4bd0715a5370171ecb05ccd /src/interrupt.rs | |
| parent | 8798306fb2c124efc06443c2913c3d7a4919dd83 (diff) | |
Misc minor cleanups (#85)
Diffstat (limited to 'src/interrupt.rs')
| -rw-r--r-- | src/interrupt.rs | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/src/interrupt.rs b/src/interrupt.rs index 0490e3a66..1d10e3b2d 100644 --- a/src/interrupt.rs +++ b/src/interrupt.rs | |||
| @@ -7,9 +7,26 @@ | |||
| 7 | #![allow(clippy::missing_safety_doc)] | 7 | #![allow(clippy::missing_safety_doc)] |
| 8 | 8 | ||
| 9 | mod generated { | 9 | mod generated { |
| 10 | #[rustfmt::skip] | ||
| 10 | embassy_hal_internal::interrupt_mod!( | 11 | embassy_hal_internal::interrupt_mod!( |
| 11 | OS_EVENT, RTC, ADC1, GPIO0, GPIO1, GPIO2, GPIO3, GPIO4, LPI2C0, LPI2C1, LPI2C2, LPI2C3, LPUART0, LPUART1, | 12 | ADC1, |
| 12 | LPUART2, LPUART3, LPUART4, LPUART5, | 13 | GPIO0, |
| 14 | GPIO1, | ||
| 15 | GPIO2, | ||
| 16 | GPIO3, | ||
| 17 | GPIO4, | ||
| 18 | LPI2C0, | ||
| 19 | LPI2C1, | ||
| 20 | LPI2C2, | ||
| 21 | LPI2C3, | ||
| 22 | LPUART0, | ||
| 23 | LPUART1, | ||
| 24 | LPUART2, | ||
| 25 | LPUART3, | ||
| 26 | LPUART4, | ||
| 27 | LPUART5, | ||
| 28 | OS_EVENT, | ||
| 29 | RTC, | ||
| 13 | ); | 30 | ); |
| 14 | } | 31 | } |
| 15 | 32 | ||
