mirror of
https://github.com/apache/nuttx.git
synced 2026-08-27 12:20:46 +00:00
Update comments and README
This commit is contained in:
parent
63b5863f33
commit
faa11b6e64
2 changed files with 5 additions and 4 deletions
|
|
@ -109,8 +109,9 @@ void sam_lowsetup(void);
|
|||
*
|
||||
* Description:
|
||||
* All SAMV7 architectures must provide the following entry point. This entry
|
||||
* point is called early in the initialization -- after all memory has been
|
||||
* configured and mapped but before any devices have been initialized.
|
||||
* point is called early in the initialization -- after clocking and memory have
|
||||
* been configured but before caches have been enabled and before any devices have
|
||||
* been initialized.
|
||||
*
|
||||
************************************************************************************/
|
||||
|
||||
|
|
|
|||
|
|
@ -118,7 +118,7 @@
|
|||
#define sam_isi_enableclk() sam_enableperiph1(SAM_PID_ISI)
|
||||
#define sam_pwm1_enableclk() sam_enableperiph1(SAM_PID_PWM1)
|
||||
#define sam_fpu_enableclk()
|
||||
#define sam_sdramc_enableclk() sam_enableperiph1(SAM_PID_SDRAMC)
|
||||
#define sam_sdramc_enableclk() sam_enableperiph1(SAM_PID_SDRAMC) /* REVISIT: Does this exist? */
|
||||
#define sam_wdt1_enableclk()
|
||||
|
||||
#define sam_ccw_enableclk()
|
||||
|
|
@ -186,7 +186,7 @@
|
|||
#define sam_isi_disableclk() sam_disableperiph1(SAM_PID_ISI)
|
||||
#define sam_pwm1_disableclk() sam_disableperiph1(SAM_PID_PWM1)
|
||||
#define sam_fpu_disableclk()
|
||||
#define sam_sdramc_disableclk() sam_disableperiph1(SAM_PID_SDRAMC)
|
||||
#define sam_sdramc_disableclk() sam_disableperiph1(SAM_PID_SDRAMC) /* REVISIT: Does this exist? */
|
||||
#define sam_wdt1_disableclk()
|
||||
|
||||
#define sam_ccw_disableclk()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue