Home
last modified time | relevance | path

Searched full:handled (Results 1 – 25 of 385) sorted by relevance

12345678910>>...16

/Zephyr-latest/modules/trusted-firmware-m/
DKconfig.tfm.partitions19 options are handled by the build system in the trusted-firmware-m
30 options are handled by the build system in the trusted-firmware-m
41 options are handled by the build system in the trusted-firmware-m
53 options are handled by the build system in the trusted-firmware-m
64 options are handled by the build system in the trusted-firmware-m
76 options are handled by the build system in the trusted-firmware-m
/Zephyr-latest/tests/drivers/smbus/smbus_emul/src/
Dsmbus.c308 /* Wait for delayed work handled */ in ZTEST()
311 /* Verify that smbalert is NOT handled */ in ZTEST()
312 zassert_false(smbalert_handled, "smbalert is not handled"); in ZTEST()
321 /* Wait for delayed work handled */ in ZTEST()
324 /* Verify that smbalert is not handled */ in ZTEST()
325 zassert_true(smbalert_handled, "smbalert is not handled"); in ZTEST()
351 /* Wait for delayed work handled */ in ZTEST()
354 /* Verify that smbalert is NOT handled */ in ZTEST()
355 zassert_false(notify_handled, "smbalert is not handled"); in ZTEST()
365 /* Wait for delayed work handled */ in ZTEST()
[all …]
/Zephyr-latest/samples/subsys/edac/src/
Dmain.c19 static atomic_t handled; variable
30 atomic_set(&handled, true); in notification_callback()
56 if (atomic_cas(&handled, true, false)) { in thread_function()
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_obj_gateway.h52 * @brief Check if given message is handled by Gateway callback.
54 * @return 0 if msg was handled by Gateawy and contains a valid response. Negative error code
56 * @return -ENOENT if this msg was not handled by Gateway object.
/Zephyr-latest/tests/subsys/logging/log_blocking/src/
Dmain.c33 uint32_t handled; member
87 ++mock_backend.handled; in handle_output()
156 TC_PRINT("Log backend handled %u messages\n", mock_backend.handled); in print_output()
209 zassert_equal(mock_backend.handled, CONFIG_TEST_NUM_LOGS, "handled %u / %u logs", in ZTEST()
210 mock_backend.handled, CONFIG_TEST_NUM_LOGS); in ZTEST()
/Zephyr-latest/drivers/clock_control/
Dclock_control_nrf2_common.h27 * @param _onoff_cnt number of clock configuration options to be handled;
53 * @param onoff_cnt number of clock configuration options handled
54 * handled by the structure.
Dclock_control_adsp.c21 /* Nothing to do. All initialisation should've been handled in cavs_clock_ctrl_init()
/Zephyr-latest/arch/arm64/core/
Dsmccc-call.S31 * handled by Secure Monitor code running in EL3.
39 * handled by a hypervisor running in EL2.
/Zephyr-latest/scripts/schemas/
Dsoc-schema.yml27 required: true # Note: either name or extend is required, but that is handled in python
39 required: false # Note: either name or extend is required, but that is handled in python
42 required: false # Note: either name or extend is required, but that is handled in python
/Zephyr-latest/lib/smf/
Dsmf.c21 bool handled: 1; member
149 /* The child state either transitioned or handled it. Either way, stop propagating. */ in smf_execute_ancestor_run_actions()
150 if (internal->new_state || internal->handled) { in smf_execute_ancestor_run_actions()
152 internal->handled = false; in smf_execute_ancestor_run_actions()
170 if (internal->new_state || internal->handled) { in smf_execute_ancestor_run_actions()
177 internal->handled = false; in smf_execute_ancestor_run_actions()
228 internal->handled = false; in smf_set_initial()
380 internal->handled = true; in smf_set_handled()
/Zephyr-latest/boards/native/common/extra_args/
DKconfig8 Extra command line options/arguments which will be handled like if they were passed to the
/Zephyr-latest/tests/drivers/interrupt_controller/multi_level_backend/src/
Dmain.c82 /* TEST_IRQ_1 handled by intc_l2_1 */
84 /* TEST_IRQ_2 handled by intc_l2_2 */
86 /* TEST_IRQ_3 handled by intc_l3_1 */
88 /* TEST_IRQ_4 handled by intc_l3_2 */
/Zephyr-latest/drivers/usb/device/
Dusb_dc_rpi_pico.c302 uint32_t handled = 0; in udc_rpi_isr() local
325 handled |= USB_INTS_BUFF_STATUS_BITS; in udc_rpi_isr()
330 handled |= USB_INTS_SETUP_REQ_BITS; in udc_rpi_isr()
338 handled |= USB_INTS_DEV_CONN_DIS_BITS; in udc_rpi_isr()
360 handled |= USB_INTS_VBUS_DETECT_BITS; in udc_rpi_isr()
376 handled |= USB_INTS_BUS_RESET_BITS; in udc_rpi_isr()
396 handled |= USB_INTS_DEV_SUSPEND_BITS; in udc_rpi_isr()
402 handled |= USB_INTR_DEV_RESUME_FROM_HOST_BITS; in udc_rpi_isr()
410 handled |= USB_INTS_ERROR_DATA_SEQ_BITS; in udc_rpi_isr()
416 handled |= USB_INTS_ERROR_RX_TIMEOUT_BITS; in udc_rpi_isr()
[all …]
/Zephyr-latest/tests/subsys/logging/log_blocking/
DKconfig21 Specify the maximum rate at which log messages will be handled by
/Zephyr-latest/include/zephyr/drivers/clock_control/
Dclock_control_ambiq.h14 /** @brief Clocks handled by the CLOCK peripheral.
/Zephyr-latest/drivers/watchdog/
DKconfig.npcx22 handled. After this time window, the watchdog reset triggers
DKconfig.it8xxx220 handled. After this time window, the watchdog reset triggers
/Zephyr-latest/cmake/compiler/armclang/
Dcompiler_flags.cmake4 # Required ASM flags when using armclang, this should be handled by CMake, but
/Zephyr-latest/dts/bindings/mdio/
Dinfineon,xmc4xxx-mdio.yaml16 This is not handled by pinctrl because the mux is located at the
/Zephyr-latest/drivers/input/
DKconfig.gt91134 Maximum number of touch points to be handled.
/Zephyr-latest/tests/subsys/logging/log_api/
Dtestcase.yaml58 # and it cannot be handled on many platforms.
123 # and it cannot be handled on many platforms.
135 # and it cannot be handled on many platforms.
341 # and it cannot be handled on many platforms.
354 # and it cannot be handled on many platforms.
/Zephyr-latest/subsys/net/ip/
DKconfig.ipv4122 ICMPv4 Echo request. Only RecordRoute and Timestamp are handled.
143 int "How many fragments can be handled to reassemble a packet"
149 can be handled at the same time to reassemble a single packet.
/Zephyr-latest/drivers/adc/
DKconfig.ads114s0x36 The GPIO functionality is handled by the ADS114S0x GPIO
/Zephyr-latest/dts/bindings/serial/
Dnxp,lpuart.yaml24 RX/TX conflicts must be handled on user side.
/Zephyr-latest/subsys/net/lib/zperf/
DKconfig44 Upper size limit for connections handled by zperf.

12345678910>>...16