Minikombajn Pomiarowy  20
 All Files Functions Variables Macros
AnalizatorStLog.h
Go to the documentation of this file.
1 /********************************************/
9 #ifndef AnalizatorStLog_H
10 #define AnalizatorStLog_H
11 
12 void PORT_DMAInit(void);
13 void PORT_DMAOff(void);
14 void AnalizatorStLog(void);
15 void GetLogicChannels(uint8_t trig_edge, uint8_t trig_mask, uint8_t trig_state, uint8_t timebase);
16 //uint16_t ASLGetTimebase(uint8_t timebase);
17 
18 #endif