![]() |
LibDriver SYN6988
1.0.0
SYN6988 full-featured driver
|
syn6988 extend driver modules More...
Functions | |
uint8_t | syn6988_set_command (syn6988_handle_t *handle, uint8_t command, uint32_t timeout) |
send the command to the chip More... | |
uint8_t | syn6988_set_command_with_arg (syn6988_handle_t *handle, uint8_t command, uint8_t param, char *txt, uint32_t timeout) |
send the command with arg to the chip More... | |
syn6988 extend driver modules
uint8_t syn6988_set_command | ( | syn6988_handle_t * | handle, |
uint8_t | command, | ||
uint32_t | timeout | ||
) |
send the command to the chip
[in] | *handle | pointer to a syn6988 handle structure |
[in] | command | set command |
[in] | timeout | timeout in ms |
Definition at line 1185 of file driver_syn6988.c.
uint8_t syn6988_set_command_with_arg | ( | syn6988_handle_t * | handle, |
uint8_t | command, | ||
uint8_t | param, | ||
char * | txt, | ||
uint32_t | timeout | ||
) |
send the command with arg to the chip
[in] | *handle | pointer to a syn6988 handle structure |
[in] | command | set command |
[in] | param | set param |
[in] | *txt | pointer to a txt buffer |
[in] | timeout | timeout in ms |
Definition at line 1100 of file driver_syn6988.c.