bus_reset function
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.
Page updated:
