bus_reset function

Updated: April 19, 2023

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.