LibDriver SYN6288
Loading...
Searching...
No Matches
syn6288 extend driver function

syn6288 extend driver modules More...

Collaboration diagram for syn6288 extend driver function:

Functions

uint8_t syn6288_set_command (syn6288_handle_t *handle, char *command)
 send the command to the chip

Detailed Description

syn6288 extend driver modules

Function Documentation

◆ syn6288_set_command()

uint8_t syn6288_set_command ( syn6288_handle_t * handle,
char * command )

send the command to the chip

Parameters
[in]*handlepointer to a syn6288 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 1221 of file driver_syn6288.c.