Home
last modified time | relevance | path

Searched refs:has_accel (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/drivers/sensor/st/lsm6dsv16x/
Dlsm6dsv16x_rtio.c42 edata->has_accel = 0; in lsm6dsv16x_submit_sample()
52 edata->has_accel = 1; in lsm6dsv16x_submit_sample()
84 edata->has_accel = 1; in lsm6dsv16x_submit_sample()
Dlsm6dsv16x_decoder.h40 uint8_t has_accel: 1; /* set if accel channel has data */ member
Dlsm6dsv16x_decoder.c566 if (edata->has_accel == 0) { in lsm6dsv16x_decode_sample()
/Zephyr-latest/drivers/sensor/bosch/bma4xx/
Dbma4xx.c370 edata->has_accel = 0; in bma4xx_submit_one_shot()
382 edata->has_accel = 1; in bma4xx_submit_one_shot()
391 edata->has_accel = 1; in bma4xx_submit_one_shot()
406 if (edata->has_accel) { in bma4xx_submit_one_shot()
477 *frame_count = edata->has_accel ? 1 : 0; in bma4xx_decoder_get_frame_count()
606 if (!edata->has_accel) { in bma4xx_one_shot_decode()
Dbma4xx.h227 uint8_t has_accel: 1; member
/Zephyr-latest/drivers/sensor/tdk/icm42688/
Dicm42688_decoder.c367 const bool has_accel = FIELD_GET(FIFO_HEADER_ACCEL, buffer[0]) == 1; in icm42688_fifo_decode() local
373 } else if (has_accel && has_gyro) { in icm42688_fifo_decode()
378 if (has_accel) { in icm42688_fifo_decode()
394 if (has_accel) { in icm42688_fifo_decode()
403 } else if (IS_ACCEL(chan_spec.chan_type) && has_accel) { in icm42688_fifo_decode()