Home
last modified time | relevance | path

Searched refs:triggered (Results 1 – 25 of 95) sorted by relevance

1234

/Zephyr-latest/tests/boards/nrf52_bsim/egu/src/
Dmain.c102 bool triggered[EGU5_CH_NUM]; member
114 event_triggered_flag.triggered[i] = nrf_egu_event_check(NRF_EGU5, check_event); in SWI5_trigger_function()
115 if (event_triggered_flag.triggered[i]) { in SWI5_trigger_function()
139 zassert_false(event_triggered_flag.triggered[i], "Event %i has been triggered", i); in ZTEST()
172 zassert_true(event_triggered_flag.triggered[0], "Event 0 has not been triggered"); in ZTEST()
174 zassert_false(event_triggered_flag.triggered[i], "Event %i has been triggered", i); in ZTEST()
203 zassert_false(event_triggered_flag.triggered[i], "Event %i has been triggered", i); in ZTEST()
271 SWI4_event_triggered_flag.triggered[i] = nrf_egu_event_check(NRF_EGU4, check_event); in SWI4_trigger_function()
272 if (SWI4_event_triggered_flag.triggered[i]) { in SWI4_trigger_function()
302 zassert_true(SWI4_event_triggered_flag.triggered[0], "Event 0 has not been triggered"); in ZTEST()
[all …]
/Zephyr-latest/drivers/comparator/
Dcomparator_nrf_lpcomp.c36 atomic_t triggered; member
403 if (callback != NULL && atomic_test_and_clear_bit(&shim_nrf_lpcomp_data0.triggered, 0)) { in shim_nrf_lpcomp_set_trigger_callback()
418 return atomic_test_and_clear_bit(&shim_nrf_lpcomp_data0.triggered, 0); in shim_nrf_lpcomp_trigger_is_pending()
453 atomic_set_bit(&shim_nrf_lpcomp_data0.triggered, 0); in shim_nrf_lpcomp_event_handler()
458 atomic_clear_bit(&shim_nrf_lpcomp_data0.triggered, 0); in shim_nrf_lpcomp_event_handler()
Dcomparator_nrf_comp.c65 atomic_t triggered; member
651 if (callback != NULL && atomic_test_and_clear_bit(&shim_nrf_comp_data0.triggered, 0)) { in shim_nrf_comp_set_trigger_callback()
666 return atomic_test_and_clear_bit(&shim_nrf_comp_data0.triggered, 0); in shim_nrf_comp_trigger_is_pending()
722 atomic_set_bit(&shim_nrf_comp_data0.triggered, 0); in shim_nrf_comp_event_handler()
727 atomic_clear_bit(&shim_nrf_comp_data0.triggered, 0); in shim_nrf_comp_event_handler()
/Zephyr-latest/tests/kernel/fatal/message_capture/
DREADME3 When the fatal error is triggered, if the debugging message function is turned on,
/Zephyr-latest/drivers/mbox/
DKconfig.nrf_vevif_event9 Mailbox driver for receiving events triggered by VPR
/Zephyr-latest/tests/drivers/uart/uart_mix_fifo_poll/
DKconfig12 test and therefore the higher likelihood an unlikely race/event will be triggered.
/Zephyr-latest/samples/boards/st/h7_dual_core/
DREADME.rst9 Blinky led triggered by mailbox new message.
/Zephyr-latest/drivers/interrupt_controller/
DKconfig.plic21 Enabled when the PLIC supports software-triggered interrupts.
50 Enabled when the PLIC supports edge-triggered interrupt.
/Zephyr-latest/boards/shields/mikroe_mcp2518fd_click/doc/
Dindex.rst21 support level triggered interrupts.
/Zephyr-latest/samples/sensor/amg88xx/
DREADME.rst12 The sample can also be configured to be triggered when the upper threshold
/Zephyr-latest/samples/boards/st/power_mgmt/stm32wb_ble/
DREADME.rst18 Finally, platform shutdown is triggered. It can be restarted by pressing the
/Zephyr-latest/tests/boot/test_mcuboot/
Dsysbuild.cmake23 # iterations, the MCUBoot swap won't be triggered until the secondary app
/Zephyr-latest/drivers/watchdog/
DKconfig.it8xxx227 Once warning timer triggered, if watchdog timer isn't reloaded,
/Zephyr-latest/samples/sensor/lps22hh/
DREADME.rst41 Configured for triggered collection at 1 Hz
/Zephyr-latest/drivers/audio/
DKconfig.dmic_mcux30 many buffers may be queued by the DMIC once it is triggered, before
/Zephyr-latest/drivers/sensor/vishay/vcnl36825t/
DKconfig24 Note: Since figuring out which interrupt was triggered, using the Zephyr
/Zephyr-latest/samples/sensor/mpu6050/
DREADME.rst15 When triggered mode is enabled the measurements are displayed at the
/Zephyr-latest/samples/sensor/vcnl4040/
DREADME.rst56 <repeats whenever triggered for 5sec>
/Zephyr-latest/drivers/entropy/
DKconfig.cc13xx_cc26xx40 event is triggered. The associated FRO is automatically shut down.
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Drpr_srv.rst22 callback is triggered. See section :ref:`bluetooth_mesh_models_rpr_cli` for further details.
Dheartbeat.rst32 be triggered in two ways:
/Zephyr-latest/subsys/mgmt/mcumgr/grp/settings_mgmt/
DKconfig65 registering for a callback which is then triggered whenever a
/Zephyr-latest/doc/services/task_wdt/
Dindex.rst14 triggered to bring the system back to normal operation.
/Zephyr-latest/doc/connectivity/networking/conn_mgr/
Dmain.rst70 …T_L4_CONNECTED` :ref:`network management <net_mgmt_interface>` event is triggered, and IP connecti…
74 …4_DISCONNECTED` :ref:`network management <net_mgmt_interface>` event is triggered, and IP connecti…
121 … * Note that the callback may also be triggered for events other than those specified here!
172 /* Once done, request that events be re-triggered */
252 …nrecoverably, the :ref:`fatal error event <conn_mgr_control_events_fatal_error>` will be triggered.
390 … * Note that the callback may also be triggered for events other than those specified here!
/Zephyr-latest/samples/sensor/jc42/
DREADME.rst14 If triggered measurements are enabled the sample initializes and

1234