KM3NeT CLB
2.0
KM3NeT CLB v2 Embedded Software
|
ACDC Uart driver (. More...
Go to the source code of this file.
Data Structures | |
struct | AcdcFrame |
Macros | |
#define | E_ACDC_TIMEOUT E_ACDC + 1 |
Receive timeout. | |
#define | E_ACDC_TIMEOUT_DESCR "ACDC Response Timeout" |
#define | ACDC_BAUDRATE_DEFAULT SUART_BAUDRATE_9600 |
Default Baudrate. | |
#define | TSCALE 1 |
#define | TOFF 0 |
#define | VSCALE 1 |
#define | VOFF 300 |
#define | ISCALE 10 |
#define | IOFF 0 |
Functions | |
void | acdcInit (bool active) |
Initializes the ACDC. More... | |
void | acdcEnable (bool ena) |
enables the ACDC rx More... | |
int | acdcGetNFrames (AcdcFrame *framevect, int nRequested) |
static void | acdcClearBuffer () |
ACDC Uart driver (.
Definition in file acdc.h.
void acdcEnable | ( | bool | ena | ) |