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

Destination descriptor for a simple metadata XML element. More...

Data Fields

const char * tag
 XML element name.
char * dst
 Fixed metadata destination.
size_t cap
 Destination capacity.

Detailed Description

Destination descriptor for a simple metadata XML element.

Definition at line 303 of file mdl_export_meta.c.

Field Documentation

◆ cap

size_t mdl_meta_xml_field_t::cap

Destination capacity.

Definition at line 306 of file mdl_export_meta.c.

Referenced by internal_parse_xml_field().

◆ dst

char* mdl_meta_xml_field_t::dst

Fixed metadata destination.

Definition at line 305 of file mdl_export_meta.c.

Referenced by internal_parse_xml_field().

◆ tag

const char* mdl_meta_xml_field_t::tag

XML element name.

Definition at line 304 of file mdl_export_meta.c.

Referenced by internal_parse_xml_field().


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