LibDriver SYN6288E
Loading...
Searching...
No Matches
syn6288e extend driver function

syn6288e extend driver modules More...

Collaboration diagram for syn6288e extend driver function:

Functions

uint8_t syn6288e_set_command (syn6288e_handle_t *handle, char *command)
 send the command to the chip

Detailed Description

syn6288e extend driver modules

Function Documentation

◆ syn6288e_set_command()

uint8_t syn6288e_set_command ( syn6288e_handle_t * handle,
char * command )

send the command to the chip

Parameters
[in]*handlepointer to a syn6288e handle structure
[in]*commandpointer to a command buffer
Returns
status code
  • 0 success
  • 1 set command failed
  • 2 handle is NULL
  • 3 handle is not initialized
Note
none

Definition at line 1220 of file driver_syn6288e.c.