AM243x MCU+ SDK  10.01.00
FreeRTOS Plus CLI Porting Layer

Introduction

Functions

void EnetCli_registerCustomCommands (CLI_Command_Definition_t *commandList, uint32_t numOfCommands)
 Register custom commands to command interpreter. More...
 

Function Documentation

◆ EnetCli_registerCustomCommands()

void EnetCli_registerCustomCommands ( CLI_Command_Definition_t *  commandList,
uint32_t  numOfCommands 
)

Register custom commands to command interpreter.

Use this function to register user defined commands when using FreeRTOS Plus CLI command interpreter.

Parameters
commandListArray of commands which needs to be registered
numOfCommandsNumber of commands that needs to be registered