/Zephyr-latest/samples/subsys/shell/shell_module/src/ |
D | login_cmd.c | 30 static uint32_t attempts; in cmd_login() local 34 attempts++; in cmd_login() 35 if (attempts > 3) { in cmd_login() 36 k_sleep(K_SECONDS(attempts)); in cmd_login() 48 attempts = 0; in cmd_login()
|
/Zephyr-latest/tests/boards/espressif/wifi/ |
D | Kconfig | 45 Number of attempts when connecting to a Wi-Fi network. 46 If connection is not successful after all attempts, test will fail. 52 Number of gateway ping attempts. 53 If timeout happens in all attempts, test will fail.
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | statistic.rst | 8 relaying attempts.
|
/Zephyr-latest/doc/connectivity/networking/conn_mgr/ |
D | implementation.rst | 420 …ally attempts to reconnect or retry connection after connection loss or failure, the connectivity … 424 …* If the underlying technology automatically attempts to reconnect after losing connection, and pe… 429 *Technologiess that give up on connection attempts* 432 If the underlying technology has no mechanism to retry connection attempts, or would give up on the… 434 * If your underlying technology is not persistent, you must manually trigger reconnect attempts whe… 435 …hnology does not support a timeout, you must manually cancel connection attempts if the timeout is… 436 …technology forces a timeout, you must manually trigger a new connection attempts if that timeout i… 445 Instead, these underlying technologies may need to make multiple back-to-back association attempts … 447 …implementation should treat this series of back-to-back association sub-attempts as a single unifi… 449 …empt failure, persistence being disabled should not prevent further sub-attempts, since they all c… [all …]
|
/Zephyr-latest/subsys/net/l2/ieee802154/ |
D | Kconfig.radio | 14 int "Radio Retransmission attempts" 18 Number of re-transmission attempts radio driver should do, before
|
/Zephyr-latest/subsys/logging/backends/ |
D | Kconfig.ws | 31 Sleep period between TX retry attempts.
|
D | Kconfig.rtt | 76 Sleep period between TX retry attempts. During RTT session, host pulls
|
/Zephyr-latest/drivers/ieee802154/ |
D | Kconfig.cc13xx_cc26xx | 21 int "Radio Transmission attempts" 26 Number of transmission attempts radio driver should do, before
|
D | Kconfig.nrf5 | 92 bool "Support for multiple CCA attempts before transmission"
|
/Zephyr-latest/subsys/net/lib/dhcpv4/ |
D | dhcpv4.c | 463 timeout = DHCPV4_INITIAL_RETRY_TIMEOUT << dhcpv4->attempts; in dhcpv4_update_message_timeout() 473 dhcpv4->attempts++; in dhcpv4_update_message_timeout() 511 dhcpv4->attempts++; in dhcpv4_update_renew_timeout() 526 dhcpv4->attempts++; in dhcpv4_update_rebind_timeout() 691 iface->config.dhcpv4.attempts = 0U; in dhcpv4_enter_selecting() 707 iface->config.dhcpv4.attempts = 0U; in dhcpv4_enter_requesting() 762 iface->config.dhcpv4.attempts = 0U; in dhcpv4_enter_renewing() 770 iface->config.dhcpv4.attempts = 0U; in dhcpv4_enter_rebinding() 810 if (iface->config.dhcpv4.attempts >= in dhcpv4_manage_timers() 1574 iface->config.dhcpv4.attempts = 0U; in dhcpv4_iface_event_handler()
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | hci_spi_st.c | 224 uint8_t size_offset, attempts; in bt_spi_get_header() local 238 attempts = IRQ_HIGH_MAX_READ; in bt_spi_get_header() 257 attempts--; in bt_spi_get_header() 258 } while ((*size == 0) && attempts); in bt_spi_get_header()
|
/Zephyr-latest/soc/intel/intel_adsp/tools/ |
D | cavstool.py | 625 attempts = None if timeout_s is None else timeout_s * hertz 630 if attempts is not None: 631 attempts -= 1 632 if attempts < 0: 750 attempts = timeout_s * hertz 751 while attempts > 0: 762 log.debug("not found, %u attempts left", attempts) 763 attempts -= 1
|
/Zephyr-latest/drivers/entropy/ |
D | Kconfig.cc13xx_cc26xx | 47 The number of FROs allowed to be shutdown before the driver attempts to
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_litex_liteeth.c | 82 int attempts = 0; in eth_tx() local 93 if (attempts++ == MAX_TX_FAILURE) { in eth_tx()
|
/Zephyr-latest/subsys/mgmt/updatehub/ |
D | Kconfig | 91 int "Maximum retries attempts to download a packet" 95 Set the maximum number of retries attempts to download a packet
|
/Zephyr-latest/arch/arm64/core/cortex_r/ |
D | Kconfig | 38 triggering MemManage exceptions upon accidental attempts to
|
/Zephyr-latest/tests/arch/arm/arm_interrupt/ |
D | README.txt | 4 pointer dereferencing attempts are detected and interpreted 27 attempts are caught and successfully trigger a CPU exception in the case
|
/Zephyr-latest/samples/net/wifi/apsta_mode/ |
D | README.rst | 24 the board into AP-STA mode to support both modes and attempts to connect to the
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | bap.rst | 492 The :code:`config` command attempts to configure a stream for the given 523 The :code:`qos` command attempts to configure the stream QoS using the preset 540 The :code:`enable` command attempts to enable the stream previously configured. 556 The :code:`connect` command attempts to connect the stream previously configured. 588 The :code:`disable` command attempts to disable the stream previously enabled,
|
/Zephyr-latest/doc/kernel/services/data_passing/ |
D | message_queues.rst | 37 If a thread attempts to send a data item when the ring buffer is full, 47 If a thread attempts to receive a data item when the ring buffer is empty,
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig.ipv6 | 177 The timeout in seconds between attempts to send a Router 278 int "Max amount of failed DAD attempts" 283 attempts no non-unique address was generated then there will be no
|
D | Kconfig.tcp | 229 bool "Reject connection attempts on unbound TCP ports with RST" 232 If enabled, TCP stack will reject connection attempts on unbound ports
|
/Zephyr-latest/doc/hardware/arch/ |
D | arc-support-status.rst | 106 attempts to get the cooperative lock, and not modify the CPU affinity
|
/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | index.rst | 16 attempts to provide a uniform interface to them.
|
/Zephyr-latest/arch/arm/core/mpu/ |
D | Kconfig | 43 triggering MemManage exceptions upon accidental attempts to
|