Browse Source

Add RCC_BDCR bit definitions.

pull/2/head
Uwe Hermann 16 years ago
parent
commit
3eb5397d8d
  1. 8
      include/libopenstm32/rcc.h

8
include/libopenstm32/rcc.h

@ -215,4 +215,12 @@
#define PWREN (1 << 28)
#define DACEN (1 << 29)
/* --- RCC_BDCR values -------------------------------------------------- */
#define LSEON (1 << 0)
#define LSERDY (1 << 1)
#define LSEBYP (1 << 2)
#define RTCEN (1 << 15)
#define BDRST (1 << 16)
#endif

Loading…
Cancel
Save