Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

Constant symbols are unchangeable named memory addresses. More...

#include <symbol.h>

Data Fields

const char *const name
 Name of symbol.
 
const void *const addr
 Address of symbol.
 

Detailed Description

Constant symbols are unchangeable named memory addresses.

Symbols may be named function or global objects that have been exported for linking. These constant symbols are useful in the base image as they may be placed in ROM.

Field Documentation

◆ addr

const void* const llext_const_symbol::addr

Address of symbol.

◆ name

const char* const llext_const_symbol::name

Name of symbol.


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