Searched refs:apex (Results 1 – 6 of 6) sorted by relevance
| /Zephyr-latest/drivers/sensor/tdk/icm42x70/ |
| D | Kconfig | 24 select TDK_APEX if $(dt_node_str_prop_equals,$(dt_nodelabel_path,icm42670p),apex,pedometer) \ 25 || $(dt_node_str_prop_equals,$(dt_nodelabel_path,icm42670p),apex,tilt) \ 26 || $(dt_node_str_prop_equals,$(dt_nodelabel_path,icm42670p),apex,smd) \ 27 || $(dt_node_str_prop_equals,$(dt_nodelabel_path,icm42670p),apex,wom) \ 28 || $(dt_node_str_prop_equals,$(dt_nodelabel_path,icm42670s),apex,pedometer) \ 29 || $(dt_node_str_prop_equals,$(dt_nodelabel_path,icm42670s),apex,tilt) \ 30 || $(dt_node_str_prop_equals,$(dt_nodelabel_path,icm42670s),apex,smd) \ 31 || $(dt_node_str_prop_equals,$(dt_nodelabel_path,icm42670s),apex,wom) \ 32 || $(dt_node_str_prop_equals,$(dt_nodelabel_path,icm42370p),apex,pedometer) \ 33 || $(dt_node_str_prop_equals,$(dt_nodelabel_path,icm42370p),apex,tilt) \ [all …]
|
| D | icm42x70.c | 536 if (cfg->apex == TDK_APEX_PEDOMETER) { in icm42x70_channel_get() 541 } else if (cfg->apex == TDK_APEX_WOM) { in icm42x70_channel_get() 545 } else if ((cfg->apex == TDK_APEX_TILT) || (cfg->apex == TDK_APEX_SMD)) { in icm42x70_channel_get() 876 val->val1 = cfg->apex; in icm42x70_attr_get() 976 .apex = DT_INST_ENUM_IDX(inst, apex), \ 978 .apex = DT_INST_ENUM_IDX(inst, apex), \
|
| D | icm42x70.h | 112 uint8_t apex; member
|
| /Zephyr-latest/samples/sensor/tdk_apex/ |
| D | README.rst | 25 …- https://invensense.tdk.com/download-pdf/an-000271-icm-42607x-and-icm-42670x-apex-motion-function… 44 to be aliased as ``tdk-apex-sensorN`` where ``N`` goes from ``0`` to ``9``. For example: 50 tdk-apex-sensor0 = &icm42670p; 59 apex = "pedometer"; 62 Make sure the apex feature used is in devicetree, then build and run with: 75 apex = "pedometer"; 92 apex = "tilt"; 107 apex = "wom"; 124 apex = "smd";
|
| /Zephyr-latest/samples/sensor/tdk_apex/boards/ |
| D | nrf52dk_nrf52832_spi.overlay | 12 tdk-apex-sensor0 = &icm42670p; 31 apex = "pedometer";
|
| D | nrf52dk_nrf52832_i2c.overlay | 12 tdk-apex-sensor0 = &icm42670p; 32 apex = "pedometer";
|