Skip to content
Snippets Groups Projects
Commit 97a43d64 authored by Stefan Roese's avatar Stefan Roese
Browse files

Added edge conditioning register (ecr) for PPC405GPr.

parent 7e11d826
No related branches found
No related tags found
No related merge requests found
......@@ -236,6 +236,7 @@
#define cntrl1 (CNTRL_DCR_BASE+0x2) /* Control 1 register */
#define reset (CNTRL_DCR_BASE+0x3) /* reset register */
#define strap (CNTRL_DCR_BASE+0x4) /* strap register */
#define ecr (0xAA) /* edge conditioning register (405GPr) */
/* Bit definitions */
#define PLLMR_FWD_DIV_MASK 0xE0000000 /* Forward Divisor */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment