bus_reset function

Updated: October 28, 2024

The bus_reset function resets the I2C bus module. The prototype for this function is:

int bus_reset( void *hdl );

The argument is the handle that the init function returned.

The function must return:

EOK
Success.
EIO
Failure.