Add RCC_AHBENR bit definitions.

Thanks Thomas Otto <tommi@viadmin.org> for the patch!
This commit is contained in:
Uwe Hermann 2010-01-22 01:57:05 +01:00
parent 0308b49b76
commit d167b6c9e9
1 changed files with 7 additions and 1 deletions

View File

@ -230,7 +230,13 @@
/* --- RCC_AHBENR values --------------------------------------------------- */
/* TODO */
#define SDIOEN (1 << 10)
#define FSMCEN (1 << 8)
#define CRCEN (1 << 6)
#define FLITFEN (1 << 4)
#define SRAMEN (1 << 2)
#define DMA2EN (1 << 1)
#define DMA1EN (1 << 0)
/* --- RCC_APB2ENR values -------------------------------------------------- */