25.6.4.13.1 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 25-55. Parameters
Data directionParameter nameDescription

[in]

module_inst

Pointer to the TCC software instance struct