NetBurner 3.5.6
PDF Version
SAME70/include/cpu_hal.h
1
#ifndef __CPU_HAL_H
2
#define __CPU_HAL_H
3
/*NB_REVISION*/
4
5
/*NB_COPYRIGHT*/
6
#include <predef.h>
7
8
void
EnablePeriphClock(
int
id
);
9
10
#endif
/* ----- #ifndef __CPU_HAL_H ----- */