Searched refs:trigger (Results 226 – 250 of 353) sorted by relevance
12345678910>>...15
/Zephyr-latest/tests/ztest/error_hook/ |
D | README.txt | 64 - 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/ |
D | Kconfig | 51 bool "No trigger"
|
/Zephyr-latest/drivers/sensor/tdk/icm45686/ |
D | icm45686.h | 89 struct sensor_trigger trigger; member
|
D | icm45686_stream.c | 25 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/ |
D | sparkfun_thing_plus_matter_mgm240p.dts | 42 compatible = "silabs,gecko-wake-up-trigger";
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | heartbeat.rst | 41 set of features that can trigger the publication is configurable.
|
D | rpr_cli.rst | 133 ``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/ |
D | micfil.c | 168 .trigger = dai_nxp_micfil_trigger,
|
/Zephyr-latest/drivers/ethernet/phy/ |
D | Kconfig.dm8806 | 23 bool "No trigger"
|
/Zephyr-latest/kernel/ |
D | Kconfig.smp | 66 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/ |
D | README.rst | 6 SENSOR_TRIG_FIFO_WATERMARK as a trigger. 14 SENSOR_TRIG_FIFO_WATERMARK trigger.
|
/Zephyr-latest/tests/kernel/smp/src/ |
D | main.c | 763 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/ |
D | Kconfig | 40 bool "No trigger"
|
/Zephyr-latest/boards/silabs/dev_kits/xg24_ek2703a/ |
D | xg24_ek2703a.dts | 58 compatible = "silabs,gecko-wake-up-trigger";
|
/Zephyr-latest/tests/drivers/i2s/i2s_speed/ |
D | Kconfig | 20 Use the I2S_DIR_BOTH enumeration value to trigger commands in test
|
/Zephyr-latest/drivers/sensor/adi/adxl345/ |
D | adxl345_stream.c | 30 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/ |
D | index.rst | 59 | | | fxos8700 trigger | 91 the jumpers ``J2`` and ``J9``. A trigger option also must be enabled in Kconfig
|
/Zephyr-latest/drivers/comparator/ |
D | comparator_nrf_comp.c | 613 enum comparator_trigger trigger) in shim_nrf_comp_set_trigger() argument 617 switch (trigger) { in shim_nrf_comp_set_trigger()
|
/Zephyr-latest/drivers/counter/ |
D | counter_smartbond_timer.c | 120 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/ |
D | Kconfig | 25 bool "No trigger"
|
/Zephyr-latest/drivers/sensor/nxp/fxos8700/ |
D | Kconfig | 48 bool "No trigger"
|
/Zephyr-latest/drivers/sensor/renesas/isl29035/ |
D | Kconfig | 92 bool "No trigger"
|
/Zephyr-latest/drivers/dai/intel/alh/ |
D | alh.c | 202 .trigger = dai_alh_trigger,
|
/Zephyr-latest/samples/bluetooth/mesh_provisioner/ |
D | README.rst | 21 for the user to press the button, which will trigger provisioning using
|
/Zephyr-latest/drivers/sensor/xbr818/ |
D | xbr818.c | 265 data->handler(data->dev, data->trigger); in xbr818_work() 294 data->trigger = trig; in xbr818_trigger_set()
|
12345678910>>...15