Searched refs:attempts (Results 1 – 11 of 11) sorted by relevance
94 int attempts = 1000; in rtc_cntl_ll_get_rtc_time() local97 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()
173 int attempts = 1000; in rtc_clk_wait_for_slow_cycle() local176 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()
89 int "Number of attempts to repeat 32k XTAL calibration"93 Number of attempts to repeat 32k XTAL calibration
169 esp_err_t esp_mesh_set_attempts(mesh_attempts_t *attempts);180 esp_err_t esp_mesh_get_attempts(mesh_attempts_t *attempts);
340 int attempts; /**< max vote attempts before stopped */ member524 …int attempts; /**< max vote attempts before a new root is elected automatically by mesh … member
57 int "Number of attempts to repeat 32k XTAL calibration"61 Number of attempts to repeat 32k XTAL calibration
82 uint8_t attempts; /* Transmit attempts */ member329 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()
110 | open_port_attempts | Number of attempts to open the port (0 - infinite) | 1 …
172 …The ``run`` command immediately exits the bootloader and attempts to boot the normal application c…
700 attempts=DEFAULT_CONNECT_ATTEMPTS, argument727 range(attempts) if attempts > 0 else itertools.count(),
275 int "The number of attempts to reconnect if the connection establishment failed"280 The number of attempts to reconnect if the connection establishment failed