TI J721E Imaging User Guide
itt_ctrl_handle_dev_ctrl.c File Reference

Macros

#define MAX_LINE_SIZE   (128)
 

Functions

static int32_t get_next_line (char *buf, char *line_str, uint8_t max_line_len)
 
void itt_ctrl_cmdHandlerIssDevCtrl (char *cmd, uint32_t prmSize)
 Handler for command "dev_ctrl". Generic device control. Function callback passed to network_api utils. Must comply with the syntax of NetworkCtrl_Handler. More...
 

Variables

static uint8_t cmd_param_dev_ctrl [CMD_PARAM_SIZE]
 
static char line_str [MAX_LINE_SIZE]
 
static char line_str_out [MAX_LINE_SIZE]
 

Macro Definition Documentation

◆ MAX_LINE_SIZE

#define MAX_LINE_SIZE   (128)

Function Documentation

◆ get_next_line()

static int32_t get_next_line ( char *  buf,
char *  line_str,
uint8_t  max_line_len 
)
static

Variable Documentation

◆ cmd_param_dev_ctrl

uint8_t cmd_param_dev_ctrl[CMD_PARAM_SIZE]
static

◆ line_str

char line_str[MAX_LINE_SIZE]
static

◆ line_str_out

char line_str_out[MAX_LINE_SIZE]
static