Used in the Timer_D_initUpDownMode() function as the param parameter. More...
#include <timer_d.h>
Data Fields | |
uint16_t | clockSource |
uint16_t | clockSourceDivider |
uint16_t | clockingMode |
uint16_t | timerPeriod |
Is the specified timer period. | |
uint16_t | timerInterruptEnable_TDIE |
uint16_t | captureCompareInterruptEnable_CCR0_CCIE |
uint16_t | timerClear |
Used in the Timer_D_initUpDownMode() function as the param parameter.
uint16_t Timer_D_initUpDownModeParam::captureCompareInterruptEnable_CCR0_CCIE |
Is to enable or disable timer CCR0 captureComapre interrupt.
Valid values are:
Referenced by Timer_D_initUpDownMode().
uint16_t Timer_D_initUpDownModeParam::clockingMode |
Is the selected clock mode register values.
Valid values are:
Referenced by Timer_D_initUpDownMode().
uint16_t Timer_D_initUpDownModeParam::clockSource |
Selects Clock source.
Valid values are:
Referenced by Timer_D_initUpDownMode().
uint16_t Timer_D_initUpDownModeParam::clockSourceDivider |
Is the divider for clock source.
Valid values are:
Referenced by Timer_D_initUpDownMode().
uint16_t Timer_D_initUpDownModeParam::timerClear |
Decides if timer clock divider, count direction, count need to be reset.
Valid values are:
Referenced by Timer_D_initUpDownMode().
uint16_t Timer_D_initUpDownModeParam::timerInterruptEnable_TDIE |
Is to enable or disable timer interrupt
Valid values are:
Referenced by Timer_D_initUpDownMode().