Searched full:raised (Results 1 – 25 of 137) sorted by relevance
123456
/Zephyr-latest/include/zephyr/net/ |
D | coap_mgmt.h | 55 * @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/ |
D | fault_s.S | 82 * 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/ |
D | test_suite_invalid_inputs.c | 26 * - An assertion is raised and execution stops 42 * - An assertion is raised and execution stops
|
/Zephyr-latest/doc/kernel/services/threads/ |
D | system_threads.rst | 26 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/ |
D | test_suite_invalid_inputs.c | 25 * - 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/ |
D | test_suite_invalid_inputs.c | 25 * - 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/ |
D | test_suite_invalid_inputs.c | 27 * - An assertion is raised and execution stops 46 * - An assertion is raised and execution stops
|
/Zephyr-latest/tests/drivers/timer/nrf_grtc_timer/src/ |
D | main.c | 82 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/ |
D | nxp,dai-esai.yaml | 27 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
|
D | nxp,dai-sai.yaml | 27 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/ |
D | test_suite_invalid_cases.c | 30 * - 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/ |
D | nsi_cpu_if.h | 86 * 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/ |
D | Kconfig.tja1103 | 21 process raised INT IRQ.
|
/Zephyr-latest/dts/bindings/interrupt-controller/ |
D | infineon,xmc4xxx-intc.yaml | 19 line defines the SR line that will be raised by the event.
|
/Zephyr-latest/tests/bluetooth/host/crypto/bt_rand/src/ |
D | test_suite_invalid_inputs.c | 27 * - An assertion is raised and execution stops 43 * - An assertion is raised and execution stops
|
/Zephyr-latest/scripts/native_simulator/native/src/include/ |
D | nsi_cpu0_interrupts.h | 21 * (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/ |
D | test_suite_invalid_inputs.c | 24 * - An assertion is raised and execution stops
|
/Zephyr-latest/tests/bluetooth/host/id/bt_id_adv_random_addr_check/src/ |
D | test_suite_invalid_inputs.c | 25 * - An assertion is raised and execution stops
|
/Zephyr-latest/dts/bindings/sensor/ |
D | st,vl53l1x.yaml | 23 An interrupt is raised when a distance measurement is ready.
|
/Zephyr-latest/tests/bluetooth/host/id/bt_br_oob_get_local/src/ |
D | test_suite_invalid_inputs.c | 26 * - An assertion is raised and execution stops
|
/Zephyr-latest/tests/bluetooth/host/id/bt_id_add/src/ |
D | test_suite_invalid_inputs.c | 26 * - An assertion is raised and execution stops
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.lan865x | 34 process raised INT IRQ.
|
D | Kconfig.adin2111 | 28 process raised INT IRQ.
|
/Zephyr-latest/drivers/serial/ |
D | uart_litex.c | 156 * @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/ |
D | board_soc.h | 38 * (the lock is only ignored when the interrupt is raised from the HW models,
|
123456