mirror of
https://github.com/apache/nuttx.git
synced 2026-08-14 00:43:13 +00:00
LPC43 board.h files: Settings needed in lpc43_cpu.c
This commit is contained in:
parent
c74b86c45e
commit
f0a79f0a74
2 changed files with 14 additions and 0 deletions
|
|
@ -151,6 +151,13 @@
|
|||
|
||||
#define LPC43_CCLK BOARD_FCLKOUT_FREQUENCY
|
||||
|
||||
/* USB0 ********************************************************************/
|
||||
/* Settings needed in lpc43_cpu.c */
|
||||
|
||||
#define BOARD_USB0_CTL 0x0600081d
|
||||
#define BOARD_USB0_MDIV 0x06167ffa /* Table 149 datsheet */
|
||||
#define BOARD_USB0_NP_DIV 0x00302062 /* Table 149 datsheet */
|
||||
|
||||
/* SPIFI clocking **********************************************************/
|
||||
/* The SPIFI will receive clocking from a divider per the settings provided
|
||||
* in this file. The NuttX code will configure PLL1 as the input clock
|
||||
|
|
|
|||
|
|
@ -150,6 +150,13 @@
|
|||
|
||||
#define LPC43_CCLK BOARD_FCLKOUT_FREQUENCY
|
||||
|
||||
/* USB0 ********************************************************************/
|
||||
/* Settings needed in lpc43_cpu.c */
|
||||
|
||||
#define BOARD_USB0_CTL 0x0600081d
|
||||
#define BOARD_USB0_MDIV 0x06167ffa /* Table 149 datsheet */
|
||||
#define BOARD_USB0_NP_DIV 0x00302062 /* Table 149 datsheet */
|
||||
|
||||
/* SPIFI clocking **********************************************************/
|
||||
/* The SPIFI will receive clocking from a divider per the settings provided
|
||||
* in this file. The NuttX code will configure PLL1 as the input clock
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue