Home
last modified time | relevance | path

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

12345678910

/Zephyr-latest/include/zephyr/net/
Dmld.h56 * @brief Leave a given multicast group.
58 * @param iface Network interface where leave message is sent
59 * @param addr Multicast group to leave
Digmp.h64 * @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/
Ddfu.py68 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/
Dprj.conf38 # 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/
Dprov_bearer.h94 * 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/
DCMakeLists.txt17 # Add a compiler definition here to leave watchdog untouched
/Zephyr-latest/tests/drivers/flash/common/
DKconfig12 support the get_size() API, leave this set as -1 to skip the test.
/Zephyr-latest/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-latest/soc/nxp/mcx/mcxc/
DCMakeLists.txt19 # Add a compiler definition here to leave watchdog untouched
DKconfig43 Leave SOC watchdog timer enabled at boot. The specific timeout
/Zephyr-latest/boards/actinius/icarus/dts/bindings/
Dactinius-charger-enable.yaml6 charger or to leave it on auto. The option can be changed by changing
/Zephyr-latest/soc/st/stm32/stm32wb0x/
Dram_sections.ld10 /* For historical reasons, leave the first word of
/Zephyr-latest/soc/atmel/sam0/common/
DKconfig.samd5x31 This choice will leave all clocks to their current state.
/Zephyr-latest/drivers/reset/
DKconfig25 initialized earlier in the startup cycle. If unsure, leave at default
/Zephyr-latest/tests/net/igmp/src/
Dmain.c205 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/
DKconfig38 initialized earlier in the startup cycle. If unsure, leave at default
/Zephyr-latest/dts/bindings/ethernet/
Dethernet-controller.yaml17 Note that using this choice and rebooting a board may leave stale
/Zephyr-latest/drivers/ethernet/
DKconfig.e100027 frames. Do not leave on for production.
/Zephyr-latest/dts/bindings/dma/
Dnxp,edma.yaml30 # leave the MUX cell as 0. This is not mandatory for the driver as the
/Zephyr-latest/soc/nxp/lpc/lpc54xxx/
DKconfig66 will enable the clock to this RAM bank. Disable this Kconfig to leave
/Zephyr-latest/samples/net/lwm2m_client/
DKconfig13 Leave empty for using CONFIG_BOARD
/Zephyr-latest/dts/bindings/usb/
Drenesas,smartbond-usbd.yaml35 Settings this threshold above this allows to leave interrupt
/Zephyr-latest/soc/nxp/lpc/lpc55xxx/
DKconfig.defconfig30 # Disable this Kconfig to leave the ram banks untouched out of reset.

12345678910