68 #define SENSOR_MAX_REGISTER_COUNT 128 71 #define __END_WRITE_DATA__ \ 73 .writeTo = 0xFFFF, .value = 0 \ 77 #define __END_READ_DATA__ \ 79 .readFrom = 0xFFFF, .numBytes = 0 \ 83 #define __END_WRITE_CMD__ \ 85 .writeTo = 0xFFFF, .numBytes = 0 \ 135 #endif //_SENSOR_DRV_H registeridlefunction_t idleFunction
enum EWriteFlags EWriteFlags_t
void(* registeridlefunction_t)(void *userParam)
This is the register idle function type.
const uint8_t * pWriteBuffer
This structure defines the Write command List.
This structure defines the Read command List.
This structure defines the device specific info required by register I/O.
This structure defines the Block command List.