|
Critical Link MityCam SoC Firmware
1.0
Critical Link MityCam SoC Firmware
|
Go to the documentation of this file.
8 #ifndef EDGEDETECTION_H_
9 #define EDGEDETECTION_H_
11 #include <libfpga/fpgaregister.h>
27 void reset(
bool abReset);
33 void enable(
bool abEnable);
42 tcFPGARegister<unsigned int> mhEdgeDetect;
tcEdgeDetection(int anBaseAddress)
Definition: EdgeDetection.cpp:14
Definition: EdgeDetection.h:13
void enable(bool abEnable)
Definition: EdgeDetection.cpp:37
bool getEnable()
Definition: EdgeDetection.cpp:46
void reset(bool abReset)
Definition: EdgeDetection.cpp:28
bool initialized()
Definition: EdgeDetection.cpp:23
virtual ~tcEdgeDetection()
Definition: EdgeDetection.cpp:19