/Zephyr-latest/subsys/sd/ |
D | Kconfig | 44 int "Number of times to retry initialization commands" 47 Number of times to retry initialization commands in case of failure 50 int "Number of times to retry SD OCR read" 53 Number of times to retry SD OCR read command. OCR reads typically 84 int "Number of times to retry sending command to card" 87 Number of times to retry sending command to SD card in case of failure 90 int "Number of times to retry sending data to card" 93 Number of times to retry sending data to SD card in case of failure
|
D | sd_utils.h | 47 * Helper function to retry sending command to SD card 48 * Will retry command if return code equals SD_RETRY 62 * SD_RETRY: retry command in sd_retry() 63 * other: does not retry in sd_retry()
|
/Zephyr-latest/soc/nxp/imxrt/imxrt6xx/cm33/ |
D | flash_clock_setup.c | 31 uint32_t retry; in flash_init() local 44 retry = FLEXSPI_DLL_LOCK_RETRY; in flash_init() 60 retry = 100; in flash_init() 64 retry--; in flash_init() 66 retry = FLEXSPI_DLL_LOCK_RETRY; in flash_init() 69 } while (retry > 0); in flash_init() 73 for (; retry > 0U; retry--) { in flash_init()
|
/Zephyr-latest/soc/nxp/imxrt/imxrt5xx/cm33/ |
D | flash_clock_setup.c | 31 uint32_t retry; in flash_init() local 48 retry = FLEXSPI_DLL_LOCK_RETRY; in flash_init() 55 retry = 100; in flash_init() 59 retry--; in flash_init() 61 retry = FLEXSPI_DLL_LOCK_RETRY; in flash_init() 64 } while (retry > 0); in flash_init() 68 for (; retry > 0U; retry--) { in flash_init()
|
/Zephyr-latest/subsys/bluetooth/controller/ticker/shell/ |
D | ticker.c | 47 uint8_t retry; in cmd_ticker_info() local 54 retry = 4U; in cmd_ticker_info() 81 retry--; in cmd_ticker_info() 82 if (!retry) { in cmd_ticker_info() 83 shell_print(sh, "Retry again, tickers too " in cmd_ticker_info() 93 "remaining.", retry); in cmd_ticker_info()
|
/Zephyr-latest/tests/boards/espressif/wifi/src/ |
D | main.c | 242 int retry = CONFIG_WIFI_CONNECT_ATTEMPTS; in ZTEST() local 244 /* Manage connect retry as disconnect event may happen */ in ZTEST() 255 zassert(--retry, "Connect failed"); in ZTEST() 256 LOG_INF("Failed attempt, retry %d", CONFIG_WIFI_CONNECT_ATTEMPTS - retry); in ZTEST() 261 } while (retry); in ZTEST() 279 int retry = CONFIG_WIFI_PING_ATTEMPTS; in ZTEST() local 308 zassert(--retry, "Gateway ping (ICMP) timed out on all attempts"); in ZTEST() 309 LOG_INF("No reply, retry %d", CONFIG_WIFI_PING_ATTEMPTS - retry); in ZTEST() 313 } while (retry); in ZTEST()
|
/Zephyr-latest/soc/intel/intel_adsp/ace/ |
D | multiprocessing.c | 131 int retry = CORE_POWER_CHECK_NUM; in soc_start_core() local 183 (retry > 0)) { in soc_start_core() 185 retry--; in soc_start_core() 188 if (retry == 0) { in soc_start_core() 257 int retry = CORE_POWER_CHECK_NUM; in soc_adsp_halt_cpu() local 275 (retry > 0)) { in soc_adsp_halt_cpu() 277 retry--; in soc_adsp_halt_cpu() 280 if (retry == 0) { in soc_adsp_halt_cpu()
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | friendship_common.c | 93 static void lpn_polled(uint16_t net_idx, uint16_t friend_addr, bool retry) in lpn_polled() argument 96 retry ? "retry" : "initial"); in lpn_polled()
|
/Zephyr-latest/soc/st/stm32/common/ |
D | stm32_hsem.h | 110 /** Hardware Semaphore default retry value */ 116 static inline void z_stm32_hsem_lock(uint32_t hsem, uint32_t retry) in z_stm32_hsem_lock() argument 122 if (retry != HSEM_LOCK_WAIT_FOREVER) { in z_stm32_hsem_lock() 123 retry--; in z_stm32_hsem_lock() 124 if (retry == 0) { in z_stm32_hsem_lock()
|
/Zephyr-latest/lib/os/zvfs/ |
D | zvfs_poll.c | 22 bool retry; in zvfs_poll_internal() local 116 retry = false; in zvfs_poll_internal() 144 retry = true; in zvfs_poll_internal() 156 if (retry) { in zvfs_poll_internal() 167 } while (retry); in zvfs_poll_internal()
|
/Zephyr-latest/drivers/rtc/ |
D | rtc_ifx_cat1.c | 216 uint32_t retry = 0; in ifx_cat1_rtc_set_time() local 225 if (retry != 0) { in ifx_cat1_rtc_set_time() 237 ++retry; in ifx_cat1_rtc_set_time() 238 } while (rslt == CY_RTC_INVALID_STATE && retry < _IFX_CAT1_RTC_MAX_RETRY); in ifx_cat1_rtc_set_time() 240 retry = 0; in ifx_cat1_rtc_set_time() 241 while (CY_RTC_BUSY == Cy_RTC_GetSyncStatus() && retry < _IFX_CAT1_RTC_MAX_RETRY) { in ifx_cat1_rtc_set_time() 243 ++retry; in ifx_cat1_rtc_set_time()
|
/Zephyr-latest/boards/shields/wnc_m14a2a/ |
D | Kconfig.defconfig | 20 # extend retry timing to 20 seconds for LTE/LTE-M
|
/Zephyr-latest/boards/shields/sparkfun_sara_r4/ |
D | Kconfig.defconfig | 27 # extend retry timing to 20 seconds for LTE/LTE-M
|
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/src/ |
D | util.c | 81 uint8_t retry; in util_aa_le32() local 83 retry = 3U; in util_aa_le32() 85 if (!retry) { in util_aa_le32() 88 retry--; in util_aa_le32()
|
/Zephyr-latest/scripts/tests/twister_blackbox/ |
D | test_runner.py | 473 'retry 2', 474 'retry 3' 478 …args = ['--outdir', out_path, '-T', test_path, '--retry-failed', iterations, '--retry-interval', '… 509 'retry interval 15', 510 'retry interval 30' 514 …args = ['--outdir', out_path, '-T', test_path, '--retry-failed', '1', '--retry-interval', interval… 675 'retry 2', 676 'retry 3' 680 …args = ['--outdir', out_path, '-T', test_path, '--retry-build-errors', '--retry-failed', iteration… 681 '--retry-interval', '10'] + \
|
/Zephyr-latest/dts/bindings/tcpc/ |
D | parade,ps8xxx.yaml | 25 This value is used to fill the Retry Counter part of the TCPCI Transmit register.
|
/Zephyr-latest/tests/net/lib/http_server/crime/ |
D | prj.conf | 33 # Reduce the retry count, so the close always finishes within a second
|
/Zephyr-latest/subsys/logging/backends/ |
D | Kconfig.ws | 31 Sleep period between TX retry attempts.
|
/Zephyr-latest/tests/net/lib/http_server/core/ |
D | prj.conf | 33 # Reduce the retry count, so the close always finishes within a second
|
/Zephyr-latest/tests/net/socket/reuseaddr_reuseport/ |
D | prj.conf | 38 # Reduce the retry count, so the close always finishes within a second
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/retry_on_sec_err/test_scripts/ |
D | run_test.sh | 16 printf "\n\n===== ATT retry on security error (auto security elevation) ======\n\n"
|
D | run_test_security_request.sh | 15 printf "\n\n==== ATT retry on security error (peripheral security request) ====\n\n"
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | Kconfig | 33 retry to send notification that failed due to lack of TX buffers
|
/Zephyr-latest/tests/net/socket/tcp/ |
D | prj.conf | 38 # Reduce the retry count, so the close always finishes within a second
|
/Zephyr-latest/subsys/mgmt/osdp/ |
D | Kconfig.cp | 31 int "Retry wait time in seconds after a command error"
|