Add hw tia to trigger a new Timing Interval Acquisition

This commit is contained in:
Philippe Teuwen
2019-10-15 14:21:26 +02:00
parent c7d84ce239
commit 3fce47d023
8 changed files with 109 additions and 39 deletions

10
common_arm/clocks.h Normal file
View 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_