Home
last modified time | relevance | path

Searched full:leave (Results 1 – 25 of 167) sorted by relevance

1234567

/Zephyr-Core-3.5.0/include/zephyr/net/
Digmp.h52 * @brief Leave a given multicast group.
54 * @param iface Network interface where leave message is sent
55 * @param addr Multicast group to leave
/Zephyr-Core-3.5.0/scripts/west_commands/runners/
Ddfu.py70 parser.add_argument("--dfuse-modifiers", default='leave',
74 "-s <flash-address>:leave", which starts
131 if self.dfuse and 'leave' in dcfg.options.split(':'):
135 # DfuSe targets do as well, except when 'leave' is given
/Zephyr-Core-3.5.0/tests/net/igmp/src/
Dmain.c130 NET_DBG("Received leave...."); in tester_send()
258 zassert_equal(ret, 0, "Cannot leave IPv4 multicast group"); in leave_group()
294 zassert_true(0, "Timeout while waiting leave event"); in catch_leave_group()
298 zassert_true(0, "Did not catch leave event"); in catch_leave_group()
330 zassert_true(0, "Timeout while waiting leave event"); in verify_leave_group()
334 zassert_true(0, "Leave msg invalid"); in verify_leave_group()
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/
Dprov_bearer.h94 * and leave it empty.
103 * provisioner role should leave this as NULL.
118 * provisioner role should leave this as NULL.
/Zephyr-Core-3.5.0/soc/arm/nxp_kinetis/
DCMakeLists.txt17 # Add a compiler definition here to leave watchdog untouched
/Zephyr-Core-3.5.0/dts/bindings/sensor/
Dseeed,grove-temperature.yaml19 Set to indicate a v1.0 sensor. Leave unset for v1.1 or v1.2.
Dst,lis2mdl-common.yaml18 Set to config the sensor in single measurement mode. Leave
Daosong,dht.yaml31 Set to identify sensor as a DHT22/AM2303. Leave unset to identify
/Zephyr-Core-3.5.0/boards/arm/actinius_icarus/dts/bindings/
Dactinius-charger-enable.yaml6 charger or to leave it on auto. The option can be changed by changing
/Zephyr-Core-3.5.0/tests/net/mld/src/
Dmain.c249 zassert_equal(ret, 0, "Cannot leave IPv6 multicast group"); in test_leave_group()
280 zassert_true(0, "Timeout while waiting leave event"); in test_catch_leave_group()
284 zassert_true(0, "Did not catch leave event"); in test_catch_leave_group()
316 zassert_true(0, "Timeout while waiting leave event"); in test_verify_leave_group()
320 zassert_true(0, "Leave msg invalid"); in test_verify_leave_group()
426 "Cannot leave MLDv2-capable routers multicast group"); in leave_mldv2_capable_routers_group()
587 zassert_false(is_leave_msg_ok, "Received leave message when not expected"); in ZTEST()
/Zephyr-Core-3.5.0/drivers/reset/
DKconfig25 initialized earlier in the startup cycle. If unsure, leave at default
/Zephyr-Core-3.5.0/dts/bindings/ethernet/
Dethernet-controller.yaml17 Note that using this choice and rebooting a board may leave stale
/Zephyr-Core-3.5.0/drivers/syscon/
DKconfig38 initialized earlier in the startup cycle. If unsure, leave at default
/Zephyr-Core-3.5.0/samples/net/lwm2m_client/
DKconfig13 Leave empty for using CONFIG_BOARD
/Zephyr-Core-3.5.0/drivers/ethernet/
DKconfig.e100027 frames. Do not leave on for production.
/Zephyr-Core-3.5.0/tests/kernel/interrupt/src/
Dnested_irq.c87 printk("isr1: Leave\n"); in isr1()
108 printk("isr0: Leave\n"); in isr0()
/Zephyr-Core-3.5.0/soc/arm/nxp_lpc/lpc54xxx/
DKconfig.soc74 will enable the clock to this RAM bank. Disable this Kconfig to leave
/Zephyr-Core-3.5.0/arch/nios2/core/
Dthread.c49 /* Leave the rest of thread->callee_saved junk */ in arch_new_thread()
/Zephyr-Core-3.5.0/arch/arm/include/cortex_m/
Dtz_ns.h43 * before the functions are called. This instruction must leave
46 * the functions have been called. This instruction must leave
/Zephyr-Core-3.5.0/dts/bindings/usb/
Drenesas,smartbond-usbd.yaml45 Settings this threshold above this allows to leave interrupt
/Zephyr-Core-3.5.0/dts/bindings/mipi-dsi/
Dnxp,mipi-dsi-2l.yaml71 Maximum clock speed supported by the device, in Hz. Leave at default
/Zephyr-Core-3.5.0/arch/x86/core/
Dcommon.S19 * before it's clobbered and leave a sentinel (0) in EBX if invalid.
/Zephyr-Core-3.5.0/soc/arm/atmel_sam0/common/
DKconfig.samd2x71 This choice will leave all clocks to their current state.
/Zephyr-Core-3.5.0/arch/arm64/core/cortex_r/
DKconfig32 By not enforcing full partition, MPU may leave part of kernel
/Zephyr-Core-3.5.0/drivers/display/
DKconfig.mcux_elcdif32 implications of this concern you, leave at least one driver

1234567