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

One name="value" attribute on an element. More...

#include <book.h>

Data Fields

uint32_t name_off
 String-pool offset of the attribute name.
uint32_t value_off
 String-pool offset of the attribute value.

Detailed Description

One name="value" attribute on an element.

Since
Version 0.1.0

Definition at line 317 of file book.h.

Field Documentation

◆ name_off

uint32_t book_attr_t::name_off

String-pool offset of the attribute name.

Definition at line 318 of file book.h.

Referenced by internal_attributes(), and internal_emit_attrs().

◆ value_off

uint32_t book_attr_t::value_off

String-pool offset of the attribute value.

Definition at line 319 of file book.h.

Referenced by internal_attributes(), and internal_emit_attrs().


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