18.6.3.2.1 Function i2c_slave_is_syncing()
Returns the synchronization status of the module.
bool i2c_slave_is_syncing( const struct i2c_slave_module *const module)
Returns the synchronization status of the module.
Data direction | Parameter name | Description |
---|---|---|
[out] |
module |
Pointer to software module structure |
Returns
Status of the synchronization.
Return value | Description |
---|---|
true |
Module is busy synchronizing |
false |
Module is not synchronizing |