Synergy Software Package User's Manual

Interface for Memory API. More...

Data Structures

struct  sf_memory_region_info_t
 
struct  sf_memory_info_t
 
struct  sf_memory_cfg_t
 
struct  sf_memory_api_t
 
struct  sf_memory_instance_t
 

Macros

#define SF_MEMORY_API_VERSION_MAJOR   (2U)
 

Typedefs

typedef void sf_memory_ctrl_t
 

Detailed Description

Interface for Memory API.

Summary

The Memory interface supports the following features.

Implemented by: Memory framework

Related SSP architecture topics:

Memory Interface description: Memory Framework on sf_memory_qspi_nor

Macro Definition Documentation

◆ SF_MEMORY_API_VERSION_MAJOR

#define SF_MEMORY_API_VERSION_MAJOR   (2U)

Register definitions, common services and error codes.

Typedef Documentation

◆ sf_memory_ctrl_t

typedef void sf_memory_ctrl_t

SF Memory API framework control block. Allocate an instance specific control block to pass into the framework API calls.

Implemented as