27.6.3.1.1 Function wdt_is_syncing()
Determines if the hardware module(s) are currently synchronizing to the bus.
bool wdt_is_syncing( void )
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.
Returns
Synchronization status of the underlying hardware module(s).
Return value | Description |
---|---|
false |
If the module has completed synchronization |
true |
If the module synchronization is ongoing |