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.

Table 17-8. Parameters
Data directionParameter nameDescription

[in]

module

Pointer to software module structure

Returns

Status of the synchronization.

Table 17-9. Return Values
Return valueDescription

true

Module is busy synchronizing

false

Module is not synchronizing