/Zephyr-latest/modules/trusted-firmware-m/ |
D | Kconfig.tfm.partitions | 19 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/ |
D | smbus.c | 308 /* 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/ |
D | main.c | 19 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/ |
D | lwm2m_obj_gateway.h | 52 * @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/ |
D | main.c | 33 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/ |
D | clock_control_nrf2_common.h | 27 * @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.
|
D | clock_control_adsp.c | 21 /* Nothing to do. All initialisation should've been handled in cavs_clock_ctrl_init()
|
/Zephyr-latest/arch/arm64/core/ |
D | smccc-call.S | 31 * handled by Secure Monitor code running in EL3. 39 * handled by a hypervisor running in EL2.
|
/Zephyr-latest/scripts/schemas/ |
D | soc-schema.yml | 27 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/ |
D | smf.c | 21 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/ |
D | Kconfig | 8 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/ |
D | main.c | 82 /* 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/ |
D | usb_dc_rpi_pico.c | 302 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/ |
D | Kconfig | 21 Specify the maximum rate at which log messages will be handled by
|
/Zephyr-latest/include/zephyr/drivers/clock_control/ |
D | clock_control_ambiq.h | 14 /** @brief Clocks handled by the CLOCK peripheral.
|
/Zephyr-latest/drivers/watchdog/ |
D | Kconfig.npcx | 22 handled. After this time window, the watchdog reset triggers
|
D | Kconfig.it8xxx2 | 20 handled. After this time window, the watchdog reset triggers
|
/Zephyr-latest/cmake/compiler/armclang/ |
D | compiler_flags.cmake | 4 # Required ASM flags when using armclang, this should be handled by CMake, but
|
/Zephyr-latest/dts/bindings/mdio/ |
D | infineon,xmc4xxx-mdio.yaml | 16 This is not handled by pinctrl because the mux is located at the
|
/Zephyr-latest/drivers/input/ |
D | Kconfig.gt911 | 34 Maximum number of touch points to be handled.
|
/Zephyr-latest/tests/subsys/logging/log_api/ |
D | testcase.yaml | 58 # 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/ |
D | Kconfig.ipv4 | 122 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/ |
D | Kconfig.ads114s0x | 36 The GPIO functionality is handled by the ADS114S0x GPIO
|
/Zephyr-latest/dts/bindings/serial/ |
D | nxp,lpuart.yaml | 24 RX/TX conflicts must be handled on user side.
|
/Zephyr-latest/subsys/net/lib/zperf/ |
D | Kconfig | 44 Upper size limit for connections handled by zperf.
|