Logo
UNICENS V2.1.0-3491
User Manual and API Reference
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.

Parameters
node_addressThe node address of the device from where the results come
i2c_port_handleThe port resource handle.
resultThe operation result
user_ptrUser reference provided in Ucs_InitData_t::user_ptr