|
Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
Go to the source code of this file.
Macros | |
| #define | LINKER_DT_REGION_FROM_NODE(name, attr, node_id) |
| Generate a linker memory region from a devicetree node. More... | |
| #define LINKER_DT_REGION_FROM_NODE | ( | name, | |
| attr, | |||
| node_id | |||
| ) |
Generate a linker memory region from a devicetree node.
If node_id refers to a node with status "okay", then this declares a linker memory region named name with attributes from attr.
Otherwise, it doesn't expand to anything.
| name | name of the generated memory region |
| attr | region attributes to use (rx, rw, ...) |
| node_id | devicetree node identifier with a <reg> property defining region location and size. |