Searched refs:apex (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/drivers/sensor/tdk/icm42670/ |
D | Kconfig | 21 select TDK_APEX if $(dt_node_str_prop_equals,$(dt_nodelabel_path,icm42670p),apex,pedometer) \ 22 || $(dt_node_str_prop_equals,$(dt_nodelabel_path,icm42670p),apex,tilt) \ 23 || $(dt_node_str_prop_equals,$(dt_nodelabel_path,icm42670p),apex,smd) \ 24 || $(dt_node_str_prop_equals,$(dt_nodelabel_path,icm42670p),apex,wom) \ 25 || $(dt_node_str_prop_equals,$(dt_nodelabel_path,icm42670s),apex,pedometer) \ 26 || $(dt_node_str_prop_equals,$(dt_nodelabel_path,icm42670s),apex,tilt) \ 27 || $(dt_node_str_prop_equals,$(dt_nodelabel_path,icm42670s),apex,smd) \ 28 || $(dt_node_str_prop_equals,$(dt_nodelabel_path,icm42670s),apex,wom)
|
D | icm42670.c | 620 if (cfg->apex == TDK_APEX_PEDOMETER) { in icm42670_channel_get() 625 } else if (cfg->apex == TDK_APEX_WOM) { in icm42670_channel_get() 629 } else if ((cfg->apex == TDK_APEX_TILT) || (cfg->apex == TDK_APEX_SMD)) { in icm42670_channel_get() 952 val->val1 = cfg->apex; in icm42670_attr_get() 1050 .apex = DT_INST_ENUM_IDX(inst, apex),
|
D | icm42670.h | 107 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";
|