Lines Matching full:fm
37 @Description FM MURAM Application Programming Interface.
50 @Description FM API functions, definitions and enums
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
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.
158 @Param[in] h_FmMuram - FM-MURAM module descriptor.