25.6.4.3.3 Function tcc_reset()
Resets the TCC module.
void tcc_reset( const struct tcc_module *const module_inst)
Resets the TCC module, restoring all hardware module registers to their default values and disabling the module. The TCC module will not be accessible while the reset is being performed.
Note: When resetting a 32-bit counter only the master TCC module's instance structure should be passed to the function.
Data direction | Parameter name | Description |
---|---|---|
[in] | module_inst |
Pointer to the software module instance struct |