![]() |
LibDriver AS608
1.0.0
AS608 full-featured driver
|
as608 extern driver modules More...
Functions | |
uint8_t | as608_command_write_read (as608_handle_t *handle, uint32_t addr, uint8_t type, uint8_t *input_buffer, uint16_t input_len, uint16_t ms, uint8_t *output_buffer, uint16_t *output_len) |
write read data to chip More... | |
as608 extern driver modules
uint8_t as608_command_write_read | ( | as608_handle_t * | handle, |
uint32_t | addr, | ||
uint8_t | type, | ||
uint8_t * | input_buffer, | ||
uint16_t | input_len, | ||
uint16_t | ms, | ||
uint8_t * | output_buffer, | ||
uint16_t * | output_len | ||
) |
write read data to chip
[in] | *handle | pointer to an as608 handle structure |
[in] | addr | chip address |
[in] | type | frame type |
[in] | *input_buffer | pointer to an input buffer |
[in] | input_len | input length |
[in] | ms | delay in ms |
[out] | *output_buffer | pointer to an output buffer |
[in,out] | *output_len | pointer to an output length buffer |
Definition at line 3453 of file driver_as608.c.