25.6.4.2.2 Function tcc_disable_events()
Disables the event input or output of a TCC instance.
void tcc_disable_events( struct tcc_module *const module_inst, struct tcc_events *const events)
Disables one or more input or output events for the given TCC module. See tcc_events for a list of events this module supports.
Note: Events cannot be altered while the module is enabled.
Data direction | Parameter name | Description |
---|---|---|
[in] | module_inst |
Pointer to the software module instance struct |
[in] | events |
Struct containing flags of events to disable |