Home
last modified time | relevance | path

Searched refs:angle (Results 1 – 23 of 23) sorted by relevance

/Zephyr-latest/subsys/sensing/sensor/hinge_angle/
DKconfig5 bool "Sensing hinge angle sensor"
9 Enable sensing hinge angle sensor.
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/renode/
Dlitex-vexriscv-tflite.resc21 i2c.adxl345 FeedSample $ORIGIN/angle.data
27 i2c.adxl345 FeedSample $ORIGIN/angle.data
Dlitex-vexriscv-tflite.robot86 Execute Command i2c.adxl345 FeedSample @${CURDIR}/angle.data
92 Execute Command i2c.adxl345 FeedSample @${CURDIR}/angle.data
/Zephyr-latest/samples/subsys/sensing/simple/boards/
Dnative_sim.overlay47 hinge_angle: hinge-angle {
48 compatible = "zephyr,sensing-hinge-angle";
/Zephyr-latest/tests/subsys/sensing/boards/
Dnative_sim.overlay47 hinge_angle: hinge-angle {
48 compatible = "zephyr,sensing-hinge-angle";
/Zephyr-latest/drivers/display/
DKconfig.mcux_elcdif61 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/
Dtmag5170.h39 uint16_t angle; member
Dtmag5170.c330 &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/
Dtitle.tex13 angle=0,
/Zephyr-latest/boards/shields/lcd_par_s035/doc/
Dindex.rst9 The LCD-PAR-S035 is a 3.5” 480x320 IPS TFT LCD module with wide viewing angle
/Zephyr-latest/boards/shields/rk055hdmipi4m/doc/
Dindex.rst10 panel with LED backlighting, full viewing angle, MIPI interface and
/Zephyr-latest/boards/shields/rk055hdmipi4ma0/doc/
Dindex.rst10 panel with LED backlighting, full viewing angle, MIPI interface and
/Zephyr-latest/samples/modules/chre/
DREADME.rst62 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/
Dsensor_data_types.h143 q31_t angle; /**< Unit: degrees */ member
/Zephyr-latest/doc/build/dts/
Dintro-syntax-structure.rst72 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
Dphandles.rst121 "groups", where each "group" is written inside of angle brackets (``< ... >``).
/Zephyr-latest/samples/sensor/tdk_apex/
DREADME.rst14 ** Tilt Detection: Detects the Tilt when tilting the board with an angle
/Zephyr-latest/drivers/sensor/ti/tmag5273/
Dtmag5273.c803 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/
Dindex.rst88 - Neo-Chrom GPU (GPU2D) accelerating any angle rotation, scaling, and
/Zephyr-latest/tests/drivers/build_all/sensor/
Di2c.dtsi898 angle-magnitude-axis = <TMAG5273_DT_ANGLE_MAG_XY>;
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dshell.rst144 ``mesh lpn set <value: off, on>``. Mandatory parameters are marked with angle brackets (e.g.
/Zephyr-latest/doc/
Dzephyr.doxyfile.in1426 # this color. Hue is specified as an angle on a color-wheel, see
/Zephyr-latest/doc/releases/
Drelease-notes-3.3.rst910 * Added AMS AS5600 magnetic angle sensor driver.