![]() |
LibDriver CH9121
|
ch9121 extend driver modules More...
Functions | |
| uint8_t | ch9121_set_command (ch9121_handle_t *handle, uint8_t *param, uint16_t len, uint8_t *out, uint16_t out_len, uint16_t pre_delay, uint16_t timeout) |
| set command | |
ch9121 extend driver modules
| uint8_t ch9121_set_command | ( | ch9121_handle_t * | handle, |
| uint8_t * | param, | ||
| uint16_t | len, | ||
| uint8_t * | out, | ||
| uint16_t | out_len, | ||
| uint16_t | pre_delay, | ||
| uint16_t | timeout ) |
set command
| [in] | *handle | pointer to a ch9121 handle structure |
| [in] | *param | pointer to a param buffer |
| [in] | len | param length |
| [out] | *out | pointer to an out buffer |
| [in] | out_len | output length |
| [in] | pre_delay | delay in ms |
| [in] | timeout | timeout in ms |
Definition at line 2000 of file driver_ch9121.c.