Function tcc_enable_double_buffering()

Enable TCC double buffering write.

void tcc_enable_double_buffering(
		struct tcc_module *const module_inst)

When double buffering write is enabled, following function will write values to buffered registers instead of effective ones (buffered):

Then on UPDATE condition the buffered registers are committed to regular ones to take effect.

Table 1. Parameters
Data direction Parameter name Description

[in]

module_inst

Pointer to the TCC software instance struct