#include <common/app_cfg.h>
#include <stdint.h>
#include <stdlib.h>
#include <stddef.h>
#include <string.h>
#include <stdio.h>
#include <xdc/runtime/System.h>
#include <ti/sysbios/BIOS.h>
#include <ti/sysbios/knl/Task.h>
#include <ti/sysbios/knl/Event.h>
#include <ti/sysbios/knl/Semaphore.h>
#include <ti/sysbios/knl/Clock.h>
#include <ti/sysbios/heaps/HeapBuf.h>
#include <ti/sysbios/heaps/HeapMem.h>
#include <ti/common/sys_common.h>
#include <ti/drivers/uart/UART.h>
#include <ti/drivers/osal/DebugP.h>
#include <ti/control/mmwavelink/mmwavelink.h>
#include <ti/utils/cli/cli.h>
#include "common/mmWave_XSS.h"
Go to the source code of this file.
◆ MSS_CLIAdvancedFrameCfg()
| static int32_t MSS_CLIAdvancedFrameCfg |
( |
int32_t |
argc, |
|
|
char * |
argv[] |
|
) |
| |
|
static |
This is the CLI Handler for advanced frame configuration.
- [0] Number of arguments
- [1] Arguments
- Return values
-
Definition at line 222 of file mss_cli.c.
◆ MSS_CLIBasicCfg()
| static int32_t MSS_CLIBasicCfg |
( |
int32_t |
argc, |
|
|
char * |
argv[] |
|
) |
| |
|
static |
◆ MSS_CLIInit()
| void MSS_CLIInit |
( |
void |
| ) |
|
◆ MSS_CLISensorStart()
| static int32_t MSS_CLISensorStart |
( |
int32_t |
argc, |
|
|
char * |
argv[] |
|
) |
| |
|
static |
◆ MSS_CLISensorStop()
| static int32_t MSS_CLISensorStop |
( |
int32_t |
argc, |
|
|
char * |
argv[] |
|
) |
| |
|
static |