Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/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()
472 *frame_count = edata->has_accel ? 1 : 0; in bma4xx_decoder_get_frame_count()
601 if (!edata->has_accel) { in bma4xx_one_shot_decode()
Dbma4xx.h227 uint8_t has_accel: 1; member
/Zephyr-Core-3.7.0/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()