|
Zephyr Project API 4.3.0
A Scalable Open Source RTOS
|
Go to the source code of this file.
Macros | |
| #define | SRAM0_SAHB_BASE 0x20000000 |
| #define | SRAM0_CBUS_BASE 0x04000000 |
| #define | BOOTSTRAP_SIZE DT_SIZE_K(16) |
| #define | BOOTSTRAP_BASE_OFFSET (DT_SIZE_K(256) - BOOTSTRAP_SIZE) |
| #define | BOOTSTRAP_SAHB_BASE (SRAM0_SAHB_BASE + BOOTSTRAP_BASE_OFFSET) |
| #define | BOOTSTRAP_CBUS_BASE (SRAM0_CBUS_BASE + BOOTSTRAP_BASE_OFFSET) |
| #define | SRAM0_SIZE (DT_SIZE_K(256) - BOOTSTRAP_SIZE) |
| #define BOOTSTRAP_BASE_OFFSET (DT_SIZE_K(256) - BOOTSTRAP_SIZE) |
| #define BOOTSTRAP_CBUS_BASE (SRAM0_CBUS_BASE + BOOTSTRAP_BASE_OFFSET) |
| #define BOOTSTRAP_SAHB_BASE (SRAM0_SAHB_BASE + BOOTSTRAP_BASE_OFFSET) |
| #define BOOTSTRAP_SIZE DT_SIZE_K(16) |
| #define SRAM0_CBUS_BASE 0x04000000 |
| #define SRAM0_SAHB_BASE 0x20000000 |
| #define SRAM0_SIZE (DT_SIZE_K(256) - BOOTSTRAP_SIZE) |