mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
SAMV71 and SAME70: Place the Main Oscillator Enable in the board.h
This commit is contained in:
committed by
Gregory Nutt
parent
fb512f1f37
commit
3ffbfcd150
@@ -80,6 +80,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define BOARD_CKGR_MOR_MOSCXTST (62 << PMC_CKGR_MOR_MOSCXTST_SHIFT) /* Start-up Time */
|
#define BOARD_CKGR_MOR_MOSCXTST (62 << PMC_CKGR_MOR_MOSCXTST_SHIFT) /* Start-up Time */
|
||||||
|
#define BOARD_CKGR_MOR_MOSCXTENBY (PMC_CKGR_MOR_MOSCXTEN) /* Crystal Oscillator Enable */
|
||||||
|
|
||||||
/* PLLA configuration.
|
/* PLLA configuration.
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -78,6 +78,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define BOARD_CKGR_MOR_MOSCXTST (62 << PMC_CKGR_MOR_MOSCXTST_SHIFT) /* Start-up Time */
|
#define BOARD_CKGR_MOR_MOSCXTST (62 << PMC_CKGR_MOR_MOSCXTST_SHIFT) /* Start-up Time */
|
||||||
|
#define BOARD_CKGR_MOR_MOSCXTENBY (PMC_CKGR_MOR_MOSCXTEN) /* Crystal Oscillator Enable */
|
||||||
|
|
||||||
|
|
||||||
/* PLLA configuration.
|
/* PLLA configuration.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user