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___i2_c.html | 147 ++++++++++++++++++++++++ 1 file changed, 147 insertions(+) create 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 new file mode 100644 index 0000000..0dc4349 --- /dev/null +++ b/ucs2-lib/doc/html/group___g___u_c_s___i2_c.html @@ -0,0 +1,147 @@ + + + + + +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