Some more whitespace + cosmetics.

This commit is contained in:
Uwe Hermann
2010-12-29 18:29:47 +01:00
parent b5727a6c73
commit d9f6f200c1
9 changed files with 173 additions and 233 deletions

View File

@@ -31,7 +31,6 @@
/* Power control/status register (PWR_CSR) */
#define PWR_CSR MMIO32(POWER_CONTROL_BASE + 0x04)
/* --- PWR_CR values ------------------------------------------------------- */
/* DBP: Disable backup domain write protection */
@@ -60,10 +59,9 @@
/* PDDS: Power down deepsleep */
#define PWR_CR_PDDS (1 << 1)
/* LPDS: Low-power deepsleep */
/* LPDS: Low-power deepsleep */
#define PWR_CR_LPDS (1 << 0)
/* --- PWR_CSR values ------------------------------------------------------ */
/* EWUP: Enable WKUP pin */