ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
ra8_ota_progress_t Struct Reference

Snapshot delivered to the caller's progress callback. More...

#include <ra8_ota.h>

Data Fields

ra8_ota_state_t state
 Current state machine value.
uint32_t bytes_done
 Bytes successfully programmed so far.
uint32_t bytes_total
 Manifest-declared size.
ra8_err_t last_err
 Last error (k_ra8_ok if healthy).

Detailed Description

Snapshot delivered to the caller's progress callback.

Definition at line 128 of file ra8_ota.h.

Field Documentation

◆ bytes_done

uint32_t ra8_ota_progress_t::bytes_done

Bytes successfully programmed so far.

Definition at line 130 of file ra8_ota.h.

◆ bytes_total

uint32_t ra8_ota_progress_t::bytes_total

Manifest-declared size.

Definition at line 131 of file ra8_ota.h.

◆ last_err

ra8_err_t ra8_ota_progress_t::last_err

Last error (k_ra8_ok if healthy).

Definition at line 132 of file ra8_ota.h.

◆ state

ra8_ota_state_t ra8_ota_progress_t::state

Current state machine value.

Definition at line 129 of file ra8_ota.h.


The documentation for this struct was generated from the following file: