42 #define SENSOR_MAX_REGISTER_COUNT 128 45 #define __END_WRITE_DATA__ \ 47 .writeTo = 0xFFFF, .value = 0 \ 51 #define __END_READ_DATA__ \ 53 .readFrom = 0xFFFF, .numBytes = 0 \ 57 #define __END_WRITE_CMD__ \ 59 .writeTo = 0xFFFF, .numBytes = 0 \ 109 #endif //_SENSOR_DRV_H
This structure defines the device specific info required by register I/O.
This structure defines the Write command List.
enum EWriteFlags EWriteFlags_t
This structure defines the Block command List.
void(* registeridlefunction_t)(void *userParam)
This is the register idle function type.
This structure defines the Read command List.
const uint8_t * pWriteBuffer
registeridlefunction_t idleFunction