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

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

- - - - - -

-Data Fields

Ucs_I2c_IntEventReportCb_t interrupt_status_fptr
 Callback function that reports the I2C interrupt.
 
-

Detailed Description

-

The initialization structure of the I2C Module.

-


- Example

-
Ucs_InitData_t ucs_init_data;
-
(void)Ucs_SetDefaultConfig(&ucs_init_data)
-
-
// Resources Management init section.
-
ucs_init_data.i2c.interrupt_status_fptr = &App_I2cIntStatusCb;
-
-
// Handle the I2C interrupt event here
-
void App_I2cIntStatusCb (uint16_t node_address, void * user_ptr)
-
{
-
// Do what needs to be..
-
}
-
-
- - - - - - -- cgit 1.2.3-korg