I2C_Master_set_write_collision_callback

Set callback to be called when there has been a bus collision and arbitration was lost.

void I2C_Master_set_write_collision_callback(
    i2c_callback cb,
    void * p
)

Parameters

cb

Type: i2c_callback

Pointer to callback function

p

Type: void *

Pointer to the callback function's parameters

Returns

Type: void

Nothing