![]() |
LibDriver SYN6658
|
syn6658 extend driver modules More...
Functions | |
| uint8_t | syn6658_set_command (syn6658_handle_t *handle, uint8_t command, uint32_t timeout) |
| send the command to the chip | |
| uint8_t | syn6658_set_command_with_arg (syn6658_handle_t *handle, uint8_t command, uint8_t param, char *txt, uint32_t timeout) |
| send the command with arg to the chip | |
syn6658 extend driver modules
| uint8_t syn6658_set_command | ( | syn6658_handle_t * | handle, |
| uint8_t | command, | ||
| uint32_t | timeout ) |
send the command to the chip
| [in] | *handle | pointer to a syn6658 handle structure |
| [in] | command | set command |
| [in] | timeout | timeout in ms |
Definition at line 1284 of file driver_syn6658.c.
| uint8_t syn6658_set_command_with_arg | ( | syn6658_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 syn6658 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 1199 of file driver_syn6658.c.