From ec59d20bafb3acaaff2bbcab185a074825319e20 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Mon, 12 Jun 2017 11:17:04 +0200 Subject: Update package * use sub module for ucs2-lib (tmp fork from IoT.bzh github) * add packaging for native build Signed-off-by: Ronan Le Martret --- .../group___g___u_c_s___i_n_i_c___t_y_p_e_s.html | 191 --------------------- 1 file changed, 191 deletions(-) delete mode 100644 ucs2-lib/doc/html/group___g___u_c_s___i_n_i_c___t_y_p_e_s.html (limited to 'ucs2-lib/doc/html/group___g___u_c_s___i_n_i_c___t_y_p_e_s.html') diff --git a/ucs2-lib/doc/html/group___g___u_c_s___i_n_i_c___t_y_p_e_s.html b/ucs2-lib/doc/html/group___g___u_c_s___i_n_i_c___t_y_p_e_s.html deleted file mode 100644 index b50ee8f..0000000 --- a/ucs2-lib/doc/html/group___g___u_c_s___i_n_i_c___t_y_p_e_s.html +++ /dev/null @@ -1,191 +0,0 @@ - - - - - -UNICENS: Referred Types - - - - - - - - - - - - - - - -
-
-
- - - - - - - -
Logo -
UNICENS V2.1.0-3491
-
User Manual and API Reference
- -
-
- - - -
-
- -
-
-
- -
- - - - -
- -
- - -
- -

INIC related types. -More...

- - - - - - - - -

-Data Structures

struct  Ucs_Inic_Version_t
 This structure contains information on the hardware and firmware modules of the INIC. More...
 
struct  Ucs_Gpio_PinConfiguration_t
 This structure contains information on the GPIO pin configuration. More...
 
- - - - -

-Callback Functions

typedef void(* Ucs_Inic_PowerStateCb_t )(Ucs_Inic_PowerState_t power_state, void *user_ptr)
 Function signature used to monitor the INICs power state.
 
- - - - - - - - - - - - - -

-Enumerations

enum  Ucs_Inic_LastResetReason_t {
-  UCS_INIC_RST_STARTUP = 0x00U, -
-  UCS_INIC_RST_HW_WATCHDOG = 0x01U, -
-  UCS_INIC_RST_STACK_OVERFLOW = 0x02U -
- }
 Data Type which describes the last reset reason of the device. More...
 
enum  Ucs_Inic_PowerState_t {
-  UCS_INIC_PWS_U_NORMAL = 0x00U, -
-  UCS_INIC_PWS_U_LOW = 0x01U, -
-  UCS_INIC_PWS_STP = 0x02U, -
-  UCS_INIC_PWS_U_CRITICAL = 0x03U, -
-  UCS_INIC_PWS_NO_MONITORING = 0xFFU -
- }
 The current power state of the INICs power management interface (PS0/PS1). More...
 
enum  Ucs_Sd_ResCode_t {
-  UCS_SD_TARGET_FOUND = 0x01U, -
-  UCS_SD_FINISHED = 0x02U, -
-  UCS_SD_CABLE_LINK_RES = 0x03U, -
-  UCS_SD_ABORTED = 0x04U, -
-  UCS_SD_ERROR = 0x05U -
- }
 Type of System Diagnosis Report. More...
 
enum  Ucs_Sd_ErrCode_t {
-  UCS_SD_ERR_UNSPECIFIED = 0x01U, -
-  UCS_SD_ERR_WELCOME_NO_SUCCESS = 0x02U, -
-  UCS_SD_ERR_STOP_SYSDIAG_FAILED = 0x03U, -
-  UCS_SD_ERR_TERMINATED = 0x04U -
- }
 Type of System Diagnosis Error Codes. More...
 
-

Detailed Description

-

INIC related types.

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