Skip to content

Commit 96fa3b6

Browse files
authored
rcc: Add peripheral reset and control (#12)
Adds helper functions for enabling, resetting and disabling peripherals via the RCC control interface. Note: This also disables builds for the STM32H56/7x processors as the STM32H5 PAC crate does not provide the necessary definitions for the RCC at this time.
1 parent 6aad4bc commit 96fa3b6

File tree

2 files changed

+574
-0
lines changed

2 files changed

+574
-0
lines changed

src/rcc.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ use crate::time::Hertz;
88
use log::debug;
99

1010
mod core_clocks;
11+
mod rec;
1112
mod reset_reason;
1213

1314
pub use core_clocks::CoreClocks;

0 commit comments

Comments
 (0)