![]() |
LibDriver SYN6988
|
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 | |
| 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 | |
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.