LibDriver GT30L32S4W
Loading...
Searching...
No Matches
gt30l32s4w extern driver function

gt30l32s4w extern driver modules More...

Collaboration diagram for gt30l32s4w extern driver function:

Functions

uint8_t gt30l32s4w_get_reg (gt30l32s4w_handle_t *handle, uint8_t *in_buf, uint32_t in_len, uint8_t *out_buf, uint32_t out_len)
 get the chip register

Detailed Description

gt30l32s4w extern driver modules

Function Documentation

◆ gt30l32s4w_get_reg()

uint8_t gt30l32s4w_get_reg ( gt30l32s4w_handle_t * handle,
uint8_t * in_buf,
uint32_t in_len,
uint8_t * out_buf,
uint32_t out_len )

get the chip register

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

Definition at line 2268 of file driver_gt30l32s4w.c.