From d2e42029ec04c3f224580f8007cdfbbfe0fc47a6 Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Fri, 26 May 2017 18:45:56 +0200 Subject: Initial Commit --- ucs2-lib/doc/html/group___g___u_c_s___i_r_m.html | 150 +++++++++++++++++++++++ 1 file changed, 150 insertions(+) create mode 100644 ucs2-lib/doc/html/group___g___u_c_s___i_r_m.html (limited to 'ucs2-lib/doc/html/group___g___u_c_s___i_r_m.html') diff --git a/ucs2-lib/doc/html/group___g___u_c_s___i_r_m.html b/ucs2-lib/doc/html/group___g___u_c_s___i_r_m.html new file mode 100644 index 0000000..ce0eac5 --- /dev/null +++ b/ucs2-lib/doc/html/group___g___u_c_s___i_r_m.html @@ -0,0 +1,150 @@ + + + + + +UNICENS: Extended Resources Management + + + + + + + + + + + + + + + +
+
+
+ + + + + + + +
Logo +
UNICENS V2.1.0-3491
+
User Manual and API Reference
+ +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
Extended Resources Management
+
+
+ +

Provides data type to manage MOST data resources. +More...

+ + + + + + + + + + + +

+Topics

 Additional Streaming Port Functions
 Additional Streaming Port functions of the Extended Resource Manager.
 
 XRM Referred Types
 Referred types used by XRM service functions.
 
 XRM Configuration Macros
 Configurations Macros used by XRM service functions.
 
+ + + + +

+Macros

#define UCS_ADDR_LOCAL_DEV   0x0001U
 Defines the address of the local device.
 
+ + + + + + + +

+Callback Functions

typedef void(* Ucs_Xrm_Most_PortStatusCb_t )(uint16_t most_port_handle, Ucs_Most_PortAvail_t availability, Ucs_Most_PortAvailInfo_t avail_info, uint16_t free_streaming_bw, void *user_ptr)
 Function signature used for the MOST Port status.
 
typedef void(* Ucs_Xrm_CheckUnmuteCb_t )(uint16_t node_address, void *user_ptr)
 Function signature used for the check unmute callback.
 
+

Detailed Description

+

Provides data type to manage MOST data resources.

+
+
+ + + + + + -- cgit 1.2.3-korg