Loading...
Searching...
No Matches
cst816s_params_t Struct Reference

cst816s driver struct More...

Detailed Description

cst816s driver struct

Definition at line 103 of file cst816s.h.

#include <cst816s.h>

Data Fields

i2c_t i2c_dev
 I2C device which is used.
 
uint8_t i2c_addr
 I2C address.
 
gpio_t irq
 IRQ pin.
 
gpio_flank_t irq_flank
 IRQ flank.
 
gpio_t reset
 Device reset GPIO.
 

Field Documentation

◆ i2c_addr

uint8_t cst816s_params_t::i2c_addr

I2C address.

Definition at line 105 of file cst816s.h.

◆ i2c_dev

i2c_t cst816s_params_t::i2c_dev

I2C device which is used.

Definition at line 104 of file cst816s.h.

◆ irq

gpio_t cst816s_params_t::irq

IRQ pin.

Definition at line 106 of file cst816s.h.

◆ irq_flank

gpio_flank_t cst816s_params_t::irq_flank

IRQ flank.

Definition at line 107 of file cst816s.h.

◆ reset

gpio_t cst816s_params_t::reset

Device reset GPIO.

Definition at line 108 of file cst816s.h.


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