|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
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. | |
| 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().
| 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().