Home
last modified time | relevance | path

Searched refs:icm45686_encoded_payload (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/drivers/sensor/tdk/icm45686/
Dicm45686_decoder.c142 return offsetof(struct icm45686_encoded_payload, accel.x) / sizeof(int16_t); in icm45686_get_channel_position()
144 return offsetof(struct icm45686_encoded_payload, accel.y) / sizeof(int16_t); in icm45686_get_channel_position()
146 return offsetof(struct icm45686_encoded_payload, accel.z) / sizeof(int16_t); in icm45686_get_channel_position()
149 return offsetof(struct icm45686_encoded_payload, gyro.x) / sizeof(int16_t); in icm45686_get_channel_position()
151 return offsetof(struct icm45686_encoded_payload, gyro.y) / sizeof(int16_t); in icm45686_get_channel_position()
153 return offsetof(struct icm45686_encoded_payload, gyro.z) / sizeof(int16_t); in icm45686_get_channel_position()
155 return offsetof(struct icm45686_encoded_payload, temp) / sizeof(int16_t); in icm45686_get_channel_position()
358 struct icm45686_encoded_payload *payload = &edata->payload; in icm45686_one_shot_decode()
Dicm45686.h18 struct icm45686_encoded_payload { struct
79 struct icm45686_encoded_payload payload;
Dicm45686_stream.c134 buf_len_required += sizeof(struct icm45686_encoded_payload); in icm45686_handle_event_actions()