LibDriver GT30L32S4W
Loading...
Searching...
No Matches
gt30l32s4w_handle_s Struct Reference

gt30l32s4w handle structure definition More...

#include <driver_gt30l32s4w.h>

Data Fields

uint8_t(* spi_init )(void)
uint8_t(* spi_deinit )(void)
uint8_t(* spi_write_read )(uint8_t *in_buf, uint32_t in_len, uint8_t *out_buf, uint32_t out_len)
void(* delay_ms )(uint32_t ms)
void(* debug_print )(const char *const fmt,...)
uint8_t inited
uint8_t mode

Detailed Description

gt30l32s4w handle structure definition

Definition at line 101 of file driver_gt30l32s4w.h.

Field Documentation

◆ debug_print

void(* debug_print) (const char *const fmt,...)

point to a debug_print function address

Definition at line 108 of file driver_gt30l32s4w.h.

◆ delay_ms

void(* delay_ms) (uint32_t ms)

point to a delay_ms function address

Definition at line 107 of file driver_gt30l32s4w.h.

◆ inited

uint8_t inited

inited flag

Definition at line 109 of file driver_gt30l32s4w.h.

◆ mode

uint8_t mode

mode

Definition at line 110 of file driver_gt30l32s4w.h.

◆ spi_deinit

uint8_t(* spi_deinit) (void)

point to a spi_deinit function address

Definition at line 104 of file driver_gt30l32s4w.h.

◆ spi_init

uint8_t(* spi_init) (void)

point to a spi_init function address

Definition at line 103 of file driver_gt30l32s4w.h.

◆ spi_write_read

uint8_t(* spi_write_read) (uint8_t *in_buf, uint32_t in_len, uint8_t *out_buf, uint32_t out_len)

point to a spi_write_read function address

Definition at line 105 of file driver_gt30l32s4w.h.


The documentation for this struct was generated from the following file: