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.

Table 1. Parameters
Data direction Parameter name Description

[in]

module

Pointer to software module structure

Returns

Status of the synchronization.

Table 2. Return Values
Return value Description

true

Module is busy synchronizing

false

Module is not synchronizing