Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
progress_cb.h File Reference

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.

Detailed Description

Common progress callback.

Author
Jordan Yates jorda.nosp@m.n@em.nosp@m.beint.nosp@m..com

SPDX-License-Identifier: FSL-1.1-ALv2

Typedef Documentation

◆ infuse_progress_cb_t

typedef void(* infuse_progress_cb_t) (uint32_t progress, uint32_t total)

Common progress callback type definition.

Common progress callback type

Parameters
progressCurrently completed progress towards total
totalTotal amount of work to complete