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

Mutable cursor for one start event's attributes. More...

#include <xml.h>

Data Fields

uint32_t position
 Next scan position.
uint16_t emitted
 Attributes already returned.

Detailed Description

Mutable cursor for one start event's attributes.

Definition at line 87 of file xml.h.

Field Documentation

◆ emitted

uint16_t xml_attr_cursor_t::emitted

Attributes already returned.

Definition at line 89 of file xml.h.

Referenced by internal_attr_parse(), xml_attr_begin(), and xml_attr_next().

◆ position

uint32_t xml_attr_cursor_t::position

Next scan position.

Definition at line 88 of file xml.h.

Referenced by internal_attr_parse(), internal_attributes(), internal_declaration(), and xml_attr_begin().


The documentation for this struct was generated from the following file:
  • apps/shared_libs/xml/inc/xml.h