Searched full:leave (Results 1 – 25 of 167) sorted by relevance
1234567
/Zephyr-Core-3.5.0/include/zephyr/net/ |
D | igmp.h | 52 * @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/ |
D | dfu.py | 70 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/ |
D | main.c | 130 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/ |
D | prov_bearer.h | 94 * 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/ |
D | CMakeLists.txt | 17 # Add a compiler definition here to leave watchdog untouched
|
/Zephyr-Core-3.5.0/dts/bindings/sensor/ |
D | seeed,grove-temperature.yaml | 19 Set to indicate a v1.0 sensor. Leave unset for v1.1 or v1.2.
|
D | st,lis2mdl-common.yaml | 18 Set to config the sensor in single measurement mode. Leave
|
D | aosong,dht.yaml | 31 Set to identify sensor as a DHT22/AM2303. Leave unset to identify
|
/Zephyr-Core-3.5.0/boards/arm/actinius_icarus/dts/bindings/ |
D | actinius-charger-enable.yaml | 6 charger or to leave it on auto. The option can be changed by changing
|
/Zephyr-Core-3.5.0/tests/net/mld/src/ |
D | main.c | 249 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/ |
D | Kconfig | 25 initialized earlier in the startup cycle. If unsure, leave at default
|
/Zephyr-Core-3.5.0/dts/bindings/ethernet/ |
D | ethernet-controller.yaml | 17 Note that using this choice and rebooting a board may leave stale
|
/Zephyr-Core-3.5.0/drivers/syscon/ |
D | Kconfig | 38 initialized earlier in the startup cycle. If unsure, leave at default
|
/Zephyr-Core-3.5.0/samples/net/lwm2m_client/ |
D | Kconfig | 13 Leave empty for using CONFIG_BOARD
|
/Zephyr-Core-3.5.0/drivers/ethernet/ |
D | Kconfig.e1000 | 27 frames. Do not leave on for production.
|
/Zephyr-Core-3.5.0/tests/kernel/interrupt/src/ |
D | nested_irq.c | 87 printk("isr1: Leave\n"); in isr1() 108 printk("isr0: Leave\n"); in isr0()
|
/Zephyr-Core-3.5.0/soc/arm/nxp_lpc/lpc54xxx/ |
D | Kconfig.soc | 74 will enable the clock to this RAM bank. Disable this Kconfig to leave
|
/Zephyr-Core-3.5.0/arch/nios2/core/ |
D | thread.c | 49 /* Leave the rest of thread->callee_saved junk */ in arch_new_thread()
|
/Zephyr-Core-3.5.0/arch/arm/include/cortex_m/ |
D | tz_ns.h | 43 * 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/ |
D | renesas,smartbond-usbd.yaml | 45 Settings this threshold above this allows to leave interrupt
|
/Zephyr-Core-3.5.0/dts/bindings/mipi-dsi/ |
D | nxp,mipi-dsi-2l.yaml | 71 Maximum clock speed supported by the device, in Hz. Leave at default
|
/Zephyr-Core-3.5.0/arch/x86/core/ |
D | common.S | 19 * before it's clobbered and leave a sentinel (0) in EBX if invalid.
|
/Zephyr-Core-3.5.0/soc/arm/atmel_sam0/common/ |
D | Kconfig.samd2x | 71 This choice will leave all clocks to their current state.
|
/Zephyr-Core-3.5.0/arch/arm64/core/cortex_r/ |
D | Kconfig | 32 By not enforcing full partition, MPU may leave part of kernel
|
/Zephyr-Core-3.5.0/drivers/display/ |
D | Kconfig.mcux_elcdif | 32 implications of this concern you, leave at least one driver
|
1234567