Function tc_is_syncing()

Determines if the hardware module(s) are currently synchronizing to the bus.

bool tc_is_syncing(
		const struct tc_module *const module_inst)

Checks to see if the underlying hardware peripheral module(s) are currently synchronizing across multiple clock domains to the hardware bus. This function can be used to delay further operations on a module until such time that it is ready, to prevent blocking delays for synchronization in the user application.

Table 1. Parameters
Data direction Parameter name Description

[in]

module_inst

Pointer to the software module instance struct

Returns

Synchronization status of the underlying hardware module(s).

Table 2. Return Values
Return value Description

false

If the module has completed synchronization

true

If the module synchronization is ongoing