
13 Apr
2011
13 Apr
'11
10:23 p.m.
CPCON (Charge Pump Control) is a 4-bit field, bits 11:8. The default value is 0001. I'll change the comment to /* CPCON [11:8] = 0001 */
On Wed, Apr 13, 2011 at 1:12 PM, Albert ARIBAUD albert.u.boot@aribaud.net wrote:
Le 13/04/2011 22:07, Tom Warren a écrit :
- reg = CPCON; /* CPCON = 0001 */
+#define CPCON (1<< 8)
Which one is the correct value? 0001 or 0x100?
Amicalement,
Albert.