Configuration struct for TC module in 16-bit size counter mode.
#include <tc.h>
Data Fields | |
uint16_t | compare_capture_channel [NUMBER_OF_COMPARE_CAPTURE_CHANNELS] |
Value to be used for compare match on each channel. More... | |
uint16_t | value |
Initial timer count value. More... | |
uint16_t tc_16bit_config::compare_capture_channel[NUMBER_OF_COMPARE_CAPTURE_CHANNELS] |
Value to be used for compare match on each channel.
Referenced by tc_get_config_defaults(), tc_init(), and test_event_gen_user_init().
uint16_t tc_16bit_config::value |
Initial timer count value.
Referenced by tc_get_config_defaults(), and tc_init().