GPTIMER Parameters.
GPTIMER parameters are used to with the GPTIMER_open() call. Default values for these parameters are set using GPTIMER_Params_init().
| Data Fields | |
| bool | enablePrescaler | 
| uint32_t | cntPrescaler | 
| bool | oneShotMode | 
| uint32_t | cntReloadVal | 
| uint32_t | overflowMaskCount | 
| uint32_t | counterInitVal | 
| bool GPTIMER_Params::enablePrescaler | 
TIMER input clock Presealer Enable
| uint32_t GPTIMER_Params::cntPrescaler | 
TIMER Counter Prescaler
| bool GPTIMER_Params::oneShotMode | 
TIMER OneShotMode/AutoReload Mode
| uint32_t GPTIMER_Params::cntReloadVal | 
TIMER Counter Reload val for Auto Reload mode
| uint32_t GPTIMER_Params::overflowMaskCount | 
TIMER Overflow Mask Count
| uint32_t GPTIMER_Params::counterInitVal | 
TIMER Counter initial Value