diff options
| author | Felipe Balbi <[email protected]> | 2025-11-25 11:32:37 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-11-25 11:32:37 -0800 |
| commit | 1efaaa4025120413ec17de90106244445208804a (patch) | |
| tree | 163092228c586d3262ee19dfa3f55078c7f6981a /src/interrupt.rs | |
| parent | 05bf2d0438fe8c41d0fe26b85106ff73a6e273e9 (diff) | |
I2c Controller Blocking Driver (#27)
* I2c Master
Signed-off-by: Felipe Balbi <[email protected]>
* Fix review comments
Signed-off-by: Felipe Balbi <[email protected]>
* More review comments
Signed-off-by: Felipe Balbi <[email protected]>
---------
Signed-off-by: Felipe Balbi <[email protected]>
Co-authored-by: Felipe Balbi <[email protected]>
Diffstat (limited to 'src/interrupt.rs')
| -rw-r--r-- | src/interrupt.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/interrupt.rs b/src/interrupt.rs index 4d409067a..f2f1cccac 100644 --- a/src/interrupt.rs +++ b/src/interrupt.rs | |||
| @@ -7,7 +7,9 @@ | |||
| 7 | #![allow(clippy::missing_safety_doc)] | 7 | #![allow(clippy::missing_safety_doc)] |
| 8 | 8 | ||
| 9 | mod generated { | 9 | mod generated { |
| 10 | embassy_hal_internal::interrupt_mod!(OS_EVENT, LPUART0, LPUART1, LPUART2, LPUART3, LPUART4, LPUART5, RTC, ADC1,); | 10 | embassy_hal_internal::interrupt_mod!( |
| 11 | OS_EVENT, LPUART0, LPI2C0, LPI2C1, LPI2C2, LPI2C3, LPUART1, LPUART2, LPUART3, LPUART4, LPUART5, RTC, ADC1, | ||
| 12 | ); | ||
| 11 | } | 13 | } |
| 12 | 14 | ||
| 13 | use core::sync::atomic::{AtomicU16, AtomicU32, Ordering}; | 15 | use core::sync::atomic::{AtomicU16, AtomicU32, Ordering}; |
