25.6.4.3.1 Function tcc_enable()
Enable the TCC module.
void tcc_enable( const struct tcc_module *const module_inst)
Enables a TCC module that has been previously initialized. The counter will start when the counter is enabled.
Note: When the counter is configured to re-trigger on an event, the counter will not start until the next incoming event appears. Then it restarts on any following event.
Data direction | Parameter name | Description |
---|---|---|
[in] | module_inst |
Pointer to the software module instance struct |