Skip to content

Commit

Permalink
chore: minor doc comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Jul 3, 2024
1 parent 8ae2bf6 commit c2b25a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/embassy/time_driver_mchtmr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ impl MachineTimerDriver {
self.period.store(cnt_per_tick as u32, Ordering::Relaxed);

// make sure mchtmr will not be gated on "wfi"
// Design consideration: use WAIT is also useful to enter low-power mode
SYSCTL.cpu(0).lp().modify(|w| w.set_mode(vals::LpMode::RUN));
// 4 * 32 = 128 bits
// enable wake up from all interrupts
Expand Down

0 comments on commit c2b25a8

Please sign in to comment.