/Zephyr-latest/subsys/sensing/sensor/hinge_angle/ |
D | Kconfig | 5 bool "Sensing hinge angle sensor" 9 Enable sensing hinge angle sensor.
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/renode/ |
D | litex-vexriscv-tflite.resc | 21 i2c.adxl345 FeedSample $ORIGIN/angle.data 27 i2c.adxl345 FeedSample $ORIGIN/angle.data
|
D | litex-vexriscv-tflite.robot | 86 Execute Command i2c.adxl345 FeedSample @${CURDIR}/angle.data 92 Execute Command i2c.adxl345 FeedSample @${CURDIR}/angle.data
|
/Zephyr-latest/samples/subsys/sensing/simple/boards/ |
D | native_sim.overlay | 47 hinge_angle: hinge-angle { 48 compatible = "zephyr,sensing-hinge-angle";
|
/Zephyr-latest/tests/subsys/sensing/boards/ |
D | native_sim.overlay | 47 hinge_angle: hinge-angle { 48 compatible = "zephyr,sensing-hinge-angle";
|
/Zephyr-latest/drivers/display/ |
D | Kconfig.mcux_elcdif | 61 prompt "Rotation angle of PXP" 63 Set rotation angle of PXP. The ELCDIF cannot detect the correct 64 rotation angle based on the call to display_write, so the user should 102 rotation angle based on the call to display_write, so the user should
|
/Zephyr-latest/drivers/sensor/ti/tmag5170/ |
D | tmag5170.h | 39 uint16_t angle; member
|
D | tmag5170.c | 330 &drv_data->angle, in tmag5170_sample_fetch() 348 &drv_data->angle, in tmag5170_sample_fetch() 430 tmag5170_covert_angle_reading_to_degrees(val, drv_data->angle); in tmag5170_channel_get()
|
/Zephyr-latest/doc/_static/latex/ |
D | title.tex | 13 angle=0,
|
/Zephyr-latest/boards/shields/lcd_par_s035/doc/ |
D | index.rst | 9 The LCD-PAR-S035 is a 3.5” 480x320 IPS TFT LCD module with wide viewing angle
|
/Zephyr-latest/boards/shields/rk055hdmipi4m/doc/ |
D | index.rst | 10 panel with LED backlighting, full viewing angle, MIPI interface and
|
/Zephyr-latest/boards/shields/rk055hdmipi4ma0/doc/ |
D | index.rst | 10 panel with LED backlighting, full viewing angle, MIPI interface and
|
/Zephyr-latest/samples/modules/chre/ |
D | README.rst | 62 dependencies. The first nanoapp will be a lid angle calculator which will use 2 accelerometers. 65 #. Run this sample application and watch the nanoapp provide lid angle calculations based on 2
|
/Zephyr-latest/include/zephyr/drivers/ |
D | sensor_data_types.h | 143 q31_t angle; /**< Unit: degrees */ member
|
/Zephyr-latest/doc/build/dts/ |
D | intro-syntax-structure.rst | 72 angle brackets (``<`` and ``>``) in the DTS. 342 - between angle brackets (``<`` and ``>``) 350 - between angle brackets (``<`` and ``>``), separated by spaces 362 - between angle brackets (``<`` and ``>``) 366 - between angle brackets (``<`` and ``>``), separated by spaces 370 - between angle brackets (``<`` and ``>``), separated by spaces
|
D | phandles.rst | 121 "groups", where each "group" is written inside of angle brackets (``< ... >``).
|
/Zephyr-latest/samples/sensor/tdk_apex/ |
D | README.rst | 14 ** Tilt Detection: Detects the Tilt when tilting the board with an angle
|
/Zephyr-latest/drivers/sensor/ti/tmag5273/ |
D | tmag5273.c | 803 static inline void tmag5273_angle_convert(int16_t raw_value, struct sensor_value *angle) in tmag5273_angle_convert() argument 805 angle->val1 = (raw_value >> 4) & 0x1FF; in tmag5273_angle_convert() 806 angle->val2 = ((raw_value & 0xF) * 1000000) >> 1; in tmag5273_angle_convert()
|
/Zephyr-latest/boards/st/nucleo_u5a5zj_q/doc/ |
D | index.rst | 88 - Neo-Chrom GPU (GPU2D) accelerating any angle rotation, scaling, and
|
/Zephyr-latest/tests/drivers/build_all/sensor/ |
D | i2c.dtsi | 898 angle-magnitude-axis = <TMAG5273_DT_ANGLE_MAG_XY>;
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | shell.rst | 144 ``mesh lpn set <value: off, on>``. Mandatory parameters are marked with angle brackets (e.g.
|
/Zephyr-latest/doc/ |
D | zephyr.doxyfile.in | 1426 # this color. Hue is specified as an angle on a color-wheel, see
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.3.rst | 910 * Added AMS AS5600 magnetic angle sensor driver.
|