Function i2c_slave_clear_status()

Clears a module status flag.

void i2c_slave_clear_status(
		struct i2c_slave_module *const module,
		uint32_t status_flags)

Clears the given status flag of the module.

Note: Not all status flags can be cleared.
Table 1. Parameters
Data direction Parameter name Description

[in]

module

Pointer to the I2C software device struct

[in]

status_flags

Bit mask of status flags to clear