|
Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
|
Common progress callback. More...
#include <stdint.h>Go to the source code of this file.
Typedefs | |
| typedef void(* | infuse_progress_cb_t) (uint32_t progress, uint32_t total) |
| Common progress callback type definition. | |
Common progress callback.
SPDX-License-Identifier: FSL-1.1-ALv2
| typedef void(* infuse_progress_cb_t) (uint32_t progress, uint32_t total) |
Common progress callback type definition.
Common progress callback type
| progress | Currently completed progress towards total |
| total | Total amount of work to complete |