nrfx 3.3
Data Fields
nrf_exmif_config_t Struct Reference

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.
 

Detailed Description

Structure for configuration of mapping of the memory device to the EXMIF peripheral.

Note
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

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

Documentation feedback | Developer Zone | Subscribe | Updated