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 --- .../html/group___g___u_c_s___i2_c___t_y_p_e_s.html | 186 --------------------- 1 file changed, 186 deletions(-) delete mode 100644 ucs2-lib/doc/html/group___g___u_c_s___i2_c___t_y_p_e_s.html (limited to 'ucs2-lib/doc/html/group___g___u_c_s___i2_c___t_y_p_e_s.html') diff --git a/ucs2-lib/doc/html/group___g___u_c_s___i2_c___t_y_p_e_s.html b/ucs2-lib/doc/html/group___g___u_c_s___i2_c___t_y_p_e_s.html deleted file mode 100644 index a7e9347..0000000 --- a/ucs2-lib/doc/html/group___g___u_c_s___i2_c___t_y_p_e_s.html +++ /dev/null @@ -1,186 +0,0 @@ - - - - - -UNICENS: I2C Referred Types - - - - - - - - - - - - - - - -
-
-
- - - - - - - -
Logo -
UNICENS V2.1.0-3491
-
User Manual and API Reference
- -
-
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
I2C Referred Types
-
-
- -

Referred types used by the Extended Resource Manager. -More...

- - - - - - - - -

-Data Structures

struct  Ucs_I2c_ResultDetails_t
 Detailed information used for I2C results. More...
 
struct  Ucs_I2c_Result_t
 Result structure of the I2C Module. More...
 
- - - - - - - - - - - - - -

-Callback Functions

typedef void(* Ucs_I2c_CreatePortResCb_t )(uint16_t node_address, uint16_t i2c_port_handle, Ucs_I2c_Result_t result, void *user_ptr)
 Callback function type to retrieve the result of the I2c_CreatePort function.
 
typedef void(* Ucs_I2c_WritePortResCb_t )(uint16_t node_address, uint16_t i2c_port_handle, uint8_t i2c_slave_address, uint8_t data_len, Ucs_I2c_Result_t result, void *user_ptr)
 Callback function type to retrieve the result of the Gpio_ConfigPinMode function.
 
typedef void(* Ucs_I2c_ReadPortResCb_t )(uint16_t node_address, uint16_t i2c_port_handle, uint8_t i2c_slave_address, uint8_t data_len, uint8_t data_ptr[], Ucs_I2c_Result_t result, void *user_ptr)
 Callback function type to retrieve the result of the Gpio_ConfigPinMode function.
 
typedef void(* Ucs_I2c_IntEventReportCb_t )(uint16_t node_address, void *user_ptr)
 Callback function type to report the I2C interrupt event.
 
- - - - - - - - - - - - - -

-Enumerations

enum  Ucs_I2c_Speed_t {
-  UCS_I2C_SLOW_MODE = 0x00U, -
-  UCS_I2C_FAST_MODE = 0x01U -
- }
 The speed grade of the I2C Port. More...
 
enum  Ucs_I2c_TrMode_t {
-  UCS_I2C_DEFAULT_MODE = 0x00U, -
-  UCS_I2C_REPEATED_MODE = 0x01U, -
-  UCS_I2C_BURST_MODE = 0x02U -
- }
 The write transfer mode. More...
 
enum  Ucs_I2c_ResultCode_t {
-  UCS_I2C_RES_SUCCESS = 0x00U, -
-  UCS_I2C_RES_ERR_CMD = 0x01U, -
-  UCS_I2C_RES_ERR_SYNC = 0x02U -
- }
 Result codes of the I2C Module. More...
 
enum  Ucs_I2c_ResultType_t {
-  UCS_I2C_RESULT_TYPE_TGT = 0x00U, -
-  UCS_I2C_RESULT_TYPE_TX = 0x01U -
- }
 This enumerator specifies the kind of result - Target or Transmission. More...
 
-

Detailed Description

-

Referred types used by the Extended Resource Manager.

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