Searched full:icm42605 (Results 1 – 18 of 18) sorted by relevance
/Zephyr-latest/drivers/sensor/tdk/icm42605/ |
D | Kconfig | 1 # ICM42605 Six-Axis Motion Tracking device configuration options 6 menuconfig ICM42605 config 7 bool "ICM42605 Six-Axis Motion Tracking Device" 12 Enable driver for ICM42605 SPI-based six-axis motion tracking device. 14 if ICM42605 50 endif # ICM42605
|
D | CMakeLists.txt | 5 zephyr_library_sources(icm42605.c)
|
D | icm42605_trigger.c | 13 #include "icm42605.h" 16 LOG_MODULE_DECLARE(ICM42605, CONFIG_SENSOR_LOG_LEVEL);
|
D | icm42605_spi.c | 11 LOG_MODULE_DECLARE(ICM42605, CONFIG_SENSOR_LOG_LEVEL);
|
D | icm42605_setup.c | 11 #include "icm42605.h" 15 LOG_MODULE_DECLARE(ICM42605, CONFIG_SENSOR_LOG_LEVEL);
|
D | icm42605.c | 15 #include "icm42605.h" 20 LOG_MODULE_REGISTER(ICM42605, CONFIG_SENSOR_LOG_LEVEL);
|
/Zephyr-latest/samples/sensor/icm42605/ |
D | sample.yaml | 8 name: ICM42605 Sensor Sample 10 sample.sensor.icm42605:
|
D | README.rst | 1 .. zephyr:code-sample:: icm42605 5 Get temperature, acceleration, and angular velocity from an ICM42605 sensor (polling & trigger 30 :zephyr-app: samples/sensor/icm42605
|
D | CMakeLists.txt | 9 project(icm42605) project
|
/Zephyr-latest/samples/sensor/icm42605/src/ |
D | main.c | 101 const struct device *const icm42605 = DEVICE_DT_GET_ONE(invensense_icm42605); in main() local 103 if (!device_is_ready(icm42605)) { in main() 113 if (sensor_trigger_set(icm42605, &tap_trigger, in main() 124 if (sensor_trigger_set(icm42605, &double_tap_trigger, in main() 135 if (sensor_trigger_set(icm42605, &data_trigger, in main()
|
/Zephyr-latest/samples/sensor/icm42605/boards/ |
D | nrf52dk_nrf52832.overlay | 33 icm42605@0 { 34 compatible = "invensense,icm42605";
|
/Zephyr-latest/drivers/sensor/tdk/ |
D | CMakeLists.txt | 5 add_subdirectory_ifdef(CONFIG_ICM42605 icm42605)
|
D | Kconfig | 5 source "drivers/sensor/tdk/icm42605/Kconfig"
|
/Zephyr-latest/dts/bindings/sensor/ |
D | invensense,icm42605.yaml | 7 compatible: "invensense,icm42605"
|
/Zephyr-latest/tests/drivers/build_all/sensor/ |
D | spi.dtsi | 148 test_spi_icm42605: icm42605@13 { 149 compatible = "invensense,icm42605";
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.5.rst | 540 * Added Invensense ICM42605 driver. 974 * :github:`32151` - Use of deprecated macro's in icm42605
|
D | release-notes-2.6.rst | 1832 …`32913` - [Coverity CID :219535] Dereference after null check in drivers/sensor/icm42605/icm42605.c
|
D | release-notes-3.1.rst | 585 * Fixed argument passing bug in the ICM42605 driver.
|