/Zephyr-latest/drivers/sensor/adi/adt7310/ |
D | Kconfig | 22 prompt "Sets trigger mode" 28 bool "No trigger"
|
/Zephyr-latest/drivers/sensor/ti/tmag5170/ |
D | Kconfig | 22 bool "No trigger" 37 bool "Process trigger within interrupt context"
|
/Zephyr-latest/include/zephyr/audio/ |
D | dmic.h | 193 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/ |
D | ina237.h | 50 struct ina23x_trigger trigger; member
|
/Zephyr-latest/drivers/sensor/espressif/pcnt_esp32/ |
D | Kconfig | 19 Enable trigger support for the PCNT.
|
/Zephyr-latest/samples/subsys/edac/ |
D | README.rst | 70 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/ |
D | README.rst | 10 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/ |
D | drv2605.h | 56 enum drv2605_mode trigger; member
|
/Zephyr-latest/samples/drivers/haptics/drv2605/src/ |
D | main.c | 28 .trigger = DRV2605_MODE_INTERNAL_TRIGGER,
|
/Zephyr-latest/drivers/sensor/nxp/mcux_acmp/ |
D | Kconfig | 20 Enable trigger support for the NXP MCUX Analog Comparator
|
/Zephyr-latest/drivers/i2s/ |
D | i2s_test.c | 41 .trigger = vnd_i2s_trigger,
|
/Zephyr-latest/drivers/sensor/adi/adxl362/ |
D | Kconfig | 69 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/ |
D | adc_cmp_npcx.c | 23 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/ |
D | test.c | 60 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/ |
D | stm32u083c_dk.overlay | 8 /* This will be used to trigger the SYNC pin high and low programmatically.
|
/Zephyr-latest/include/zephyr/drivers/ |
D | i2s.h | 328 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/ |
D | Kconfig.smartbond | 30 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/ |
D | README.rst | 5 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/ |
D | triggers.rst | 1 .. _sensor-trigger:
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | intc_renesas_rz_ext_irq.c | 93 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), \
|
D | intc_nxp_pint.c | 66 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/ |
D | README.rst | 5 Get temperature data from a TMP112 sensor (polling & trigger mode).
|
/Zephyr-latest/drivers/spi/ |
D | spi_nrfx_common.c | 15 .trigger = NRFX_GPIOTE_TRIGGER_HITOLO, in spi_nrfx_wake_init()
|
/Zephyr-latest/samples/boards/st/h7_dual_core/ |
D | README.rst | 5 Use the Hardware Semaphore (HSEM) to trigger LED blinking from one core to another.
|
/Zephyr-latest/samples/boards/espressif/xt_wdt/ |
D | README.rst | 13 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
|