I2C_Master_set_data_nack_callback

Set callback to be called when the transmitted data was NACK'ed.

void I2C_Master_set_data_nack_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