Function i2c_master_send_stop()

Sends stop condition on bus.

void i2c_master_send_stop(
		struct i2c_master_module *const module)

Sends a stop condition on bus.

Note: This function can only be used after the i2c_master_write_packet_wait_no_stop function. If a stop condition is to be sent after a read, the i2c_master_read_packet_wait function must be used.
Table 1. Parameters
Data direction Parameter name Description

[in, out]

module

Pointer to the software instance struct