I2C_Drivers (ARM) 1.1
SMFSW collection of HAL I2C Drivers for ARM
Loading...
Searching...
No Matches
DRV2605L_t Struct Reference

DRV2605L user interface struct. More...

#include <DRV2605L_proc.h>

Collaboration diagram for DRV2605L_t:

Data Fields

struct { 
 
   I2C_slave_t *   slave_inst 
 Slave structure. More...
 
   PeripheralGPIO_t   EN_GPIO 
 Enable GPIO struct. More...
 
   PeripheralGPIO_t   TRIG_GPIO 
 Trigger GPIO struct. More...
 
   DRV2605L_mode   Mode 
 Current haptic driver mode. More...
 
   DRV2605L_act   ERM_LRA 
 Current haptic actuator type. More...
 
   DRV2605L_loop   Open_Loop 
 Current loop type (0 closed loop / auto resonance, 1 open) More...
 
   DRV2605L_input   Input_Mode 
 Current input mode(PWM / Analog) More...
 
   DRV2605L_rtp_format   RTP_Format 
 Current Real Time Playback format. More...
 
   uint8_t   ChipID 
 Chip ID. More...
 
cfg 
 

Detailed Description

DRV2605L user interface struct.

Field Documentation

◆ [struct]

struct { ... } DRV2605L_t::cfg

◆ ChipID

uint8_t DRV2605L_t::ChipID

Chip ID.

◆ EN_GPIO

PeripheralGPIO_t DRV2605L_t::EN_GPIO

Enable GPIO struct.

◆ ERM_LRA

DRV2605L_act DRV2605L_t::ERM_LRA

Current haptic actuator type.

◆ Input_Mode

DRV2605L_input DRV2605L_t::Input_Mode

Current input mode(PWM / Analog)

◆ Mode

DRV2605L_mode DRV2605L_t::Mode

Current haptic driver mode.

◆ Open_Loop

DRV2605L_loop DRV2605L_t::Open_Loop

Current loop type (0 closed loop / auto resonance, 1 open)

◆ RTP_Format

DRV2605L_rtp_format DRV2605L_t::RTP_Format

Current Real Time Playback format.

◆ slave_inst

I2C_slave_t* DRV2605L_t::slave_inst

Slave structure.

◆ TRIG_GPIO

PeripheralGPIO_t DRV2605L_t::TRIG_GPIO

Trigger GPIO struct.


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