Microchip® Advanced Software Framework

tc_16bit_config Struct Reference

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]
uint16_t tc_16bit_config::value

Initial timer count value.

Referenced by configure_tc(), and tc_get_config_defaults().