Home
last modified time | relevance | path

Searched refs:trigger (Results 226 – 250 of 353) sorted by relevance

12345678910>>...15

/Zephyr-latest/tests/ztest/error_hook/
DREADME.txt64 - To call a function then giving the condition to trigger the assert fail,
78 - start a thread to enter ISR context by calling irq_offload(), then trigger
83 K_OOPS macro will trigger a fatal error that will get caught (as expected).
/Zephyr-latest/drivers/sensor/tdk/icm42x70/
DKconfig51 bool "No trigger"
/Zephyr-latest/drivers/sensor/tdk/icm45686/
Dicm45686.h89 struct sensor_trigger trigger; member
Dicm45686_stream.c25 if (cfg->triggers[i].trigger == trig) { in get_read_config_trigger()
450 switch (read_cfg->triggers[i].trigger) { in icm45686_stream_submit()
464 LOG_ERR("Unsupported trigger (%d)", read_cfg->triggers[i].trigger); in icm45686_stream_submit()
/Zephyr-latest/boards/sparkfun/thing_plus_matter_mgm240p/
Dsparkfun_thing_plus_matter_mgm240p.dts42 compatible = "silabs,gecko-wake-up-trigger";
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dheartbeat.rst41 set of features that can trigger the publication is configurable.
Drpr_cli.rst133 ``composition_changed`` flag was set to true, this code would instead trigger a Node Composition
135 to false, this code would trigger a Device Key Refresh procedure.
/Zephyr-latest/drivers/dai/nxp/micfil/
Dmicfil.c168 .trigger = dai_nxp_micfil_trigger,
/Zephyr-latest/drivers/ethernet/phy/
DKconfig.dm880623 bool "No trigger"
/Zephyr-latest/kernel/
DKconfig.smp66 trigger additional IPIs when the preempted thread is of higher
86 set of CPUs that need an IPI to trigger a reschedule in response to
/Zephyr-latest/samples/sensor/stream_fifo/
DREADME.rst6 SENSOR_TRIG_FIFO_WATERMARK as a trigger.
14 SENSOR_TRIG_FIFO_WATERMARK trigger.
/Zephyr-latest/tests/kernel/smp/src/
Dmain.c763 static int trigger; in k_sys_fatal_error_handler() local
771 if (trigger == 0) { in k_sys_fatal_error_handler()
773 trigger++; in k_sys_fatal_error_handler()
/Zephyr-latest/drivers/sensor/st/lsm6dsv16x/
DKconfig40 bool "No trigger"
/Zephyr-latest/boards/silabs/dev_kits/xg24_ek2703a/
Dxg24_ek2703a.dts58 compatible = "silabs,gecko-wake-up-trigger";
/Zephyr-latest/tests/drivers/i2s/i2s_speed/
DKconfig20 Use the I2S_DIR_BOTH enumeration value to trigger commands in test
/Zephyr-latest/drivers/sensor/adi/adxl345/
Dadxl345_stream.c30 if (cfg->triggers[i].trigger == SENSOR_TRIG_FIFO_WATERMARK) { in adxl345_submit_stream()
262 if (read_config->triggers[i].trigger == SENSOR_TRIG_FIFO_WATERMARK) { in adxl345_process_status1_cb()
/Zephyr-latest/boards/nxp/twr_kv58f220m/doc/
Dindex.rst59 | | | fxos8700 trigger |
91 the jumpers ``J2`` and ``J9``. A trigger option also must be enabled in Kconfig
/Zephyr-latest/drivers/comparator/
Dcomparator_nrf_comp.c613 enum comparator_trigger trigger) in shim_nrf_comp_set_trigger() argument
617 switch (trigger) { in shim_nrf_comp_set_trigger()
/Zephyr-latest/drivers/counter/
Dcounter_smartbond_timer.c120 uint8_t trigger = counter_smartbond_pdc_trigger_get(dev); in counter_smartbond_pdc_add() local
122 data->pdc_idx = da1469x_pdc_add(trigger, MCU_PDC_MASTER_M33, PDC_XTAL_EN); in counter_smartbond_pdc_add()
/Zephyr-latest/drivers/sensor/st/lsm6dsl/
DKconfig25 bool "No trigger"
/Zephyr-latest/drivers/sensor/nxp/fxos8700/
DKconfig48 bool "No trigger"
/Zephyr-latest/drivers/sensor/renesas/isl29035/
DKconfig92 bool "No trigger"
/Zephyr-latest/drivers/dai/intel/alh/
Dalh.c202 .trigger = dai_alh_trigger,
/Zephyr-latest/samples/bluetooth/mesh_provisioner/
DREADME.rst21 for the user to press the button, which will trigger provisioning using
/Zephyr-latest/drivers/sensor/xbr818/
Dxbr818.c265 data->handler(data->dev, data->trigger); in xbr818_work()
294 data->trigger = trig; in xbr818_trigger_set()

12345678910>>...15