SAML21: Fix some register definitions; board OSC16M frequency

This commit is contained in:
Gregory Nutt 2015-05-23 10:54:51 -06:00
parent 09d1bc7060
commit 41f9fb8c62
2 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
/**************************************************************************
* arch/arm/src/lpc11/lpc11_lowgetc.c
*
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without

View File

@ -64,11 +64,11 @@
#define SAM_MCLK_BUPDIV_OFFSET 0x0006 /* Backup clock division */
/* 0x0007-0x000f: Reserved */
#define SAM_MCLK_AHBMASK_OFFSET 0x0010 /* AHB mask */
#define SAM_MCLK_APBAMASK_OFFSET 0x0010 /* APBA mask */
#define SAM_MCLK_APBBMASK_OFFSET 0x0010 /* APBB mask */
#define SAM_MCLK_APBCMASK_OFFSET 0x0010 /* APBC mask */
#define SAM_MCLK_APBDMASK_OFFSET 0x0010 /* APBD mask */
#define SAM_MCLK_APBEMASK_OFFSET 0x0010 /* APBE mask */
#define SAM_MCLK_APBAMASK_OFFSET 0x0014 /* APBA mask */
#define SAM_MCLK_APBBMASK_OFFSET 0x0018 /* APBB mask */
#define SAM_MCLK_APBCMASK_OFFSET 0x001c /* APBC mask */
#define SAM_MCLK_APBDMASK_OFFSET 0x0020 /* APBD mask */
#define SAM_MCLK_APBEMASK_OFFSET 0x0024 /* APBE mask */
/* MCLK register addresses **********************************************************/