![]() |
LibDriver LLCC68
1.0.0
LLCC68 full-featured driver
|
llcc68 extern driver modules More...
Functions | |
uint8_t | llcc68_write_read_reg (llcc68_handle_t *handle, uint8_t *in_buf, uint32_t in_len, uint8_t *out_buf, uint32_t out_len) |
write and read register More... | |
llcc68 extern driver modules
uint8_t llcc68_write_read_reg | ( | llcc68_handle_t * | handle, |
uint8_t * | in_buf, | ||
uint32_t | in_len, | ||
uint8_t * | out_buf, | ||
uint32_t | out_len | ||
) |
write and read register
[in] | *handle | pointer to an llcc68 handle structure |
[in] | *in_buf | pointer to an input buffer |
[in] | in_len | input length |
[out] | *out_buf | pointer to an output buffer |
[in] | out_len | output length |
Definition at line 5586 of file driver_llcc68.c.