diff options
| author | Felipe Balbi <[email protected]> | 2025-12-10 12:29:03 -0800 |
|---|---|---|
| committer | Felipe Balbi <[email protected]> | 2025-12-10 12:29:03 -0800 |
| commit | 0a798fc533962c7094883d4ddbbf92abe621c7f3 (patch) | |
| tree | 49bccb1306e363fba9a48b40525107514363d8e8 /embassy-mcxa/src/lib.rs | |
| parent | 4915b9f530877f3db1e9c2a7813b52795b5a4ec3 (diff) | |
MCXA: Add a function to read Reset Reason
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 be279e509..7de5839be 100644 --- a/embassy-mcxa/src/lib.rs +++ b/embassy-mcxa/src/lib.rs | |||
| @@ -17,6 +17,7 @@ pub mod i2c; | |||
| 17 | pub mod interrupt; | 17 | pub mod interrupt; |
| 18 | pub mod lpuart; | 18 | pub mod lpuart; |
| 19 | pub mod ostimer; | 19 | pub mod ostimer; |
| 20 | pub mod reset_reason; | ||
| 20 | pub mod rtc; | 21 | pub mod rtc; |
| 21 | 22 | ||
| 22 | pub use crate::pac::NVIC_PRIO_BITS; | 23 | pub use crate::pac::NVIC_PRIO_BITS; |
