mirror of
https://github.com/apache/nuttx.git
synced 2026-08-03 05:09:00 +00:00
SAMV71 and SAME70: Place the Main Oscillator Enable in the board.h
This commit is contained in:
parent
fb512f1f37
commit
3ffbfcd150
2 changed files with 3 additions and 0 deletions
|
|
@ -80,6 +80,7 @@
|
|||
*/
|
||||
|
||||
#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.
|
||||
*
|
||||
|
|
|
|||
|
|
@ -78,6 +78,8 @@
|
|||
*/
|
||||
|
||||
#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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue