Searched full:tilt (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/samples/sensor/tdk_apex/ |
D | README.rst | 14 ** Tilt Detection: Detects the Tilt when tilting the board with an angle 15 of 30 degrees or more. The tilt event is generated when the 92 apex = "tilt"; 98 [0:00:15.249]: TILT 99 [0:00:21.479]: TILT 100 [0:00:26.765]: TILT
|
/Zephyr-latest/include/zephyr/drivers/sensor/ |
D | tdk_apex.h | 35 * ** Tilt Detection: Detect the Tilt angle exceeds 35 degrees.
|
/Zephyr-latest/dts/bindings/sensor/ |
D | invensense,icm42670.yaml | 155 * Tilt Detection: Detects the Tilt when tilting the board with an angle of 162 - "tilt"
|
/Zephyr-latest/drivers/sensor/tdk/icm42670/ |
D | Kconfig | 22 || $(dt_node_str_prop_equals,$(dt_nodelabel_path,icm42670p),apex,tilt) \ 26 || $(dt_node_str_prop_equals,$(dt_nodelabel_path,icm42670s),apex,tilt) \
|
D | icm42670_apex.c | 19 /* Enable Pedometer, Tilt and SMD interrupts */ in icm42670_apex_enable() 82 /* Test Tilt interrupt */ in icm42670_apex_fetch_from_dmp() 129 /* Enable Tilt */ in icm42670_apex_enable_tilt()
|
/Zephyr-latest/samples/sensor/tdk_apex/src/ |
D | main.c | 87 printf("Tilt data sample.\n"); in main() 130 apex_tilt.val1 ? "TILT" : "Unknown trig"); in main()
|
/Zephyr-latest/scripts/kconfig/ |
D | kconfiglib.py | 2912 # to the 'list' pointer to "tilt up" the children above the node. 3625 # Found symbols that should go in an implicit submenu. Tilt
|