Embedded logic analyzer module. More...
#include <string.h>#include "rwnx_config.h"#include "dbg_assert.h"#include "boot.h"#include "rxl_cntrl.h"#include "txl_cntrl.h"#include "reg_la.h"#include "reg_mac_core.h"#include "reg_sysctrl.h"#include "dma.h"#include "la.h"#include "la_shared.h"#include "la_mem.h"#include "dbg.h"#include "co_utils.h"Go to the source code of this file.
Functions | |
| void | la_get_conf (struct la_conf_tag *conf) |
| Write the current configuration of the logic analyzer to the structure passed as parameter. | |
| static void | la_dump_trace_timestamp_and_stop (void) |
| trace fw trace timestamp and stop LA trace | |
| void | la_dump_trace (struct dbg_debug_dump_tag *dbg_dump) |
| Dump all the debug information and trace. | |
| 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. | |
Embedded logic analyzer module.
Copyright (C) RivieraWaves 2011-2019
Definition in file la.c.
1.6.1