LibDriver LLCC68  1.0.0
LLCC68 full-featured driver
llcc68 extern driver function

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...
 

Detailed Description

llcc68 extern driver modules

Function Documentation

◆ llcc68_write_read_reg()

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

Parameters
[in]*handlepointer to an llcc68 handle structure
[in]*in_bufpointer to an input buffer
[in]in_leninput length
[out]*out_bufpointer to an output buffer
[in]out_lenoutput length
Returns
status code
  • 0 success
  • 1 write read failed
  • 2 handle is NULL
  • 3 handle is not initialized
Note
none

Definition at line 5586 of file driver_llcc68.c.