Lines Matching full:muram
37 @Description FM MURAM Application Programming Interface.
56 @Group FM_muram_grp FM MURAM
58 @Description FM MURAM API functions, definitions and enums
64 @Group FM_muram_init_grp FM MURAM Initialization Unit
66 @Description FM MURAM initialization API functions, definitions and enums
74 @Description Creates partition in the MURAM.
76 The routine returns a handle (descriptor) to the MURAM partition.
78 FM-MURAM function calls.
83 @Param[in] baseAddress - Pointer to base of memory mapped FM-MURAM.
84 @Param[in] size - Size of the FM-MURAM partition.
86 @Return Handle to FM-MURAM object, or NULL for Failure.
93 @Description Frees all resources that were assigned to FM-MURAM module.
97 @Param[in] h_FmMuram - FM-MURAM module descriptor.
107 @Group FM_muram_ctrl_grp FM MURAM Control Unit
109 @Description FM MURAM control API functions, definitions and enums
117 @Description Allocate some memory from FM-MURAM partition.
119 @Param[in] h_FmMuram - FM-MURAM module descriptor.
130 @Description Allocate some specific memory from FM-MURAM partition (according
133 @Param[in] h_FmMuram - FM-MURAM module descriptor.
144 @Description Free an allocated memory from FM-MURAM partition.
146 @Param[in] h_FmMuram - FM-MURAM module descriptor.
156 @Description Returns the size (in bytes) of free MURAM memory.
158 @Param[in] h_FmMuram - FM-MURAM module descriptor.
160 @Return Free MURAM memory size in bytes.