13 #ifndef ISL29023_FI_H_ 14 #define ISL29023_FI_H_ 110 #endif // ISL29023_FI_H_ This structure defines the device specific info required by register I/O.
void ISL29023_I2C_SetIdleTask(isl29023_i2c_sensorhandle_t *pSensorHandle, registeridlefunction_t idleTask, void *userParam)
: The interface function to set the I2C Idle Task.
This structure defines the isl29023 raw data buffer.
This structure defines the Write command List.
int32_t ISL29023_I2C_ReadData(isl29023_i2c_sensorhandle_t *pSensorHandle, const registerreadlist_t *pReadList, uint8_t *pBuffer)
The interface function to read the sensor data.
int32_t ISL29023_I2C_DeInit(isl29023_i2c_sensorhandle_t *pSensorHandle)
The interface function to De Initialize sensor..
typedef int32_t(DATA_FORMAT_Append_t))(void *pData
The interface function to append the data on the formated stream.
The register_io_i2c.h file declares low-level interface functions for reading and writing sensor regi...
registerDeviceInfo_t deviceInfo
This defines the sensor specific information.
void(* registeridlefunction_t)(void *userParam)
This is the register idle function type.
ARM_DRIVER_I2C * pCommDrv
This structure defines the Read command List.
int32_t ISL29023_I2C_Initialize(isl29023_i2c_sensorhandle_t *pSensorHandle, ARM_DRIVER_I2C *pBus, uint8_t index, uint16_t sAddress, uint8_t whoAmi)
The interface function to initialize the sensor.
int32_t ISL29023_I2C_Configure(isl29023_i2c_sensorhandle_t *pSensorHandle, const registerwritelist_t *pRegWriteList)
The interface function to configure he sensor.
The sensor_io_i2c.h file declares low-level interface functions for reading and writing sensor regist...