/Zephyr-latest/drivers/sensor/adi/adxl367/ |
D | adxl367_rtio.c | 39 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()
|
D | adxl367_decoder.c | 696 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()
|
D | adxl367.h | 321 struct adxl367_xyz_accel_data xyz; member
|
D | adxl367.c | 696 * @param accel_data - store the XYZ axis accelerometer data.
|
/Zephyr-latest/dts/bindings/sensor/ |
D | ti,tmag5170.yaml | 43 default: "XYZ" 48 are enabled (XYZ) to allow the user to check if the sensor work as expected. 57 XYZ (default) 74 - "XYZ"
|
D | ti,tmag5273.yaml | 71 XYZ-measurement range for magnetic-field value.
|
/Zephyr-latest/scripts/tests/twister/test_data/testsuites/tests/test_config/ |
D | test_data.yaml | 15 UNRELATED2=xyz
|
/Zephyr-latest/scripts/tests/twister/test_data/ |
D | test_data_with_deprecation_warnings.yaml | 17 OVERLAY_CONFIG=oc3.conf UNRELATED2=xyz
|
/Zephyr-latest/drivers/sensor/adi/adxl362/ |
D | adxl362_decoder.c | 258 /*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()
|
D | adxl362.c | 642 case SENSOR_CHAN_ACCEL_XYZ: /* Acceleration on the XYZ axis, in m/s^2. */ in adxl362_channel_get()
|
/Zephyr-latest/doc/kernel/ |
D | code-relocation.rst | 29 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/ |
D | patch-schema.yml | 88 # e.g. "This is a workaround for xyz and probably should not go upstream"
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_twister.py | 77 assert scenario["extra_args"] == ["UNRELATED1=abc", "UNRELATED2=xyz"]
|
/Zephyr-latest/scripts/build/ |
D | gen_relocate_app.py | 16 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/ |
D | fixtures.svg | 3 …XYZ</font></div></div></div></foreignObject><text x="70" y="104" fill="#333333" font-family="Helve…
|
/Zephyr-latest/doc/kernel/services/synchronization/ |
D | mutexes.rst | 137 printf("Cannot lock XYZ display\n");
|
/Zephyr-latest/drivers/sensor/st/lis2dh/ |
D | lis2dh.h | 198 int16_t xyz[3]; member
|
D | lis2dh.c | 125 lis2dh_convert(lis2dh->sample.xyz[i], lis2dh->scale, val); in lis2dh_channel_get()
|
/Zephyr-latest/drivers/sensor/adi/adxl372/ |
D | adxl372_stream.c | 140 /* If one sample contains XYZ values. */ in adxl372_get_packet_size()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.11.rst | 216 * :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/ |
D | conf.py | 22 # for autodoc directives on runners.xyz.
|
/Zephyr-latest/drivers/sensor/bosch/bma4xx/ |
D | bma4xx.c | 315 LOG_DBG("XYZ reg vals are %d, %d, %d", *x, *y, *z); in bma4xx_sample_fetch()
|
/Zephyr-latest/scripts/dts/python-devicetree/tests/ |
D | test_dtlib.py | 2493 with dtlib_raises("path 'xyz' doesn't start with '/'"): 2494 dt.move_node(parent, 'xyz')
|
/Zephyr-latest/drivers/sensor/ti/tmag5273/ |
D | tmag5273.c | 600 LOG_ERR("xyz-axis measurement deactivated"); in tmag5273_sample_fetch()
|