TCC output event enable/disable/configure structure.
Structure used for configuring an output event.
#include <tcc.h>
Data Fields | |
enum tcc_event_generation_selection | generation_selection |
It decides which part of the counter cycle the counter event output is generated. More... | |
bool | modify_generation_selection |
A switch to allow enable/disable of events, without modifying the event output configuration. More... | |
enum tcc_event_generation_selection tcc_output_event_config::generation_selection |
It decides which part of the counter cycle the counter event output is generated.
Referenced by tcc_enable_events().
bool tcc_output_event_config::modify_generation_selection |
A switch to allow enable/disable of events, without modifying the event output configuration.
Referenced by tcc_enable_events().