Embedded logic analyser context. More...
#include "co_int.h"#include "co_bool.h"Go to the source code of this file.
Data Structures | |
| struct | la_conf_tag |
| Structure containing the configuration data of a logic analyzer. More... | |
Defines | |
| #define | LA_CONF_LEN 10 |
| Length of the configuration data of a logic analyzer. | |
Functions | |
| void | la_init (void) |
| Initialize the embedded logic analyzer. | |
| void | la_start (void) |
| Start the embedded logic analyzer. | |
| void | la_stop (void) |
| Stop the embedded logic analyzer. | |
| void | la_dump_trace (struct dbg_debug_dump_tag *dbg_dump) |
| Dump all the debug information and trace. | |
| void | la_get_conf (struct la_conf_tag *conf) |
| Write the current configuration of the logic analyzer to the structure passed as parameter. | |
Embedded logic analyser context.
Copyright (C) RivieraWaves 2011-2019
Definition in file la.h.
1.6.1