Home
last modified time | relevance | path

Searched full:raised (Results 1 – 25 of 137) sorted by relevance

123456

/Zephyr-latest/include/zephyr/net/
Dcoap_mgmt.h55 * @brief coap_mgmt event raised when a service has started
61 * @brief coap_mgmt event raised when a service has stopped
67 * @brief coap_mgmt event raised when an observer has been added to a resource
73 * @brief coap_mgmt event raised when an observer has been removed from a resource
/Zephyr-latest/arch/arc/core/
Dfault_s.S82 * and exception is raised, then here it's guaranteed that
93 * Because the exception may be raised by stack checking or
95 * is setup in original sp, double exception may be raised during
112 * If thread switch is raised in exception handler, the context of old thread will
142 * register bank0 (if exception is raised in firq with 2 reg
155 * if exception is raised in irq, i.e., _ARC_V2_AUX_IRQ_ACT !=0,
/Zephyr-latest/tests/bluetooth/host/id/bt_id_del/src/
Dtest_suite_invalid_inputs.c26 * - An assertion is raised and execution stops
42 * - An assertion is raised and execution stops
/Zephyr-latest/doc/kernel/services/threads/
Dsystem_threads.rst26 this means a fatal system error is raised if the thread aborts. If
28 return, the main thread terminates normally and no error is raised.
43 is raised if the thread aborts.
/Zephyr-latest/tests/bluetooth/host/crypto/bt_encrypt_be/src/
Dtest_suite_invalid_inputs.c25 * - An assertion is raised and execution stops
44 * - An assertion is raised and execution stops
63 * - An assertion is raised and execution stops
/Zephyr-latest/tests/bluetooth/host/crypto/bt_encrypt_le/src/
Dtest_suite_invalid_inputs.c25 * - An assertion is raised and execution stops
44 * - An assertion is raised and execution stops
63 * - An assertion is raised and execution stops
/Zephyr-latest/tests/bluetooth/host/id/bt_le_oob_set_legacy_tk/src/
Dtest_suite_invalid_inputs.c27 * - An assertion is raised and execution stops
46 * - An assertion is raised and execution stops
/Zephyr-latest/tests/drivers/timer/nrf_grtc_timer/src/
Dmain.c82 zassert_equal(err, 0, "z_nrf_grtc_timer_set raised an error: %d", err); in ZTEST()
87 zassert_equal(err, 0, "Unexpected error raised when setting timer, err: %d", err); in ZTEST()
118 zassert_equal(err, 0, "z_nrf_grtc_timer_set raised an error: %d", err); in ZTEST()
126 zassert_equal(err, 0, "Unexpected error raised when setting timer, err: %d", err); in ZTEST()
/Zephyr-latest/dts/bindings/dai/
Dnxp,dai-esai.yaml27 otherwise a BUILD_ASSERT() failure will be raised. If unspecified,
35 otherwise a BUILD_ASSERT() failure will be raised. If unspecified,
43 otherwise a BUILD_ASSERT() failure will be raised. By DEFAULT_FIFO_DEPTH
Dnxp,dai-sai.yaml27 otherwise a BUILD_ASSERT() failure will be raised.
34 otherwise a BUILD_ASSERT() failure will be raised.
43 otherwise a BUILD_ASSERT() failure will be raised.
/Zephyr-latest/tests/bluetooth/host/id/bt_id_set_adv_random_addr/src/
Dtest_suite_invalid_cases.c30 * - An assertion is raised and execution stops
46 * - An assertion is raised and execution stops
65 * - An assertion is raised and execution stops
/Zephyr-latest/scripts/native_simulator/common/src/include/
Dnsi_cpu_if.h86 * Called by the runner each time an interrupt is raised by the HW
95 * Called by the runner each time an interrupt is raised in SW context itself.
97 * interrupt to be raised (while the execution is still in the
/Zephyr-latest/drivers/ethernet/phy/
DKconfig.tja110321 process raised INT IRQ.
/Zephyr-latest/dts/bindings/interrupt-controller/
Dinfineon,xmc4xxx-intc.yaml19 line defines the SR line that will be raised by the event.
/Zephyr-latest/tests/bluetooth/host/crypto/bt_rand/src/
Dtest_suite_invalid_inputs.c27 * - An assertion is raised and execution stops
43 * - An assertion is raised and execution stops
/Zephyr-latest/scripts/native_simulator/native/src/include/
Dnsi_cpu0_interrupts.h21 * (the lock is only ignored when the interrupt is raised from the HW models,
/Zephyr-latest/tests/bluetooth/host/id/bt_id_read_public_addr/src/
Dtest_suite_invalid_inputs.c24 * - An assertion is raised and execution stops
/Zephyr-latest/tests/bluetooth/host/id/bt_id_adv_random_addr_check/src/
Dtest_suite_invalid_inputs.c25 * - An assertion is raised and execution stops
/Zephyr-latest/dts/bindings/sensor/
Dst,vl53l1x.yaml23 An interrupt is raised when a distance measurement is ready.
/Zephyr-latest/tests/bluetooth/host/id/bt_br_oob_get_local/src/
Dtest_suite_invalid_inputs.c26 * - An assertion is raised and execution stops
/Zephyr-latest/tests/bluetooth/host/id/bt_id_add/src/
Dtest_suite_invalid_inputs.c26 * - An assertion is raised and execution stops
/Zephyr-latest/drivers/ethernet/
DKconfig.lan865x34 process raised INT IRQ.
DKconfig.adin211128 process raised INT IRQ.
/Zephyr-latest/drivers/serial/
Duart_litex.c156 * @brief Check if Tx IRQ has been raised and UART is ready to accept new data
160 * @return 1 if an IRQ has been raised, 0 otherwise
172 * @brief Check if Rx IRQ has been raised and there's data to be read from UART
176 * @return 1 if an IRQ has been raised, 0 otherwise
/Zephyr-latest/boards/native/native_posix/
Dboard_soc.h38 * (the lock is only ignored when the interrupt is raised from the HW models,

123456