Add hw tia to trigger a new Timing Interval Acquisition
This commit is contained in:
10
common_arm/clocks.h
Normal file
10
common_arm/clocks.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef _CLOCKS_H_
|
||||
#define _CLOCKS_H_
|
||||
|
||||
#include "common.h"
|
||||
#include "at91sam7s512.h"
|
||||
|
||||
void mck_from_pll_to_slck(void);
|
||||
void mck_from_slck_to_pll(bool cold);
|
||||
|
||||
#endif // _CLOCKS_H_
|
||||
Reference in New Issue
Block a user