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