|
I2C_Drivers (ARM) 1.1
SMFSW collection of HAL I2C Drivers for ARM
|
DRV2605L Driver. More...
#include "DRV2605L.h"
Functions | |
| FctERR | DRV2605L_Init (void) |
| Initialization for DRV2605L peripheral. | |
| FctERR | DRV2605L_Write (const uint8_t *data, const uint16_t addr, const uint16_t nb) |
| I2C Write function for DRV2605L. | |
| FctERR | DRV2605L_Read (uint8_t *data, const uint16_t addr, const uint16_t nb) |
| I2C Read function for DRV2605L. | |
DRV2605L Driver.
DRV2605L: 2 to 5.2V Haptic Driver for LRA and ERM With Effect Library and Smart-Loop Architecture
| FctERR DRV2605L_Init | ( | void | ) |
Initialization for DRV2605L peripheral.

| FctERR DRV2605L_Read | ( | uint8_t * | data, |
| const uint16_t | addr, | ||
| const uint16_t | nb ) |
I2C Read function for DRV2605L.
| [in,out] | data | - pointer to read to |
| [in] | addr | - Address to read from |
| [in] | nb | - Number of bytes to read |


| FctERR DRV2605L_Write | ( | const uint8_t * | data, |
| const uint16_t | addr, | ||
| const uint16_t | nb ) |
I2C Write function for DRV2605L.
| [in] | data | - pointer to write from |
| [in] | addr | - Address to write to |
| [in] | nb | - Number of bytes to write |

