Searched full:leave (Results 1 – 25 of 231) sorted by relevance
12345678910
/Zephyr-latest/include/zephyr/net/ |
D | mld.h | 56 * @brief Leave a given multicast group. 58 * @param iface Network interface where leave message is sent 59 * @param addr Multicast group to leave
|
D | igmp.h | 64 * @brief Leave a given multicast group. 66 * @param iface Network interface where leave message is sent 67 * @param addr Multicast group to leave
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | dfu.py | 68 parser.add_argument("--dfuse-modifiers", default='leave', 72 "-s <flash-address>:leave", which starts 129 if self.dfuse and 'leave' in dcfg.options.split(':'): 133 # DfuSe targets do as well, except when 'leave' is given
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/sample_test/ |
D | prj.conf | 38 # It is not strictly necessary, leave it disabled if you don't need it. 46 # It's OK to leave useful debug options commented out, with a short comment
|
/Zephyr-latest/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-latest/soc/nxp/kinetis/ |
D | CMakeLists.txt | 17 # Add a compiler definition here to leave watchdog untouched
|
/Zephyr-latest/tests/drivers/flash/common/ |
D | Kconfig | 12 support the get_size() API, leave this set as -1 to skip the test.
|
/Zephyr-latest/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-latest/soc/nxp/mcx/mcxc/ |
D | CMakeLists.txt | 19 # Add a compiler definition here to leave watchdog untouched
|
D | Kconfig | 43 Leave SOC watchdog timer enabled at boot. The specific timeout
|
/Zephyr-latest/boards/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-latest/soc/st/stm32/stm32wb0x/ |
D | ram_sections.ld | 10 /* For historical reasons, leave the first word of
|
/Zephyr-latest/soc/atmel/sam0/common/ |
D | Kconfig.samd5x | 31 This choice will leave all clocks to their current state.
|
/Zephyr-latest/drivers/reset/ |
D | Kconfig | 25 initialized earlier in the startup cycle. If unsure, leave at default
|
/Zephyr-latest/tests/net/igmp/src/ |
D | main.c | 205 NET_DBG("Received leave...."); in tester_send() 351 zassert_ok(ret, "Cannot leave IPv4 multicast group"); in leave_group() 382 zassert_ok(k_sem_take(&wait_data, K_MSEC(WAIT_TIME)), "Timeout while waiting leave event"); in catch_leave_group() 384 zassert_true(is_group_left, "Did not catch leave event"); in catch_leave_group() 410 zassert_ok(k_sem_take(&wait_data, K_MSEC(WAIT_TIME)), "Timeout while waiting leave event"); in verify_leave_group() 412 zassert_true(is_leave_msg_ok, "Leave msg invalid"); in verify_leave_group() 483 zassert_ok(ret, "Cannot leave IPv4 multicast group (%d)", -errno); in socket_group_with_address() 528 zassert_ok(ret, "Cannot leave IPv4 multicast group (%d)", -errno); in socket_group_with_index()
|
/Zephyr-latest/drivers/syscon/ |
D | Kconfig | 38 initialized earlier in the startup cycle. If unsure, leave at default
|
/Zephyr-latest/dts/bindings/ethernet/ |
D | ethernet-controller.yaml | 17 Note that using this choice and rebooting a board may leave stale
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.e1000 | 27 frames. Do not leave on for production.
|
/Zephyr-latest/dts/bindings/dma/ |
D | nxp,edma.yaml | 30 # leave the MUX cell as 0. This is not mandatory for the driver as the
|
/Zephyr-latest/soc/nxp/lpc/lpc54xxx/ |
D | Kconfig | 66 will enable the clock to this RAM bank. Disable this Kconfig to leave
|
/Zephyr-latest/samples/net/lwm2m_client/ |
D | Kconfig | 13 Leave empty for using CONFIG_BOARD
|
/Zephyr-latest/dts/bindings/usb/ |
D | renesas,smartbond-usbd.yaml | 35 Settings this threshold above this allows to leave interrupt
|
/Zephyr-latest/soc/nxp/lpc/lpc55xxx/ |
D | Kconfig.defconfig | 30 # Disable this Kconfig to leave the ram banks untouched out of reset.
|
12345678910