Searched full:progress (Results 1 – 25 of 261) sorted by relevance
1234567891011
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | dfd.h | 50 /** Another firmware image distribution is in progress. */ 53 /** Another upload is in progress. */ 74 /** No firmware distribution is in progress. */ 77 /** Firmware distribution is in progress. */ 101 /** No firmware upload is in progress. */
|
D | blob_cli.h | 182 /** Checking transfer progress. */ 240 /** @brief Transfer progress callback 253 /** @brief End of Get Transfer Progress procedure. 395 /** @brief Get the progress of BLOB transfer. 399 * To get progress of the active BLOB transfer, use the 410 /** @brief Get the current progress of the active transfer in percent. 414 * @return The current transfer progress, or 0 if no transfer is active.
|
D | sar_cfg.h | 30 /** SAR Unicast Retransmissions Without Progress Count state */
|
D | dfd_srv.h | 157 /** @brief Get the progress of an ongoing OOB store 160 * get the current progress of an ongoing OOB store from the 164 * @param slot DFU image slot to get progress for. 166 * @return The current progress of the ongoing OOB store, in percent.
|
/Zephyr-latest/include/zephyr/storage/ |
D | stream_flash.h | 145 * @brief Load persistent stream write progress stored with key 149 * load previous stream write progress before writing any data. If the loaded 150 * progress has fewer bytes written than @p ctx then it will be ignored. 154 * the stream write progress 163 * @brief Save persistent stream write progress using key @p settings_key . 167 * the stream write progress 175 * @brief Clear persistent stream write progress stored with key 179 * @param settings_key key previously used for storing the stream write progress
|
/Zephyr-latest/doc/services/storage/stream/ |
D | stream_flash.rst | 20 Persistent stream write progress 24 the stream write progress to persistent storage so that the operation can resume 28 write progress to persistent storage using the :ref:`Settings <settings_api>`
|
/Zephyr-latest/subsys/storage/stream/ |
D | Kconfig | 31 bool "Persistent stream write progress" 35 Enable API for loading and storing the current write progress to flash
|
D | stream_flash.c | 39 /* Check that loaded progress is not outdated. */ in settings_direct_loader() 353 LOG_ERR("Error %d while loading progress for \"%s\"", in stream_flash_progress_load() 372 LOG_ERR("Error %d while storing progress for \"%s\"", in stream_flash_progress_save() 389 LOG_ERR("Error %d while deleting progress for \"%s\"", in stream_flash_progress_clear()
|
/Zephyr-latest/soc/intel/intel_adsp/common/include/ |
D | intel_adsp_ipc.h | 31 * received while an in-progress message remains incomplete! 113 /** @brief Complete an in-progress message. 115 * Notify the other side that the current in-progress message is 116 * complete. This is a noop if no message is in progress. 119 * received while an in-progress message remains incomplete! 125 /** @brief Message-in-progress predicate. 131 * @return True if no message is in progress.
|
/Zephyr-latest/samples/boards/microchip/mec15xxevb_assy6853/power_management/src/ |
D | power_mgmt.h | 19 * @param use_logging test progress will be reported using logging, 31 * @param use_logging test progress will be reported using logging,
|
/Zephyr-latest/.github/workflows/ |
D | stale_issue.yml | 26 exempt-pr-labels: 'Blocked,In progress' 27 … exempt-issue-labels: 'In progress,Enhancement,Feature,Feature Request,RFC,Meta,Process,Coverity'
|
D | stale-workflow-queue-cleanup.yml | 12 cancel-in-progress: true
|
D | backport_issue_check.yml | 18 cancel-in-progress: true
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/include/mgmt/mcumgr/transport/ |
D | smp_reassembly.h | 74 * re-assembly in progress. 87 * -EINVAL if there is no re-assembly in progress; 102 * -EINVAL if there is no re-assembly in progress. 115 * NULL if no re-assembly in progress.
|
/Zephyr-latest/doc/services/resource_management/ |
D | index.rst | 37 state) and cancel (to reclaim client data from an in-progress 50 cancellation has no effect on the in-progress transition. 52 progress: when the service has turned off successfully it will be
|
/Zephyr-latest/samples/net/sockets/echo_client/src/ |
D | common.h | 15 /* Turn off the progress printing so that shell can be used. 16 * Set to true if you want to see progress output.
|
/Zephyr-latest/tests/subsys/pm/power_states_api/src/ |
D | test_driver.h | 16 * not be suspended while is in progress. This included
|
/Zephyr-latest/modules/canopennode/ |
D | canopennode.h | 139 * @brief Indicate CANopen program download in progress 141 * Indicate that a CANopen program download is in progress. 143 * @param in_progress true if program download is in progress, false otherwise
|
/Zephyr-latest/scripts/ |
D | requirements-base.txt | 19 progress
|
/Zephyr-latest/boards/beagle/beaglev_fire/doc/ |
D | index.rst | 45 are connected properly you can press the Reset button which will show you a progress bar like: 51 Once you see that progress bar on your screen you can start pressing any button (0-9/a-z) which 130 dd if=<path_to_zephyr.elf> of=/dev/sdXD bs=4M status=progress oflag=sync
|
/Zephyr-latest/subsys/testsuite/ztest/src/ |
D | ztress.c | 23 /* Timer used for reporting test progress. */ 84 uint32_t progress = 100; in progress_timeout() local 91 progress = (100 * exec_cnt[0]) / tmr_data->exec_cnt; in progress_timeout() 106 progress = MIN(progress, thread_progress); in progress_timeout() 113 printk("\r%u%% remaining:%u ms", progress, (uint32_t)rem); in progress_timeout()
|
/Zephyr-latest/modules/hal_nordic/nrfs/dvfs/ |
D | ld_dvfs_handler.h | 21 * @return EAGAIN DVFS init in progress.
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/ecred/peer/src/ |
D | peer.c | 27 /* Mark test as in progress. */ in entrypoint_peer()
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/op_agg/ |
D | model_coex.sh | 8 # In this test scenario, the DUT has a sequence in progress on the Opcode
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | nrfutil.py | 76 pld['data']['progress']['progressPercentage'] == 0 78 self.logger.info(pld['data']['progress']['description'])
|
1234567891011