Home
last modified time | relevance | path

Searched refs:attempts (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-latest/components/hal/esp32/include/hal/
Drtc_cntl_ll.h94 int attempts = 1000; in rtc_cntl_ll_get_rtc_time() local
97 if (attempts) { in rtc_cntl_ll_get_rtc_time()
98 if (--attempts == 0 && clk_ll_xtal32k_digi_is_enabled()) { in rtc_cntl_ll_get_rtc_time()
/hal_espressif-latest/components/esp_hw_support/port/esp32/
Drtc_time.c173 int attempts = 1000; in rtc_clk_wait_for_slow_cycle() local
176 if (attempts) { in rtc_clk_wait_for_slow_cycle()
177 if (--attempts == 0 && clk_ll_xtal32k_digi_is_enabled()) { in rtc_clk_wait_for_slow_cycle()
DKconfig.rtc89 int "Number of attempts to repeat 32k XTAL calibration"
93 Number of attempts to repeat 32k XTAL calibration
/hal_espressif-latest/components/esp_wifi/include/
Desp_mesh_internal.h169 esp_err_t esp_mesh_set_attempts(mesh_attempts_t *attempts);
180 esp_err_t esp_mesh_get_attempts(mesh_attempts_t *attempts);
Desp_mesh.h340 int attempts; /**< max vote attempts before stopped */ member
524 …int attempts; /**< max vote attempts before a new root is elected automatically by mesh … member
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/
DKconfig.rtc57 int "Number of attempts to repeat 32k XTAL calibration"
61 Number of attempts to repeat 32k XTAL calibration
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dtransport.c82 uint8_t attempts; /* Transmit attempts */ member
329 if (!BLE_MESH_ADDR_IS_UNICAST(tx->dst) && !tx->attempts) { in schedule_retransmit()
383 if (!(tx->attempts--)) { in seg_tx_send_unacked()
390 BT_INFO("Attempts: %u", tx->attempts); in seg_tx_send_unacked()
475 tx->attempts = SEG_RETRANSMIT_ATTEMPTS; in send_seg()
1203 tx_seg->attempts = SEG_RETRANSMIT_ATTEMPTS; in ctl_send_seg()
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dconfiguration-file.rst110 | open_port_attempts | Number of attempts to open the port (0 - infinite) | 1 …
Dadvanced-commands.rst172 …The ``run`` command immediately exits the bootloader and attempts to boot the normal application c…
/hal_espressif-latest/tools/esptool_py/esptool/
Dloader.py700 attempts=DEFAULT_CONNECT_ATTEMPTS, argument
727 range(attempts) if attempts > 0 else itertools.count(),
/hal_espressif-latest/components/bt/host/bluedroid/
DKconfig.in275 int "The number of attempts to reconnect if the connection establishment failed"
280 The number of attempts to reconnect if the connection establishment failed