Home
last modified time | relevance | path

Searched refs:trigger (Results 76 – 100 of 353) sorted by relevance

12345678910>>...15

/Zephyr-latest/drivers/sensor/adi/adt7310/
DKconfig22 prompt "Sets trigger mode"
28 bool "No trigger"
/Zephyr-latest/drivers/sensor/ti/tmag5170/
DKconfig22 bool "No trigger"
37 bool "Process trigger within interrupt context"
/Zephyr-latest/include/zephyr/audio/
Ddmic.h193 int (*trigger)(const struct device *dev, enum dmic_trigger cmd); member
293 return api->trigger(dev, cmd); in dmic_trigger()
/Zephyr-latest/drivers/sensor/ti/ina23x/
Dina237.h50 struct ina23x_trigger trigger; member
/Zephyr-latest/drivers/sensor/espressif/pcnt_esp32/
DKconfig19 Enable trigger support for the PCNT.
/Zephyr-latest/samples/subsys/edac/
DREADME.rst70 trigger :Trigger injection
96 uart:~$ edac inject trigger
99 Now Read / Write to the injection address to trigger Error Injection with
/Zephyr-latest/samples/boards/96boards/argonkey/sensors/
DREADME.rst10 It makes use of both the trigger and poll methods.
92 The last line displays a counter of how many trigger interrupts
94 read for each trigger by enabling the **ARGONKEY_TEST_LOG** macro.
/Zephyr-latest/include/zephyr/drivers/haptics/
Ddrv2605.h56 enum drv2605_mode trigger; member
/Zephyr-latest/samples/drivers/haptics/drv2605/src/
Dmain.c28 .trigger = DRV2605_MODE_INTERNAL_TRIGGER,
/Zephyr-latest/drivers/sensor/nxp/mcux_acmp/
DKconfig20 Enable trigger support for the NXP MCUX Analog Comparator
/Zephyr-latest/drivers/i2s/
Di2s_test.c41 .trigger = vnd_i2s_trigger,
/Zephyr-latest/drivers/sensor/adi/adxl362/
DKconfig69 bool "No trigger"
116 compared to in activity trigger mode.
130 compared to in inactivity trigger mode.
/Zephyr-latest/drivers/sensor/nuvoton/nuvoton_adc_cmp_npcx/
Dadc_cmp_npcx.c23 const struct sensor_trigger *trigger; member
57 data->handler(data->dev, data->trigger); in adc_cmp_npcx_trigger_work_handler()
225 data->trigger = trig; in adc_cmp_npcx_trigger_set()
/Zephyr-latest/tests/drivers/comparator/shell/src/
Dtest.c60 static int test_set_trigger_stub_ok(const struct device *dev, enum comparator_trigger trigger) in test_set_trigger_stub_ok() argument
63 ARG_UNUSED(trigger); in test_set_trigger_stub_ok()
68 static int test_set_trigger_stub_eio(const struct device *dev, enum comparator_trigger trigger) in test_set_trigger_stub_eio() argument
71 ARG_UNUSED(trigger); in test_set_trigger_stub_eio()
/Zephyr-latest/tests/drivers/input/tsc_keys/boards/
Dstm32u083c_dk.overlay8 /* This will be used to trigger the SYNC pin high and low programmatically.
/Zephyr-latest/include/zephyr/drivers/
Di2s.h328 int (*trigger)(const struct device *dev, enum i2s_dir dir, member
536 return api->trigger(dev, dir, cmd); in z_impl_i2s_trigger()
/Zephyr-latest/drivers/entropy/
DKconfig.smartbond30 Low water-mark threshold in bytes to trigger entropy generation for
48 Low water-mark threshold in bytes to trigger entropy generation for
/Zephyr-latest/samples/sensor/lsm6dsl/
DREADME.rst5 Get accelerometer and gyroscope data from an LSM6DSL sensor (polling & trigger
12 and enable a trigger on data ready. It displays on the console the
/Zephyr-latest/doc/hardware/peripherals/sensor/
Dtriggers.rst1 .. _sensor-trigger:
/Zephyr-latest/drivers/interrupt_controller/
Dintc_renesas_rz_ext_irq.c93 p_cfg->trigger = (external_irq_trigger_t)trig; in intc_rz_ext_irq_set_type()
157 .trigger = DT_INST_ENUM_IDX_OR(index, trigger_type, 0), \
200 .trigger = DT_INST_ENUM_IDX_OR(index, trigger_type, 0), \
Dintc_nxp_pint.c66 int nxp_pint_pin_enable(uint8_t pin, enum nxp_pint_trigger trigger, bool wake) in nxp_pint_pin_enable() argument
96 PINT_PinInterruptConfig(pint_base, slot, trigger, NULL); in nxp_pint_pin_enable()
/Zephyr-latest/samples/sensor/tmp112/
DREADME.rst5 Get temperature data from a TMP112 sensor (polling & trigger mode).
/Zephyr-latest/drivers/spi/
Dspi_nrfx_common.c15 .trigger = NRFX_GPIOTE_TRIGGER_HITOLO, in spi_nrfx_wake_init()
/Zephyr-latest/samples/boards/st/h7_dual_core/
DREADME.rst5 Use the Hardware Semaphore (HSEM) to trigger LED blinking from one core to another.
/Zephyr-latest/samples/boards/espressif/xt_wdt/
DREADME.rst13 The app will ask for the crystal removal to simulate a crystal failure and trigger
58 [00:00:01.287,000] <inf> xt_wdt_sample: Remove the external 32K crystal to trigger the watchdog

12345678910>>...15