 |
AM275 FreeRTOS SDK
11.01.00
|
|
Go to the documentation of this file.
52 #include <drivers/hw_include/soc_config.h>
92 typedef struct HyperRam_Attrs_s {
HYPERBUS_Handle hyperbusHandle
Definition: hyperRam.h:173
uint32_t driverInstance
Definition: hyperRam.h:95
uint16_t CR1
Definition: hyperRam.h:97
void HyperRam_init(void)
This function initializes the HYPERBUS module.
void HyperRam_deinit(void)
This function de-initializes the HYPERBUS module.
void * HYPERBUS_Handle
A handle that is returned from a HYPERBUS_open() call.
Definition: hyperbus/v0/hyperbus.h:68
HyperRam device attributes, these are filled by SysCfg based on the HyperRam device that is selected.
Definition: hyperRam.h:92
char * HyperRamName
Definition: hyperRam.h:93
void HyperRam_close(HYPERRAM_Handle handle)
Close HyperRam driver.
uint16_t ID1
Definition: hyperRam.h:101
Definition: hyperRam.h:170
HYPERRAM_Handle handle
Definition: hyperRam.h:171
HyperRam_Attrs * attrs
Definition: hyperRam.h:111
uint16_t ID0
Definition: hyperRam.h:99
SemaphoreP_Object lockObj
Definition: hyperRam.h:177
Opaque semaphore object used with the semaphore APIs.
Definition: SemaphoreP.h:59
uint32_t isOpen
Definition: hyperRam.h:175
HyperRam driver configuration, these are filled by SysCfg based on the HyperRam device that is select...
Definition: hyperRam.h:110
void * HYPERRAM_Handle
Handle to the HYPERRAM driver returned by HyperRam_open()
Definition: hyperRam.h:78
HYPERRAM_Handle HyperRam_open(uint32_t instanceId)
Open HyperRam driver.
void * object
Definition: hyperRam.h:113