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 --- .../html/struct_ucs___general___init_data__t.html | 143 +++++++++++++++++++++ 1 file changed, 143 insertions(+) create mode 100644 ucs2-lib/doc/html/struct_ucs___general___init_data__t.html (limited to 'ucs2-lib/doc/html/struct_ucs___general___init_data__t.html') diff --git a/ucs2-lib/doc/html/struct_ucs___general___init_data__t.html b/ucs2-lib/doc/html/struct_ucs___general___init_data__t.html new file mode 100644 index 0000000..5b2af8c --- /dev/null +++ b/ucs2-lib/doc/html/struct_ucs___general___init_data__t.html @@ -0,0 +1,143 @@ + + + + + +UNICENS: Ucs_General_InitData_t Struct Reference + + + + + + + + + + + + + + + +
+
+
+ + + + + + + +
Logo +
UNICENS V2.1.0-3491
+
User Manual and API Reference
+ +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
Ucs_General_InitData_t Struct Reference
+
+
+ +

The general section of initialization data. + More...

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

+Data Fields

Ucs_ErrorCb_t error_fptr
 Mandatory callback function notifying an error that terminates the API.
 
Ucs_GetTickCountCb_t get_tick_count_fptr
 Mandatory callback function querying the actual system tick count.
 
Ucs_SetAppTimerCb_t set_application_timer_fptr
 Callback function requesting the application to call Ucs_ReportTimeout() after a certain time. Mandatory callback function in event driven mode.
 
Ucs_RequestServiceCb_t request_service_fptr
 Callback function requesting the application to call Ucs_Service(). Mandatory callback function in event driven mode.
 
bool inic_watchdog_enabled
 Optional setting for debugging. Set to false to disable the watchdog, set to true (default value) to enable the watchdog.
 
Ucs_DebugErrorMsgCb_t debug_error_msg_fptr
 Optional callback function to debug incoming raw messages of operation type UCS_OP_ERROR and UCS_OP_ERRORACK.
 
+

Detailed Description

+

The general section of initialization data.

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