We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fe074f commit 8dd1652Copy full SHA for 8dd1652
src/rtc.rs
@@ -1,6 +1,6 @@
1
//! Interface to the real time clock. See STM32F303 reference manual, section 27.
2
//! For more details, see
3
-//! [ST AN4759](https:/www.st.com%2Fresource%2Fen%2Fapplication_note%2Fdm00226326-using-the-hardware-realtime-clock-rtc-and-the-tamper-management-unit-tamp-with-stm32-microcontrollers-stmicroelectronics.pdf&usg=AOvVaw3PzvL2TfYtwS32fw-Uv37h)
+//! [ST AN4759](https://www.st.com/resource/en/application_note/an4759-using-the-hardware-realtime-clock-rtc-and-the-tamper-management-unit-tamp-with-stm32-microcontrollers-stmicroelectronics.pdf)
4
5
use crate::pac::rtc::{dr, tr};
6
use crate::pac::{PWR, RCC, RTC};
0 commit comments