![]() |
nrfx 4.5.0
|
Structure for configuration of mapping of the memory device to the EXMIF peripheral. More...
#include <nrf_exmif.h>
Data Fields | |
| uint32_t | offset |
| EXMIF address mapping offset. | |
| uint32_t | size |
| EXMIF address mapping memory size. | |
Structure for configuration of mapping of the memory device to the EXMIF peripheral.
offset is subtracted from incoming address to produce an address used for an external memory device. It can be calculated using following equation: offset = incoming AXI address - expected base address of the memory device