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

Provides service functions to handle data communication over I2C. -More...

- - - - - -

-Topics

 I2C Referred Types
 Referred types used by the Extended Resource Manager.
 
- - - - -

-Data Structures

struct  Ucs_I2c_InitData_t
 The initialization structure of the I2C Module. More...
 
- - - - - - - - - - -

-Functions

Ucs_Return_t Ucs_I2c_CreatePort (Ucs_Inst_t *self, uint16_t destination_address, uint8_t index, Ucs_I2c_Speed_t speed, uint8_t i2c_int_mask, Ucs_I2c_CreatePortResCb_t result_fptr)
 Creates an I2C Port with its associated parameter.
 
Ucs_Return_t Ucs_I2c_WritePort (Ucs_Inst_t *self, uint16_t destination_address, uint16_t port_handle, Ucs_I2c_TrMode_t mode, uint8_t block_count, uint8_t slave_address, uint16_t timeout, uint8_t data_len, uint8_t *data_ptr, Ucs_I2c_WritePortResCb_t result_fptr)
 Writes a block of bytes to an I2C device at a specified I2C address.
 
Ucs_Return_t Ucs_I2c_ReadPort (Ucs_Inst_t *self, uint16_t destination_address, uint16_t port_handle, uint8_t slave_address, uint8_t data_len, uint16_t timeout, Ucs_I2c_ReadPortResCb_t result_fptr)
 Reads a block of bytes from an I2C device at a specified I2C address.
 
-

Detailed Description

-

Provides service functions to handle data communication over I2C.

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