18.6.3.4.2 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.
Data direction | Parameter name | Description |
---|---|---|
[in] | module |
Pointer to the I2C software device struct |
[in] | status_flags |
Bit mask of status flags to clear |