Zephyr API Documentation
3.6.99
A Scalable Open Source RTOS
|
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. | |
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.
const void* const llext_const_symbol::addr |
Address of symbol.
const char* const llext_const_symbol::name |
Name of symbol.