sam3u_clk.h 368 B

1234567891011121314
  1. //*****************************************************************************
  2. //
  3. // sysctl.h - Prototypes for the system control driver.
  4. //
  5. //*****************************************************************************
  6. #ifndef __SYSCTL_H__
  7. #define __SYSCTL_H__
  8. #if defined(SAM3U)
  9. extern void SysCtlClockSet(unsigned long ulConfig);
  10. #endif
  11. #endif // __SYSCTL_H__