This file contains structure, typedefs, functions and prototypes used for Hyperram.
Go to the source code of this file.
Data Structures | |
struct | HyperRam_Attrs |
HyperRam device attributes, these are filled by SysCfg based on the HyperRam device that is selected. More... | |
struct | HyperRam_Config |
HyperRam driver configuration, these are filled by SysCfg based on the HyperRam device that is selected. More... | |
struct | HyperRam_Object |
Typedefs | |
typedef void * | HYPERRAM_Handle |
Handle to the HYPERRAM driver returned by HyperRam_open() More... | |
Functions | |
void | HyperRam_init (void) |
This function initializes the HYPERBUS module. More... | |
void | HyperRam_deinit (void) |
This function de-initializes the HYPERBUS module. More... | |
HYPERRAM_Handle | HyperRam_open (uint32_t instanceId) |
Open HyperRam driver. More... | |
void | HyperRam_close (HYPERRAM_Handle handle) |
Close HyperRam driver. More... | |