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

Caller-owned workspace for one loaded host index. More...

#include <mdl_cache.h>

Collaboration diagram for mdl_cache_index_t:

Data Fields

mdl_cache_record_t records [k_mdl_cache_record_max]
 Retained observations.
uint64_t host_hash
 Bound host identity.
uint16_t schema_version
 Binary schema version.
uint16_t record_count
 Populated rows.

Detailed Description

Caller-owned workspace for one loaded host index.

Invariant
record_count <= k_mdl_cache_record_max.
Since
0.1.0

Definition at line 54 of file mdl_cache.h.

Field Documentation

◆ host_hash

uint64_t mdl_cache_index_t::host_hash

Bound host identity.

Definition at line 56 of file mdl_cache.h.

Referenced by priv_mdl_cache_save().

◆ record_count

uint16_t mdl_cache_index_t::record_count

◆ records

◆ schema_version

uint16_t mdl_cache_index_t::schema_version

Binary schema version.

Definition at line 57 of file mdl_cache.h.

Referenced by priv_mdl_cache_save().


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