|
I2C_Drivers (ARM) 1.1
SMFSW collection of HAL I2C Drivers for ARM
|
DRV2605L user interface struct. More...
#include <DRV2605L_proc.h>

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 | |
DRV2605L user interface struct.
| struct { ... } DRV2605L_t::cfg |
| uint8_t DRV2605L_t::ChipID |
Chip ID.
| PeripheralGPIO_t DRV2605L_t::EN_GPIO |
Enable GPIO struct.
| DRV2605L_act DRV2605L_t::ERM_LRA |
Current haptic actuator type.
| DRV2605L_input DRV2605L_t::Input_Mode |
Current input mode(PWM / Analog)
| DRV2605L_mode DRV2605L_t::Mode |
Current haptic driver mode.
| DRV2605L_loop DRV2605L_t::Open_Loop |
Current loop type (0 closed loop / auto resonance, 1 open)
| DRV2605L_rtp_format DRV2605L_t::RTP_Format |
Current Real Time Playback format.
| I2C_slave_t* DRV2605L_t::slave_inst |
Slave structure.
| PeripheralGPIO_t DRV2605L_t::TRIG_GPIO |
Trigger GPIO struct.