Home
last modified time | relevance | path

Searched full:xyz (Results 1 – 24 of 24) sorted by relevance

/Zephyr-latest/drivers/sensor/adi/adxl367/
Dadxl367_rtio.c39 rc = adxl367_get_accel_data(dev, &enc_data->xyz); in adxl367_submit_fetch()
41 LOG_ERR("Failed to fetch xyz samples"); in adxl367_submit_fetch()
46 enc_data->xyz.range = data->range; in adxl367_submit_fetch()
Dadxl367_decoder.c696 adxl367_accel_convert(out, data->xyz.x, data->xyz.range); in adxl367_decode_sample()
699 adxl367_accel_convert(out, data->xyz.y, data->xyz.range); in adxl367_decode_sample()
702 adxl367_accel_convert(out, data->xyz.z, data->xyz.range); in adxl367_decode_sample()
704 case SENSOR_CHAN_ACCEL_XYZ: /* Acceleration on the XYZ axis, in m/s^2. */ in adxl367_decode_sample()
705 adxl367_accel_convert(out++, data->xyz.x, data->xyz.range); in adxl367_decode_sample()
706 adxl367_accel_convert(out++, data->xyz.y, data->xyz.range); in adxl367_decode_sample()
707 adxl367_accel_convert(out, data->xyz.z, data->xyz.range); in adxl367_decode_sample()
Dadxl367.h321 struct adxl367_xyz_accel_data xyz; member
Dadxl367.c696 * @param accel_data - store the XYZ axis accelerometer data.
/Zephyr-latest/dts/bindings/sensor/
Dti,tmag5170.yaml43 default: "XYZ"
48 are enabled (XYZ) to allow the user to check if the sensor work as expected.
57 XYZ (default)
74 - "XYZ"
Dti,tmag5273.yaml71 XYZ-measurement range for magnetic-field value.
/Zephyr-latest/scripts/tests/twister/test_data/testsuites/tests/test_config/
Dtest_data.yaml15 UNRELATED2=xyz
/Zephyr-latest/scripts/tests/twister/test_data/
Dtest_data_with_deprecation_warnings.yaml17 OVERLAY_CONFIG=oc3.conf UNRELATED2=xyz
/Zephyr-latest/drivers/sensor/adi/adxl362/
Dadxl362_decoder.c258 /*6 bytes for XYZ and 2 bytes for TEMP*/ in adxl362_decoder_get_frame_count()
269 /*6 bytes for XYZ and 2 bytes for TEMP*/ in adxl362_decoder_get_frame_count()
304 case SENSOR_CHAN_ACCEL_XYZ: /* Acceleration on the XYZ axis, in m/s^2. */ in adxl362_decode_sample()
Dadxl362.c642 case SENSOR_CHAN_ACCEL_XYZ: /* Acceleration on the XYZ axis, in m/s^2. */ in adxl362_channel_get()
/Zephyr-latest/doc/kernel/
Dcode-relocation.rst29 SRAM2:/home/xyz/zephyr/samples/hello_world/src/main.c,
30 SRAM1:/home/xyz/zephyr/samples/hello_world/src/main2.c,
/Zephyr-latest/scripts/schemas/
Dpatch-schema.yml88 # e.g. "This is a workaround for xyz and probably should not go upstream"
/Zephyr-latest/scripts/tests/twister/
Dtest_twister.py77 assert scenario["extra_args"] == ["UNRELATED1=abc", "UNRELATED2=xyz"]
/Zephyr-latest/scripts/build/
Dgen_relocate_app.py16 SRAM2:COPY:/home/xyz/zephyr/samples/hello_world/src/main.c,.*foo|.*bar
17 SRAM1:COPY:/home/xyz/zephyr/samples/hello_world/src/main2.c,.*bar
18 FLASH2:NOCOPY:/home/xyz/zephyr/samples/hello_world/src/main3.c,
22 SRAM2\\ :phdr0:COPY:/home/xyz/zephyr/samples/hello_world/src/main.c,
/Zephyr-latest/doc/develop/test/figures/
Dfixtures.svg3XYZ</font></div></div></div></foreignObject><text x="70" y="104" fill="#333333" font-family="Helve…
/Zephyr-latest/doc/kernel/services/synchronization/
Dmutexes.rst137 printf("Cannot lock XYZ display\n");
/Zephyr-latest/drivers/sensor/st/lis2dh/
Dlis2dh.h198 int16_t xyz[3]; member
Dlis2dh.c125 lis2dh_convert(lis2dh->sample.xyz[i], lis2dh->scale, val); in lis2dh_channel_get()
/Zephyr-latest/drivers/sensor/adi/adxl372/
Dadxl372_stream.c140 /* If one sample contains XYZ values. */ in adxl372_get_packet_size()
/Zephyr-latest/doc/releases/
Drelease-notes-1.11.rst216 * :github:`2620` - object files created outside of $O directory when obj-XYZ path is relative
382 * :github:`5576` - None of the :github:'XYZ' links work in the 1.10 release notes
/Zephyr-latest/doc/
Dconf.py22 # for autodoc directives on runners.xyz.
/Zephyr-latest/drivers/sensor/bosch/bma4xx/
Dbma4xx.c315 LOG_DBG("XYZ reg vals are %d, %d, %d", *x, *y, *z); in bma4xx_sample_fetch()
/Zephyr-latest/scripts/dts/python-devicetree/tests/
Dtest_dtlib.py2493 with dtlib_raises("path 'xyz' doesn't start with '/'"):
2494 dt.move_node(parent, 'xyz')
/Zephyr-latest/drivers/sensor/ti/tmag5273/
Dtmag5273.c600 LOG_ERR("xyz-axis measurement deactivated"); in tmag5273_sample_fetch()